http://oss.sgi.com/bugzilla/show_bug.cgi?id=842
--- Comment #4 from CoolCold <coolthecold@xxxxxxxxx> 2009-07-16 11:17:08 CST
---
root@ban14:/banners# gdb xfs_db core
GNU gdb 6.4.90-debian
Copyright (C) 2006 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 "x86_64-linux-gnu"...Using host libthread_db library
"/lib/libthread_db.so.1".
Reading symbols from /lib/libuuid.so.1...done.
Loaded symbols for /lib/libuuid.so.1
Reading symbols from /lib/librt.so.1...done.
Loaded symbols for /lib/librt.so.1
Reading symbols from /lib/libpthread.so.0...done.
Loaded symbols for /lib/libpthread.so.0
Reading symbols from /lib/libreadline.so.5...done.
Loaded symbols for /lib/libreadline.so.5
Reading symbols from /lib/libc.so.6...done.
Loaded symbols for /lib/libc.so.6
Reading symbols from /lib/ld-linux-x86-64.so.2...done.
Loaded symbols for /lib64/ld-linux-x86-64.so.2
Reading symbols from /lib/libncurses.so.5...done.
Loaded symbols for /lib/libncurses.so.5
Reading symbols from /lib/libdl.so.2...done.
Loaded symbols for /lib/libdl.so.2
Failed to read a valid object file image from memory.
Core was generated by `xfs_db -r /dev/vgdb/banners'.
Program terminated with signal 11, Segmentation fault.
#0 0x00007f2a1ba6c09e in memcpy () from /lib/libc.so.6
(gdb) where
#0 0x00007f2a1ba6c09e in memcpy () from /lib/libc.so.6
#1 0x00007f2a1ba6b713 in memmove () from /lib/libc.so.6
#2 0x0000000000403f4e in convert_extent (rp=0x1cc4ff8, op=0x7fff241a8370,
sp=0x7fff241a8368, cp=0x2, fp=0x7fff241a8384) at bmap.c:291
#3 0x0000000000412ee0 in process_bmbt_reclist (rp=0x1cc4ff8, numrecs=46311,
extmapp=0x7fff241a8410) at frag.c:237
#4 0x000000000041290c in scan_lbtree (root=<value optimized out>, nlevels=1,
func=0x412f30 <scanfunc_bmap>, extmapp=0x7fff241a8410, btype=TYP_BMAPBTD) at
frag.c:414
#5 0x000000000041325c in process_fork (dip=<value optimized out>, whichfork=0)
at ../include/xfs/swab.h:144
#6 0x0000000000413712 in scanfunc_ino (ablock=0x1c88000, level=<value
optimized out>, agf=0x1c85000) at frag.c:354
#7 0x0000000000412a32 in scan_sbtree (agf=0x1c85000, root=1, nlevels=1,
func=0x413330 <scanfunc_ino>, btype=TYP_INOBT) at frag.c:435
#8 0x0000000000412d3b in frag_f (argc=<value optimized out>, argv=<value
optimized out>) at ../include/xfs/swab.h:126
#9 0x00000000004149e9 in main (argc=<value optimized out>,
argv=0x7fff241a8678) at init.c:171
--
Configure bugmail: http://oss.sgi.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
|