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

Precompile is NOK on Julia v1.10 #36

Closed
vnegi10 opened this issue Jan 12, 2024 · 2 comments
Closed

Precompile is NOK on Julia v1.10 #36

vnegi10 opened this issue Jan 12, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@vnegi10
Copy link
Owner

vnegi10 commented Jan 12, 2024

Precompilation gets stuck as shown below:

julia> using CryptoDashApp
Precompiling CryptoDashApp
┌ Warning: attempting to remove probably stale pidfile
│   path = "/home/vikas/.julia/compiled/v1.10/PlotlyJS/1r9Ld_Bp1s6.ji.pidfile"
└ @ FileWatching.Pidfile ~/.julia/juliaup/julia-1.10.0+0.x64.linux.gnu/share/julia/stdlib/v1.10/FileWatching/src/pidfile.jl:244
^C Interrupted: Exiting precompilation...            ]  0/3
  ◑ Dash Waiting for background task / IO / timer. Interrupt to inspect
  2 dependencies had output during precompilation:mer. Interrupt to inspect
┌ PlotlyJS
│  [pid 56229] waiting for IO to finish:
│   Handle type        uv_handle_t->data
│   pipe[17]           0x1aaeba0->0x7f66729ba310
│   pipe[11]           0x1761300->0x7f66729ba3b0
│   process[56277]     0x1ade8d0->0x7f6672931430
│  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.

Related issue (JuliaLang/julia#52685) and PR (JuliaLang/Downloads.jl#234) are currently in progress. We will need to update dependencies with the correct version later.

@vnegi10 vnegi10 added the bug Something isn't working label Jan 12, 2024
@vtjnash
Copy link

vtjnash commented Jan 12, 2024

Downloads does not start any process objects, so this is probably an issue in a different package (maybe PlotlyJS?)

@vnegi10
Copy link
Owner Author

vnegi10 commented Jan 21, 2024

Fixed via #40

@vnegi10 vnegi10 closed this as completed Jan 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants