(Illustration by Gaich Muramatsu)
same bug as before, but this time I got the debugging symbols to work. I learned the importantance of using the same file for symbols as the file your actually running today. :) Corey ----- Forwarded message from ribbon_at_neural.dlsemc.com ----- GNU gdb 19990928 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 "i686-pc-linux-gnu"... Attaching to program: /home/ribbon/codabuild/coda-5.3.17/./coda-src/venus/venus, Pid 7832 Reading symbols from /usr/lib/librdslwp.so.1...done. Reading symbols from /usr/lib/libseg.so.1...done. Reading symbols from /usr/lib/librvmlwp.so.1...done. Reading symbols from /usr/lib/librpc2.so.3...done. Reading symbols from /usr/lib/libse.so.3...done. Reading symbols from /usr/lib/libfail.so.3...done. Reading symbols from /usr/lib/liblwp.so.2...done. Reading symbols from /usr/lib/libstdc++-libc6.2-2.so.3...done. Reading symbols from /lib/libm.so.6...done. Reading symbols from /lib/libc.so.6...done. Reading symbols from /lib/ld-linux.so.2...done. Reading symbols from /lib/libnss_files.so.2...done. Reading symbols from /lib/libnss_dns.so.2...done. Reading symbols from /lib/libresolv.so.2...done. Reading symbols from /lib/libnss_db.so.2...done. Reading symbols from /usr/lib/libdb3.so.3...done. 0x401d4e1e in select () from /lib/libc.so.6 (gdb) continue Continuing. Program received signal SIGSEGV, Segmentation fault. volent::IsReadWriteReplica (this=0x0) at venusvol.cc:881 881 if (IsReplicated()) return 0; (gdb) bt #0 volent::IsReadWriteReplica (this=0x0) at venusvol.cc:881 #1 0x805a1d8 in fsobj::print (this=0x208e9508, fdes=3) at fso1.cc:2483 #2 0x8058a35 in fsobj::DiscardData (this=0x208e9508) at fso1.cc:1898 #3 0x8054d8c in fsobj::~fsobj (this=0x208e9508, __in_chrg=3) at fso1.cc:359 #4 0x80557a0 in fsobj::GC (this=0x208e9508) at fso1.cc:629 #5 0x8052ff2 in fsdb::Put (this=0x209f1c88, f_addr=0x151b1dc8) at fso0.cc:1009 #6 0x80a9ec4 in vproc::remove (this=0x812c400, dcp=0x151b3ed0, name=0x812d8f0 "11 Voltage Dips Appendix exp.doc") at vproc_vfscalls.cc:795 #7 0x80adb82 in worker::main (this=0x812c400) at worker.cc:1376 #8 0x80a47a2 in VprocPreamble (init_lock=0x812c440) at vproc.cc:146 #9 0x40093fbf in LWP_StackUsed () from /usr/lib/liblwp.so.2 (gdb) quit The program is running. Quit anyway (and detach it)? (y or n) Detaching from program: /home/ribbon/codabuild/coda-5.3.17/./coda-src/venus/venus, Pid 7832 ----- End forwarded message -----Received on 2002-01-22 18:20:47