|
From: Rohan M. <roh...@li...> - 2004-02-02 03:36:12
|
Hi, When attempting to debug my program with valgrind, i get an error on startup: ==1274== Memcheck, a memory error detector for x86-linux. ==1274== Copyright (C) 2002-2003, and GNU GPL'd, by Julian Seward. ==1274== Using valgrind-2.1.0, a program supervision framework for x86-linux. ==1274== Copyright (C) 2000-2003, and GNU GPL'd, by Julian Seward. ==1274== Command line ==1274== ./lsd ==1274== Startup, with flags: ==1274== --suppressions=/usr/lib/valgrind/default.supp ==1274== -v ==1274== -v ==1274== Reading syms from /home/zero/dev/cvs/realityundef/bin/lsd ==1274== Reading syms from /lib/ld-2.3.2.so ==1274== object doesn't have a symbol table ==1274== object doesn't have any debug info ==1274== Reading syms from /usr/lib/valgrind/vgskin_memcheck.so ==1274== Reading syms from /usr/lib/valgrind/valgrind.so ==1274== Reading syms from /home/zero/dev/cvs/osg/OSG_OP_OT-0.9.6-2/OpenSceneGraph-0.9.6-2/src/osg/Linux32.Debug/libosg.so @@ don't know what type 'B' is @@ parsing B(0,1) gave NULL type ((0,1) remains) @@ parsing (60,77)=B(0,1) gave NULL type ((0,1) remains) @@ parsing (60,76)=(60,77)=B(0,1) gave NULL type ((0,1) remains) --1274-- INTERNAL ERROR: Valgrind received a signal 11 (SIGSEGV) - exiting --1274-- si_code=1 Fault EIP: 0x40187598; Faulting address: 0x0 valgrind: the `impossible' happened: Killed by fatal signal Basic block ctr is approximately 0 ==1274== at 0x401780B8: vgPlain_core_panic (vg_mylibc.c:1121) ==1274== by 0x401780B7: panic (vg_mylibc.c:1117) ==1274== by 0x401780EA: vgPlain_core_panic (vg_mylibc.c:1122) ==1274== by 0x4017F653: vg_sync_signalhandler (vg_signals.c:1674) sched status: Thread 1: status = Runnable, associated_mx = 0x0, associated_cv = 0x0 ==1274== at 0x4017FEA0: (within /usr/lib/valgrind/valgrind.so) ==1274== by 0x4000C0DD: (within /lib/ld-2.3.2.so) ==1274== by 0x4000C279: _dl_init (in /lib/ld-2.3.2.so) ==1274== by 0x40000C5C: (within /lib/ld-2.3.2.so) My system is running debian linux with kernel 2.4.22 on an AMD 2800+ with 1G ram. From what i can make out from the error, there is a problem loading libosg.so. Any pointers on what the problem is, and what i can do to fix this? Thanks in advance, Rohan -- ______________________________________________ Check out the latest SMS services @ http://www.linuxmail.org This allows you to send and receive SMS through your mailbox. Powered by Outblaze |