-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Crash in Profiler.print on windows #29924
Comments
Probably dup of #28648 |
Closing as dup. Please comment if this is still an issue. |
I think I can reproduce this on 1.1.0-rc2 official build. julia> versioninfo()
Julia Version 1.1.0-rc2.0
Commit 980eda064e (2019-01-13 00:19 UTC)
Platform Info:
OS: Windows (x86_64-w64-mingw32)
CPU: Intel(R) Core(TM) i5-7400 CPU @ 3.00GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-6.0.1 (ORCJIT, skylake) |
What if you launch Julia with |
Indeed this solves the problem, not sure why though. |
Still reproducible on julia-1.4.1 |
Doesn't crash for me on mac. Can we close this if someone can try it out on windows? |
Does seem like we have been able to reproduce ourselves, but might be fixed by #43570 |
The following script kills julia on windows
The error message is
This is not always reproducible, but can be triggered easily but running it several times.
The text was updated successfully, but these errors were encountered: