-
-
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
Tab-Expansion of Base in REPL causes SIGABRT #2064
Comments
Interestingly, building a Debug version and running that inside of |
I don't get a crash, but it definitely behaves oddly. The |
Thanks for looking into this. |
It appears that the segfault only happens when running Julia inside of This is after typing "Base." |
@vtjnash Unfortunately I don't see a simple way to fix this within the current framework. We have readline'd ourselves into a corner. |
it certainly seems that way. i'm seeing if we can feed readline with a pipe (created by libuv) instead of rl_stuff_char. |
…2064 and introduces many more problems
seems like the best thing to do is comment out the /dev/null stdin redirection for the v0.1 release, until we can replace readline |
This has been fixed for me. Can anyone else reproduce this error? Otherwise I will close. |
This i what i am getting,,
[pao: formatting] |
Our poor early issues. @railskipl, just a heads up, be sure you code-quote (single backtick inline, triple backtick for block) console output and Julia code, since the GitHub autolinker may otherwise drop cross-references in unrelated issues (as it did here with the |
+1 to close. Can't replicate either. |
Going to go ahead and close this. @railskipl, if you can reproduce on an up-to-date build of Julia, please open a new issue for it. |
The text was updated successfully, but these errors were encountered: