Closed
Description
I first noticed this crash on julia 0.7.0-beta2.0
. I still see it on 0.7.0-rc3.0
.
Here is my versioninfo()
:
Julia Version 0.7.0-rc3.0
Commit 5f101bb222 (2018-08-06 23:10 UTC)
Platform Info:
OS: macOS (x86_64-apple-darwin14.5.0)
CPU: Intel(R) Core(TM) i7-6920HQ CPU @ 2.90GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-6.0.0 (ORCJIT, skylake)
When I attempt to tab-complete on an undefined string, sometimes it freezes the entire terminal. None of ctrl-z
, ctrl-c
, ctrl-d
, etc can kill the process, and i need to quit the entire terminal. :(
In the last two times I managed to trigger it, I think it froze when I typed ctrl-a ctrl-k
to try to delete the line and start over (because the completion failed).
EDIT: nvm i managed to trigger it just by typing garbage, then pressing tab a whole bunch. And now i have a frozen terminal.
Metadata
Metadata
Assignees
Labels
No labels