Skip to content

REPL: custom prompt causes julia 0.7 to freeze on cancel_beep #28504

Closed
@NHDaly

Description

@NHDaly

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions