Menu

#63 Crash on ls and newline escaping

open
nobody
Core shell (16)
5
2013-01-25
2011-07-11
Anonymous
No

[zert@zert]:~ $>> LC_ALL=C zsh
[zert@zert]:~ $>> ls\ # Press Enter here
> # Press Ctrl-C here
[zert@zert]:~ $>> # Press Enter here
[1] 17163 segmentation fault (core dumped) LC_ALL=C zsh

Discussion

  • pir

    pir - 2011-07-22

    I can't reproduce it, and i don't see your zshrc attached.

    But if you press Ctrl+D instead of Ctrl+C you will have the bug 3133935
    https://sourceforge.net/tracker/?func=detail&aid=3133935&group_id=4068&atid=104068

     
  • pir

    pir - 2011-11-21

    It only happens with an alias, please see bug "crash with a simple command" - ID: 3426082, you will find there a workaround.