zsh-workers
 help / color / mirror / code / Atom feed
* obscure segfault
@ 2011-02-13 22:08 Christian Neukirchen
  2011-02-13 22:53 ` Bart Schaefer
  0 siblings, 1 reply; 3+ messages in thread
From: Christian Neukirchen @ 2011-02-13 22:08 UTC (permalink / raw)
  To: zsh-workers

Hi,

I just found this:

% zsh --version
zsh 4.3.11 (x86_64-unknown-linux-gnu)

% echo ${:1:}

Program received signal SIGSEGV, Segmentation fault.
0x000000000044d441 in matheval ()
(gdb) bt
#0  0x000000000044d441 in matheval ()
#1  0x000000000044d4f9 in mathevali ()
#2  0x000000000047a779 in ?? ()
#3  0x000000000047aa75 in prefork ()
#4  0x0000000000426fb8 in ?? ()
#5  0x00000000004296e6 in ?? ()
#6  0x0000000000429a95 in ?? ()
#7  0x000000000042ab7e in execlist ()
#8  0x000000000042b136 in execode ()
#9  0x000000000043b012 in loop ()
#10 0x000000000043dce6 in zsh_main ()
#11 0x00007ffff71b7dcd in __libc_start_main () from /lib/libc.so.6
#12 0x000000000040dc69 in _start ()
(gdb) 

-- 
Christian Neukirchen  <chneukirchen@gmail.com>  http://chneukirchen.org


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: obscure segfault
  2011-02-13 22:08 obscure segfault Christian Neukirchen
@ 2011-02-13 22:53 ` Bart Schaefer
  2011-02-13 23:28   ` Christian Neukirchen
  0 siblings, 1 reply; 3+ messages in thread
From: Bart Schaefer @ 2011-02-13 22:53 UTC (permalink / raw)
  To: Christian Neukirchen, zsh-workers

On Feb 13, 11:08pm, Christian Neukirchen wrote:
}
} % zsh --version
} zsh 4.3.11 (x86_64-unknown-linux-gnu)
} 
} % echo ${:1:}
} 
} Program received signal SIGSEGV, Segmentation fault.

Fixed already, I think:

zsh 4.3.11-dev-1 (i686-pc-linux-gnu)
torch% echo ${:1:}
zsh: unrecognized modifier
torch% echo $ZSH_PATCHLEVEL 
1.5197


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: obscure segfault
  2011-02-13 22:53 ` Bart Schaefer
@ 2011-02-13 23:28   ` Christian Neukirchen
  0 siblings, 0 replies; 3+ messages in thread
From: Christian Neukirchen @ 2011-02-13 23:28 UTC (permalink / raw)
  To: Bart Schaefer; +Cc: zsh-workers

Bart Schaefer <schaefer@brasslantern.com> writes:

> On Feb 13, 11:08pm, Christian Neukirchen wrote:
> }
> } % zsh --version
> } zsh 4.3.11 (x86_64-unknown-linux-gnu)
> } 
> } % echo ${:1:}
> } 
> } Program received signal SIGSEGV, Segmentation fault.
>
> Fixed already, I think:
>
> zsh 4.3.11-dev-1 (i686-pc-linux-gnu)
> torch% echo ${:1:}
> zsh: unrecognized modifier
> torch% echo $ZSH_PATCHLEVEL 
> 1.5197

You guys are awesome!

-- 
Christian Neukirchen  <chneukirchen@gmail.com>  http://chneukirchen.org


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-02-13 23:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-13 22:08 obscure segfault Christian Neukirchen
2011-02-13 22:53 ` Bart Schaefer
2011-02-13 23:28   ` Christian Neukirchen

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).