-
-
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
Readline debug REPL hangs on input in lldb on OSX 10.9 #5899
Comments
I'm not sure this is a bug in julia. lldb/readline appear to be at fault here. |
Possibly related, @loladiro's REPL.jl code also crashes under |
That's interesting. I've never seen that and I'm using |
Here's what i'm seeing:
|
@loladiro haven't you been using iTerm2? After hacking on #4589 over the weekend, I wonder if this is just a misconfiguration of a terminal setting, such as |
Actually now that I see that error, I have seen it (I guess usually when I debug things with lldb julia crashes before making it to the prompt). |
No longer relevant since we don't use readline. But see #6419 |
This does not happen with the basic repl in lldb, or the readline repl in gdb.
The text was updated successfully, but these errors were encountered: