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

interrupting precompile with ^C and exiting repl doesn't stop precompilation #12853

Closed
sbromberger opened this issue Aug 28, 2015 · 1 comment · Fixed by #12855
Closed

interrupting precompile with ^C and exiting repl doesn't stop precompilation #12853

sbromberger opened this issue Aug 28, 2015 · 1 comment · Fixed by #12855
Labels
compiler:precompilation Precompilation of modules

Comments

@sbromberger
Copy link
Contributor

julia> using LightGraphs
INFO: Recompiling stale cache file /Users/seth/.julia/lib/v0.4/LightGraphs.ji for module LightGraphs.
g ^[[A
INFO: Recompiling stale cache file /Users/seth/.julia/lib/v0.4/Compat.ji for module Compat.
^CERROR: InterruptException:

julia>
seth@schroeder:~/dev/julia/wip/LightGraphs.jl$ INFO: Recompiling stale cache file /Users/seth/.julia/lib/v0.4/GZip.ji for module GZip.

seth@schroeder:~/dev/julia/wip/LightGraphs.jl$ cINFO: Recompiling stale cache file /Users/seth/.julia/lib/v0.4/StatsBase.ji for module StatsBase.
@pao pao added the compiler:precompilation Precompilation of modules label Aug 28, 2015
@stevengj
Copy link
Member

Maybe the wait(pobj) in base/loading.jl could be wrapped in a try block with a catch clause of kill(pobj); rethrow()?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler:precompilation Precompilation of modules
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants