Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Crash with 'print -s' with no further arguments



> $ zsh -f
> AwesomeComp% setopt hist_ignore_all_dups
> AwesomeComp% print -s
> AwesomeComp% print -s
> Segmentation fault

Program received signal SIGSEGV, Segmentation fault.
0x40106299 in free () from /lib/libc.so.6
(gdb) bt
#0  0x40106299 in free () from /lib/libc.so.6
#1  0x0806b75c in freehistdata ()
#2  0x0806b72a in freehistnode ()
#3  0x08059ba4 in bin_print ()
#4  0x08051cda in execbuiltin ()
#5  0x0806199b in execsubst ()
#6  0x0806041f in execlist ()
#7  0x0805fa05 in execlist ()
#8  0x0805f78b in execlist ()
#9  0x0805f29d in execode ()
#10 0x0806fda6 in loop ()
#11 0x080722f8 in zsh_main ()
#12 0x0805178b in main ()
#13 0x400b2a51 in __libc_start_main () from /lib/libc.so.6



Messages sorted by: Reverse Date, Date, Thread, Author