-
-
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
missing backtrace after task switch #13947
Comments
What OS are you using? I couldn't replicate on OSX |
I get this behaviour on the following platforms (Note: the linux machine was accessed from the mac via ssh):
It seems to be dependent on previous writes: adding |
In fact even adding |
Ok so I had some printing happening in my .juliarc.jl, when I disabled that I'm able to reproduce (on OSX) using this method above:
and similarly any |
Also happens in cells of the IJulia notebook, one cell counting as one file of the above examples. Which is how I came across this bug, since cells are more likely than whole files to meet the conditions that trigger the bug. |
Closing in favour of #19979. |
Normal backtrace:
Missing backtrace when using print in the catch block:
Works fine when run from the REPL:
Happens both in Julia 0.4 and the latest 0.5-dev.
The text was updated successfully, but these errors were encountered: