Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jan 2002 19:02:38 +0200 (SAT)
From:      John Hay <jhay@icomtek.csir.co.za>
To:        obrien@FreeBSD.org
Cc:        jhay@icomtek.csir.co.za (John Hay), cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/contrib/binutils
Message-ID:  <200201301702.g0UH2cN78862@zibbi.icomtek.csir.co.za>
In-Reply-To: <20020130080647.A67244@dragon.nuxi.com> from "David O'Brien" at "Jan 30, 2002 08:06:47 am"

next in thread | previous in thread | raw e-mail | index | archive | help
> > Hi David,
> > 
> > For the last 3 days make release on -current has died here with gs and
> > pnmtopng crashing with a bus error during the part where it builds the
> > documentation. Three days ago is about when your binutils upgrade went
> > in. Can you try and build gs (ghostscript-gnu) or pnmtopng (netpbm) and
> > just see if you can run it? If I try to run it in the release chroot
> > area it crash immediately:
> > 
> > toby# chroot /a/snaps/5.0-20020130-SNAP/
> > toby# gs
> > Bus error (core dumped)
> > toby#
> 
> This is not suffient details to debug from.

Well there was some more info in my email yesterday to -current. A first
round could have been an answer back, something like "yes I can compile
and run gs or pnmtopng". :-) I'm not sure what you need so here is a
backtrace of each:

toby# gdb /usr/local/bin/pnmtopng /usr/doc/en_US.ISO8859-1/articles/vinum/pnmtopng.core
GNU gdb 4.18
Copyright 1998 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 "i386-unknown-freebsd"...
(no debugging symbols found)...
Core was generated by `pnmtopng'.
Program terminated with signal 10, Bus error.
Reading symbols from /usr/local/lib/libpnm.so.1...
(no debugging symbols found)...done.
Reading symbols from /usr/local/lib/libppm.so.1...
(no debugging symbols found)...done.
Reading symbols from /usr/local/lib/libpgm.so.1...
(no debugging symbols found)...done.
Reading symbols from /usr/local/lib/libpbm.so.1...
(no debugging symbols found)...done.
Reading symbols from /usr/local/lib/libpng.so.5...
(no debugging symbols found)...done.
Reading symbols from /usr/lib/libz.so.2...(no debugging symbols found)...done.
Reading symbols from /usr/lib/libm.so.2...(no debugging symbols found)...done.
Reading symbols from /usr/lib/libc.so.5...(no debugging symbols found)...done.
---Type <return> to continue, or q <return> to quit---
Reading symbols from /usr/libexec/ld-elf.so.1...(no debugging symbols found)...
done.
#0  0x28055026 in realloc () from /usr/libexec/ld-elf.so.1
(gdb) bt
#0  0x28055026 in realloc () from /usr/libexec/ld-elf.so.1
#1  0x28052b7c in find_symdef () from /usr/libexec/ld-elf.so.1
#2  0x280516af in _rtld () from /usr/libexec/ld-elf.so.1
(gdb) q



toby# gdb /usr/local/bin/gs /usr/doc/en_US.ISO8859-1/articles/vinum/gs.core
GNU gdb 4.18
Copyright 1998 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 "i386-unknown-freebsd"...
(no debugging symbols found)...
Core was generated by `gs'.
Program terminated with signal 10, Bus error.
Reading symbols from /usr/local/lib/libpng.so.5...
(no debugging symbols found)...done.
Reading symbols from /usr/lib/libz.so.2...(no debugging symbols found)...done.
Reading symbols from /usr/lib/libm.so.2...(no debugging symbols found)...done.
Reading symbols from /usr/lib/libc.so.5...(no debugging symbols found)...done.
Reading symbols from /usr/libexec/ld-elf.so.1...(no debugging symbols found)...
done.
#0  0x282a0026 in realloc () from /usr/libexec/ld-elf.so.1
(gdb) bt
#0  0x282a0026 in realloc () from /usr/libexec/ld-elf.so.1
#1  0x2829db7c in find_symdef () from /usr/libexec/ld-elf.so.1
#2  0x2829c6af in _rtld () from /usr/libexec/ld-elf.so.1
(gdb) 

John
-- 
John Hay -- John.Hay@icomtek.csir.co.za / jhay@FreeBSD.org

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201301702.g0UH2cN78862>