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

Re: Seg fault with zmodload -u



On Tue, Aug 15, 2000 at 05:50:28PM +0200, I wrote:
> 
> On Tue, Aug 15, 2000 at 05:42:13PM +0200, I wrote:
> > 
> > On Tue, Aug 15, 2000 at 05:24:45PM +0200,
> > Oliver Kiddle <opk@xxxxxxxxxxxxx> wrote:
> > > 
> > > zsh -f
> > > zmodload -ud zsh/zleparameter zsh/zle
> > > zsh: 18383 segmentation fault  zsh -f
> > [...]
> > > This is on 3.1.9-dev-4 plus patches up to 12568 on AIX. If it isn't
> > > reproducible elsewhere, I'll upgrade to the latest cvs and try again.
> > 
> > ~> zsh -f
> > picard% zmodload -ud zsh/zleparameter zsh/zle
> > zsh: segmentation fault (core dumped)  zsh -f
> > ~> echo $ZSH_VERSION
> > 3.1.9-dev-5
> 
> Oops, forgot to mention, this is on Linux for i386.

And here's the gdb ouput:
~> gdb =zsh core
GNU gdb 5.0
Copyright 2000 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i686-pc-linux-gnu"...(no debugging symbols found)...
Core was generated by `zsh -f'.
Program terminated with signal 11, Speicherzugriffsfehler.
Reading symbols from /lib/libdl.so.2...(no debugging symbols found)...done.
Loaded symbols for /lib/libdl.so.2
Reading symbols from /lib/libnsl.so.1...(no debugging symbols found)...done.
Loaded symbols for /lib/libnsl.so.1
Reading symbols from /lib/libncurses.so.5...(no debugging symbols found)...done.
Loaded symbols for /lib/libncurses.so.5
Reading symbols from /lib/libm.so.6...(no debugging symbols found)...done.
Loaded symbols for /lib/libm.so.6
Reading symbols from /lib/libc.so.6...(no debugging symbols found)...done.
Loaded symbols for /lib/libc.so.6
Reading symbols from /lib/ld-linux.so.2...(no debugging symbols found)...done.
Loaded symbols for /lib/ld-linux.so.2
Reading symbols from /lib/libnss_compat.so.2...(no debugging symbols found)...done.
Loaded symbols for /lib/libnss_compat.so.2
Reading symbols from /usr/lib/zsh/3.1.9-dev-5/zsh/zle.so...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/zsh/3.1.9-dev-5/zsh/zle.so
Reading symbols from /usr/lib/zsh/3.1.9-dev-5/zsh/complete.so...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/zsh/3.1.9-dev-5/zsh/complete.so
Reading symbols from /usr/lib/zsh/3.1.9-dev-5/zsh/compctl.so...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/zsh/3.1.9-dev-5/zsh/compctl.so
#0  0x80767f1 in deletewrapper ()
(gdb) where
#0  0x80767f1 in deletewrapper ()
#1  0x8077595 in bin_zmodload ()
#2  0x8077071 in bin_zmodload ()
#3  0x8051d7d in execbuiltin ()
#4  0x805e36c in execsubst ()
#5  0x805bda5 in execlist ()
#6  0x805b583 in execlist ()
#7  0x805b101 in execlist ()
#8  0x805aed6 in execode ()
#9  0x806a66e in loop ()
#10 0x806c8d4 in zsh_main ()
#11 0x8051648 in main ()
#12 0x400a6a42 in __libc_start_main () from /lib/libc.so.6
(gdb) 

Does this help in any way?

CU,
Thomas

-- 
 Thomas Köhler Email:   jean-luc@xxxxxxxxxxxxxxxxx     | LCARS - Linux
     <><        WWW:     http://jeanluc-picard.de      | for Computers
                IRC:             jeanluc               | on All Real
               PGP public key available from Homepage! | Starships

Attachment: pgp9jjhD2dDIr.pgp
Description: PGP signature



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