Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Crash with 'print -s' with no further arguments
- X-seq: zsh-workers 18381
- From: Clint Adams <clint@xxxxxxx>
- To: Miciah Dashiel Butler Masters <miciah@xxxxxxxxxxxxx>
- Subject: Re: Crash with 'print -s' with no further arguments
- Date: Tue, 25 Mar 2003 08:18:54 -0500
- Cc: zsh-workers@xxxxxxxxxx
- In-reply-to: <b5bgn6$u8a$1@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <b59211$60n$1@xxxxxxxxxxxxxx> <1030320041539.ZM2167@xxxxxxxxxxxxxxxxxxxxxxx> <b5bgn6$u8a$1@xxxxxxxxxxxxxx>
> $ 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