Received: with ECARTIS (v1.0.0; list linux-xfs); Thu, 25 Mar 2004 00:33:34 -0800 (PST) Received: from oss.sgi.com (localhost [127.0.0.1]) by oss.sgi.com (8.12.10/8.12.9) with ESMTP id i2P8XLKO009584 for ; Thu, 25 Mar 2004 00:33:21 -0800 Received: (from xfs@localhost) by oss.sgi.com (8.12.10/8.12.8/Submit) id i2P8XLcE009583 for linux-xfs@oss.sgi.com; Thu, 25 Mar 2004 00:33:21 -0800 Received: from oss.sgi.com (localhost [127.0.0.1]) by oss.sgi.com (8.12.10/8.12.9) with ESMTP id i2P8XJKQ009569 for ; Thu, 25 Mar 2004 00:33:19 -0800 Received: (from apache@localhost) by oss.sgi.com (8.12.10/8.12.8/Submit) id i2P810ZA005558; Thu, 25 Mar 2004 00:01:00 -0800 Date: Thu, 25 Mar 2004 00:01:00 -0800 Message-Id: <200403250801.i2P810ZA005558@oss.sgi.com> From: bugzilla-daemon@oss.sgi.com To: xfs-master@oss.sgi.com Subject: [Bug 320] xfsinvutil -i crash with segfault X-Bugzilla-Reason: AssignedTo X-archive-position: 2580 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: bugzilla-daemon@oss.sgi.com Precedence: bulk X-list: linux-xfs Content-Length: 2935 Lines: 74 http://oss.sgi.com/bugzilla/show_bug.cgi?id=320 ------- Additional Comments From nathans@sgi.com 2004-24-03 13:56 PDT ------- Created an attachment (id=112) --> (http://oss.sgi.com/bugzilla/attachment.cgi?id=112&action=view) initial xfsinvutil segv fix attempt That is pretty bizarre, not too much that looks like it could SEGV at that point, maybe your compiler is doing something wacko - does this patch help? thanks. ------- Additional Comments From Nicolas.Kowalski@imag.fr 2004-25-03 00:00 PDT ------- Unfortunately, the patch did not help. Here is the gdb backtrace I get this morning: gaspard:~# gdb xfsinvutil core GNU gdb 2002-04-01-cvs Copyright 2002 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-linux"... Core was generated by `xfsinvutil -i'. Program terminated with signal 11, Segmentation fault. Reading symbols from /lib/libuuid.so.1...done. Loaded symbols for /lib/libuuid.so.1 Reading symbols from /lib/libncurses.so.5...done. Loaded symbols for /lib/libncurses.so.5 Reading symbols from /lib/libc.so.6...done. Loaded symbols for /lib/libc.so.6 Reading symbols from /lib/ld-linux.so.2...done. Loaded symbols for /lib/ld-linux.so.2 #0 0x400c79ef in malloc () from /lib/libc.so.6 (gdb) bt #0 0x400c79ef in malloc () from /lib/libc.so.6 #1 0x400c7074 in malloc () from /lib/libc.so.6 #2 0x0804e874 in node_create (hidden=1, expanded=0, level=4, deleted=0, file_idx=1, text=0x8054fc0 ' ' , "media file: dlt7000", ops=0x8053320, parent=0x8054f68, children=0x0, nbr_children=0, data_idx=2) at list.c:68 #3 0x0804fdbf in generate_stobj_menu (startnode=0x8054218, level=2, StObjFileName=0x8054dd0 "/var/lib/xfsdump/inventory/4197c50d-45a6-45de-9992- 5a35c8c45d96.StObj") at stobj.c:505 #4 0x0804e322 in generate_invidx_menu ( inv_path=0x8053640 "/var/lib/xfsdump/inventory", startnode=0x8054b38, level=1, idxFileName=0x8053f38 "/var/lib/xfsdump/inventory/1bb54683-d619-4bbc-ba16-be 7e144229e1.InvIndex") at invidx.c:973 #5 0x0804c1f5 in generate_fstab_menu ( inv_path=0x8053640 "/var/lib/xfsdump/inventory", startnode=0x0, level=0, fstabname=0x8053d18 "/var/lib/xfsdump/inventory/fstab") at fstab.c:283 #6 0x0804b9e3 in generate_menu ( inv_path=0x8053640 "/var/lib/xfsdump/inventory") at cmenu.c:532 #7 0x0804bb1e in invutil_interactive ( inv_path=0x8053640 "/var/lib/xfsdump/inventory", mountpt=0x0, uuidp=0x0, timeSecs=0) at cmenu.c:587 #8 0x08049b5d in main (argc=2, argv=0xbffffd54) at invutil.c:216 Thanks. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.