View Incident:
http://co-op.engr.sgi.com/BugWorks/code/bwxquery.cgi?search=Search&wlong=1&view_type=Bug&wi=800752
Submitter : nathans Submitter Domain : engr
Assigned Engineer : nathans Assigned Domain : engr
Assigned Group : xfs-linux Category : software
Customer Reported : F Priority : 2
Project : xfs-linux Status : open
Description :
QA 030 fails for me now - repair dumping core. Happens with
both the libsim version and the new version with writes back
on, so isn't a new problem... I'm going to checkin my changes
despite this one & will look into this and the other remaining
xfs_repair bug (test 031) early next week...
$ sudo gdb /usr/sbin/xfs_repair ./030.core
GNU gdb 19991004
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-redhat-linux"...
Core was generated by `xfs_repair /dev/hda6'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /lib/libc.so.6...done.
Reading symbols from /lib/ld-linux.so.2...done.
#0 0x808ac6b in scanfunc_bno (ablock=0x401ae000, level=0, bno=1, agno=0,
suspect=0, isroot=1) at scan.c:555
555 if (get_agbno_state(mp, agno, b)
(gdb) where
#0 0x808ac6b in scanfunc_bno (ablock=0x401ae000, level=0, bno=1, agno=0,
suspect=0, isroot=1) at scan.c:555
#1 0x80882bd in scan_sbtree (root=1, nlevels=1, agno=0, suspect=0,
func=0x808a49c <scanfunc_bno>, isroot=1) at scan.c:125
#2 0x808e316 in scan_ag (agno=0) at scan.c:1236
#3 0x806ce19 in phase2 (mp=0x4015acac, simargs=0xbffffa10) at phase2.c:158
#4 0x808f8b2 in main (argc=2, argv=0xbffffae4) at xfs_repair.c:584
(gdb)
|