-
-
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
REPL-readline segfault #5248
Comments
Not necessarily just sleep, but maybe anything that takes a while. Try pasting this one:
My Running under
Maybe I recall having to go through some heroics to get Julia to build (or not build) Maybe related: Sometimes (can't reproduce but wait around and it will happen to you) I will
That's me smashing the |
Thanks, Jeff. |
I believe this was the issue underlying the discussion re mysterious segfaults in JuliaGraphics/Gtk.jl#16
Copy/paste the following into the REPL:
For me this gives the result
It does not cause the segfault if you put those commands in a .jl file and
include
it.I was able to capture a backtrace using the procedure in the FAQ, with the exception that I used
julia-debug-readline
(as this doesn't happen withjulia-debug-basic
):The key thing seems to be a
sleep
followed by an@
; the following triggers the segfaultbut
does not.
The text was updated successfully, but these errors were encountered: