Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix trailing task precompilation issue on 1.9. Run CI on 1.9 #1201

Merged
merged 2 commits into from
Nov 25, 2024

Conversation

IanButterworth
Copy link
Member

@IanButterworth IanButterworth commented Nov 25, 2024

Fixes #1202
See #1195 (comment)

#1200 shows that without this, things go bad on 1.9

The print that it was causing is weird.. just seems to show a task object..

But it seems to be something like 1.9 not yielding for tasks to exit before serialization, so do it explicitly.

@IanButterworth IanButterworth changed the title Fix and test 1.9 Fix trailing task precompilation issue on 1.9. Run CI on 1.9 Nov 25, 2024
Copy link
Member

@DilumAluthge DilumAluthge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@IanButterworth IanButterworth merged commit 16cba4a into JuliaWeb:master Nov 25, 2024
13 of 16 checks passed
@IanButterworth IanButterworth deleted the ib/fix_1.9 branch November 25, 2024 02:38
@DilumAluthge
Copy link
Member

@IanButterworth or @quinnj Can we get a new release?

@IanButterworth
Copy link
Member Author

Way ahead of you JuliaRegistries/General#120120

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Precompilation spits out Task object, followed by segfaults during runtime, on 1.9
2 participants