From owner-cvs-all Wed Jan 30 9: 3:22 2002 Delivered-To: cvs-all@freebsd.org Received: from zibbi.icomtek.csir.co.za (zibbi.icomtek.csir.co.za [146.64.24.58]) by hub.freebsd.org (Postfix) with ESMTP id 73FCB37B417; Wed, 30 Jan 2002 09:02:45 -0800 (PST) Received: (from jhay@localhost) by zibbi.icomtek.csir.co.za (8.11.6/8.11.6) id g0UH2cN78862; Wed, 30 Jan 2002 19:02:38 +0200 (SAT) (envelope-from jhay) From: John Hay Message-Id: <200201301702.g0UH2cN78862@zibbi.icomtek.csir.co.za> Subject: Re: cvs commit: src/contrib/binutils In-Reply-To: <20020130080647.A67244@dragon.nuxi.com> from "David O'Brien" at "Jan 30, 2002 08:06:47 am" To: obrien@FreeBSD.org Date: Wed, 30 Jan 2002 19:02:38 +0200 (SAT) Cc: jhay@icomtek.csir.co.za (John Hay), cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > 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 to continue, or q 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