NetBSD-Bugs archive

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

Re: port-arm/57488: awk(1) sometimes dumps core on SHEEVAPLUG (maybe KIRKWOOD)



The following reply was made to PR port-arm/57488; it has been noted by GNATS.

From: Izumi Tsutsui <tsutsui%ceres.dti.ne.jp@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: tsutsui%ceres.dti.ne.jp@localhost
Subject: Re: port-arm/57488: awk(1) sometimes dumps core on SHEEVAPLUG (maybe
	 KIRKWOOD)
Date: Sun, 25 Jun 2023 05:22:17 +0900

 >  What does the core file say?
 
 ---
 
 Reading symbols from /usr/bin/awk...
 (No debugging symbols found in /usr/bin/awk)
 [New process 12746]
 Core was generated by `awk'.
 Program terminated with signal SIGBUS, Bus error.
 #0  0x00016b04 in get_str_val ()
 (gdb) bt
 #0  0x00016b04 in get_str_val ()
 #1  0x0000fffe in call ()
 #2  0x00000800 in ?? ()
 (gdb) 
 
 ---
 
 Reading symbols from /usr/bin/awk...
 (No debugging symbols found in /usr/bin/awk)
 BFD: warning: /usr/obj.earmv5/pkgtools/cwrappers/work.earmv5/.destdir/usr/pkg/awk.core is truncated: expected core file size >= 795372, found: 795244
 [New process 4654]
 Core was generated by `awk'.
 Program terminated with signal SIGBUS, Bus error.
 #0  0x00026d00 in yytable ()
 (gdb) bt
 #0  0x00026d00 in yytable ()
 #1  0x00022020 in yycheck ()
 Backtrace stopped: previous frame identical to this frame (corrupt stack?)
 (gdb) 
 
 ---
 
 Reading symbols from /usr/bin/awk...
 (No debugging symbols found in /usr/bin/awk)
 [New process 3949]
 Core was generated by `awk'.
 Program terminated with signal SIGSEGV, Segmentation fault.
 #0  0x000160c0 in syminit ()
 (gdb) bt
 #0  0x000160c0 in syminit ()
 #1  0xbfffdbc4 in ?? ()
 Backtrace stopped: previous frame identical to this frame (corrupt stack?)
 (gdb) 
 
 ---
 
 Reading symbols from /usr/bin/awk...
 (No debugging symbols found in /usr/bin/awk)
 [New process 25494]
 Core was generated by `awk'.
 Program terminated with signal SIGSEGV, Segmentation fault.
 #0  0x00026ccc in yytable ()
 (gdb) bt
 #0  0x00026ccc in yytable ()
 #1  0x00048ce8 in ?? ()
 Backtrace stopped: previous frame identical to this frame (corrupt stack?)
 (gdb) 
 
 ---
 
 etc.
 
 ---
 Izumi Tsutsui
 


Home | Main Index | Thread Index | Old Index