Current main task: debugging
I am getting sick of debugging....
I hope I get this stuff done soon.
Figuring out things like this is definitely one of
the worst parts about being a computer scientist:
sandor@hiroshige: # gdb ./toll
GNU gdb 5.3.92
Copyright 2003 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 "i586-suse-linux"...
(gdb) run warum.wrl
Starting program: /home/sandor/bin/examinerSrc/toll warum.wrl
[New Thread 16384 (LWP 11690)]
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 16384 (LWP 11690)]
0x40a8197d in SoInput::constructorsCommon() (this=0xbfffdd00) at SbStorage.h:38
38 SbStorage.h: No such file or directory.
in SbStorage.h
(gdb)


0 Comments:
Post a Comment
<< Home