Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug#459896: Segfaults in "apt-c(" completion
- X-seq: zsh-workers 24375
- From: Clint Adams <schizo@xxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: Bug#459896: Segfaults in "apt-c(" completion
- Date: Wed, 9 Jan 2008 09:51:47 -0500
- Cc: Loïc Minier <lool@xxxxxxxx>, 459896-forwarded@xxxxxxxxxxxxxxx
- In-reply-to: <20080109122004.GA20014@xxxxxxxxxxxx>
- Mail-followup-to: zsh-workers@xxxxxxxxxx, Loïc Minier <lool@xxxxxxxx>, 459896-forwarded@xxxxxxxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20080109122004.GA20014@xxxxxxxxxxxx>
On Wed, Jan 09, 2008 at 01:20:04PM +0100, Loïc Minier wrote:
> while typo-ing I crashed zsh as follows, reproduced with a new user,
> withing gdb, with zsh-dbg installed:
> bee% autoload -U compinit
> bee% compinit
> bee% apt-c(^I
> (that's "apt-c" + "(" + tab)
>
> Program received signal SIGSEGV, Segmentation fault.
> 0x080a1d23 in pattryrefs ()
> (gdb) bt full
> #0 0x080a1d23 in pattryrefs ()
> No symbol table info available.
> #1 0x080a25c8 in pattry ()
> No symbol table info available.
> #2 0x08097354 in scanparamvals ()
> No symbol table info available.
> #3 0xb7b69cc6 in scanpmcommands (ht=0x81a7808,
> func=0x8097200 <scanparamvals>, flags=42)
> at ../../../Src/Modules/parameter.c:265
> pm = {node = {next = 0x0, nam = 0x80edd58 "yacc", flags = 0}, u = {
> data = 0x0, arr = 0x0, str = 0x0, val = 0, valptr = 0x0, dval = 0,
> hash = 0x0}, gsu = {s = 0xb7b6b790, i = 0xb7b6b790, f = 0xb7b6b790,
> a = 0xb7b6b790, h = 0xb7b6b790}, base = 0, width = 0, env = 0x0,
> ename = 0x0, old = 0x0, level = 0}
> i = 0
> hn = (HashNode) 0x80edd40
> #4 0x08074ae2 in scanmatchtable ()
> No symbol table info available.
> #5 0x08074b3c in scanhashtable ()
> No symbol table info available.
> #6 0x080949ca in paramvalarr ()
> No symbol table info available.
> #7 0x08094a5e in ?? ()
Thanks.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author