http://oss.sgi.com/bugzilla/show_bug.cgi?id=842
--- Comment #7 from CoolCold <coolthecold@xxxxxxxxx> 2009-07-17 07:02:46 CST
---
root@ban14:/banners# xfs_db -V
xfs_db version 3.0.2
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 0x00007f373d3a1730 in memmove () from /lib/libc.so.6
(gdb) where
#0 0x00007f373d3a1730 in memmove () from /lib/libc.so.6
#1 0x0000000000431b29 in xfs_bmbt_disk_get_all (r=0xf9eff8, s=0x7fff45ae0cc0)
at ./xfs.h:134
#2 0x000000000040422c in convert_extent (rp=0x7fff45ae0c80, op=0x7fff45ae0d20,
sp=0x8, cp=0x7fff45ae0d28, fp=0x7fff45ae0d34) at bmap.c:282
#3 0x0000000000414ae0 in process_bmbt_reclist (rp=0xf9eff8, numrecs=46311,
extmapp=0x7fff45ae0dc0) at frag.c:237
#4 0x000000000041449b in scan_lbtree (root=<value optimized out>, nlevels=1,
func=0x414b30 <scanfunc_bmap>, extmapp=0x7fff45ae0dc0, btype=TYP_BMAPBTD) at
frag.c:405
#5 0x0000000000414ec0 in process_fork (dip=<value optimized out>, whichfork=0)
at ../include/xfs/swab.h:144
#6 0x0000000000415355 in scanfunc_ino (block=0xf62000, level=<value optimized
out>, agf=0xf5f000) at frag.c:347
#7 0x00000000004145d2 in scan_sbtree (agf=0xf5f000, root=1, nlevels=1,
func=0x414f80 <scanfunc_ino>, btype=TYP_INOBT) at frag.c:426
#8 0x00000000004148f0 in frag_f (argc=<value optimized out>, argv=<value
optimized out>) at ../include/xfs/swab.h:126
#9 0x00000000004167b9 in main (argc=<value optimized out>,
argv=0x7fff45ae0fb8) at init.c:181
--
Configure bugmail: http://oss.sgi.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
|