NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: toolchain/51147: Segmentation fault with build.sh on OpenBSD current (trying rump)



The following reply was made to PR toolchain/51147; it has been noted by GNATS.

From: <Tomas.T.Bodzar%tieto.com@localhost>
To: <toolchain-manager%netbsd.org@localhost>, <gnats-admin%netbsd.org@localhost>,
	<netbsd-bugs%netbsd.org@localhost>, <gnats-bugs%NetBSD.org@localhost>
Cc: 
Subject: Re: toolchain/51147: Segmentation fault with build.sh on OpenBSD
 current (trying rump)
Date: Wed, 18 May 2016 10:26:45 +0000

 =0A=
 ________________________________________=0A=
 From: Christos Zoulas <christos%zoulas.com@localhost>=0A=
 Sent: Tuesday, May 17, 2016 8:05 PM=0A=
 To: toolchain-manager%netbsd.org@localhost; gnats-admin%netbsd.org@localhost; netbsd-bugs@netbs=
 d.org; Bodzar Tomas T=0A=
 Subject: Re: toolchain/51147: Segmentation fault with build.sh on OpenBSD c=
 urrent (trying rump)=0A=
 =0A=
 The following reply was made to PR toolchain/51147; it has been noted by GN=
 ATS.=0A=
 =0A=
 From: christos%zoulas.com@localhost (Christos Zoulas)=0A=
 To: <Tomas.T.Bodzar%tieto.com@localhost>, <toolchain-manager%netbsd.org@localhost>,=0A=
         <gnats-admin%netbsd.org@localhost>, <netbsd-bugs%netbsd.org@localhost>,=0A=
         <gnats-bugs%NetBSD.org@localhost>=0A=
 Cc:=0A=
 Subject: Re: toolchain/51147: Segmentation fault with build.sh on OpenBSD c=
 urrent (trying rump)=0A=
 Date: Tue, 17 May 2016 14:02:41 -0400=0A=
 =0A=
  On May 17,  2:36pm, Tomas.T.Bodzar%tieto.com@localhost (<Tomas.T.Bodzar%tieto.com@localhost>) =
 wrote:=0A=
  -- Subject: Re: toolchain/51147: Segmentation fault with build.sh on OpenB=
 SD=0A=
 =0A=
  |  Looks like texinfo is broken (perhaps the tool version we just built).=
 =3D0A=3D=0A=
  |  Can you look for the core in your build and run file on it? It will=3D0=
 A=3D=0A=
  |  tell you what core-dumped.=3D0A=3D=0A=
  | =3D0A=3D=0A=
  |  christos=3D0A=3D=0A=
 =0A=
  good! it is nbmakeinfo. Can you start clean, then build with MKTOOLSDEBUG=
 =3Dyes.=0A=
  Then run:=0A=
 =0A=
  gdb /path/to/nbmakeinfo /path/to/nbmakeinfo.core=0A=
 =0A=
  and then in the gdb prompt type "where".=0A=
 =0A=
  Unfortunately I can't use the core file because I don't have an OpenBSD=0A=
  system available or the binary.=0A=
 =0A=
  christos=0A=
 =0A=
 Here it is:=0A=
 =0A=
 $ gdb elftools.x86_64/bin/nbmakeinfo /home/username/netbsd/usr/src/tools/gc=
 c/obj/build/gcc/nbmakeinfo.core=0A=
 GNU gdb 6.3=0A=
 Copyright 2004 Free Software Foundation, Inc.=0A=
 GDB is free software, covered by the GNU General Public License, and you ar=
 e=0A=
 welcome to change it and/or distribute copies of it under certain condition=
 s.=0A=
 Type "show copying" to see the conditions.=0A=
 There is absolutely no warranty for GDB.  Type "show warranty" for details.=
 =0A=
 This GDB was configured as "amd64-unknown-openbsd6.0"...(no debugging symbo=
 ls found)=0A=
 =0A=
 Core was generated by `nbmakeinfo'.=0A=
 Program terminated with signal 11, Segmentation fault.=0A=
 (no debugging symbols found)=0A=
 Loaded symbols for /home/username/netbsd/usr/src/elftools.x86_64/bin/nbmake=
 info=0A=
 Reading symbols from /usr/lib/libc.so.87.0...done.=0A=
 Loaded symbols for /usr/lib/libc.so.87.0=0A=
 Reading symbols from /usr/libexec/ld.so...done.=0A=
 Loaded symbols for /usr/libexec/ld.so=0A=
 #0  0x000002c2779223ad in output_multitable_row () from /home/username/netb=
 sd/usr/src/elftools.x86_64/bin/nbmakeinfo=0A=
 (gdb) where=0A=
 #0  0x000002c2779223ad in output_multitable_row () from /home/username/netb=
 sd/usr/src/elftools.x86_64/bin/nbmakeinfo=0A=
 #1  0x000002c277922990 in multitable_item () from /home/username/netbsd/usr=
 /src/elftools.x86_64/bin/nbmakeinfo=0A=
 #2  0x000002c277915d31 in cm_item () from /home/username/netbsd/usr/src/elf=
 tools.x86_64/bin/nbmakeinfo=0A=
 #3  0x000002c27791ea7e in reader_loop () from /home/username/netbsd/usr/src=
 /elftools.x86_64/bin/nbmakeinfo=0A=
 #4  0x000002c27790cf3e in handle_include () from /home/username/netbsd/usr/=
 src/elftools.x86_64/bin/nbmakeinfo=0A=
 #5  0x000002c27790cf88 in cm_include () from /home/username/netbsd/usr/src/=
 elftools.x86_64/bin/nbmakeinfo=0A=
 #6  0x000002c27791ea7e in reader_loop () from /home/username/netbsd/usr/src=
 /elftools.x86_64/bin/nbmakeinfo=0A=
 #7  0x000002c277920dc4 in convert_from_loaded_file () from /home/username/n=
 etbsd/usr/src/elftools.x86_64/bin/nbmakeinfo=0A=
 #8  0x000002c277921f19 in main () from /home/username/netbsd/usr/src/elftoo=
 ls.x86_64/bin/nbmakeinfo=0A=
 (gdb)=0A=
 =0A=
 =0A=
 =0A=
 =0A=
 



Home | Main Index | Thread Index | Old Index