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

PolymakeExt background task in precompilation #1340

Closed
lgoettgens opened this issue Dec 31, 2023 · 5 comments · Fixed by oscar-system/Polymake.jl#466
Closed

PolymakeExt background task in precompilation #1340

lgoettgens opened this issue Dec 31, 2023 · 5 comments · Fixed by oscar-system/Polymake.jl#466

Comments

@lgoettgens
Copy link
Contributor

lgoettgens commented Dec 31, 2023

As seen e.g. in the Oscar CI (https://github.com/oscar-system/Oscar.jl/actions/runs/7364368265/job/20044672970#step:7:353) on julia 1.10.

PolymakeExt Waiting for background task / IO / timer.
[pid 3567] waiting for IO to finish:
 Handle type        uv_handle_t->data
 timer              0xa01af90->0x7f67395345b0
This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.

[pid 3567] waiting for IO to finish:
 Handle type        uv_handle_t->data
 timer              0xa01af90->0x7f67395345b0
This means that a package has started a background task or event source that has not finished running. For precompilation to complete successfully, the event source needs to be closed explicitly. See the developer documentation on fixing precompilation hangs for more help.
@thofma
Copy link
Owner

thofma commented Dec 31, 2023

Hm, this was fixed with rc2, but now is back, see #1282. Weird

@thofma
Copy link
Owner

thofma commented Dec 31, 2023

Can you reproduce it locally?

@thofma
Copy link
Owner

thofma commented Dec 31, 2023

I opened JuliaLang/julia#52685.

@thofma
Copy link
Owner

thofma commented Jan 4, 2024

Closing this, since this is a problem in julia.

@thofma thofma closed this as completed Jan 4, 2024
@benlorenz
Copy link
Contributor

The upstream bug is JuliaLang/Downloads.jl#223
I have added a workaround in Polymake 0.11.10 that should avoid the message.

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 a pull request may close this issue.

3 participants