Re: [Pipmak-Users] Linux: "Fatal Error..."
Status: Alpha
Brought to you by:
cwalther
From: Stefan <net...@we...> - 2006-09-03 07:09:31
|
Good Morning, right, a traceback would be useful: GNU gdb 6.4-debian Copyright 2005 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 "i486-linux-gnu"...Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1". (gdb) run Starting program: /home/stegro/Downloads/Z=C3=BCndapp Underground/pipmak-0.2.5/pipmak [Thread debugging using libthread_db enabled] [New Thread -1221626176 (LWP 5386)] [New Thread -1224315984 (LWP 5389)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1221626176 (LWP 5386)] 0x0806e3c2 in luaH_getstr () (gdb) bt #0 0x0806e3c2 in luaH_getstr () #1 0x08067917 in lua_rawget () #2 0x08054b20 in openProject () #3 0x08054d3c in openAndEnterProject () #4 0x08058947 in main () (gdb) step Single stepping until exit from function luaH_getstr, which has no line number information. 0xb7d33efc in SDL_Error () from /usr/lib/libSDL-1.2.so.0 (gdb) bt #0 0xb7d33efc in SDL_Error () from /usr/lib/libSDL-1.2.so.0 #1 0x08067917 in lua_rawget () #2 0x08054b20 in openProject () #3 0x08054d3c in openAndEnterProject () #4 0x08058947 in main () (gdb) step Single stepping until exit from function SDL_Error, which has no line number information. 0xb76ea860 in ssignal () from /lib/tls/i686/cmov/libc.so.6 (gdb) bt #0 0xb76ea860 in ssignal () from /lib/tls/i686/cmov/libc.so.6 #1 0xb7d33f22 in SDL_Error () from /usr/lib/libSDL-1.2.so.0 #2 <signal handler called> #3 0x0806e3c2 in luaH_getstr () #4 0x08067917 in lua_rawget () #5 0x08054b20 in openProject () #6 0x08054d3c in openAndEnterProject () #7 0x08058947 in main () (gdb) step Single stepping until exit from function ssignal, which has no line number information. 0xb7d33f22 in SDL_Error () from /usr/lib/libSDL-1.2.so.0 (gdb) bt #0 0xb7d33f22 in SDL_Error () from /usr/lib/libSDL-1.2.so.0 #1 <signal handler called> #2 0x0806e3c2 in luaH_getstr () #3 0x08067917 in lua_rawget () #4 0x08054b20 in openProject () #5 0x08054d3c in openAndEnterProject () #6 0x08058947 in main () (gdb) step Single stepping until exit from function SDL_Error, which has no line number information. 0xb7716470 in fputs () from /lib/tls/i686/cmov/libc.so.6 (gdb) bt #0 0xb7716470 in fputs () from /lib/tls/i686/cmov/libc.so.6 #1 0xb7d33ef6 in SDL_Error () from /usr/lib/libSDL-1.2.so.0 #2 0xb7d33f2d in SDL_Error () from /usr/lib/libSDL-1.2.so.0 #3 <signal handler called> #4 0x0806e3c2 in luaH_getstr () #5 0x08067917 in lua_rawget () #6 0x08054b20 in openProject () #7 0x08054d3c in openAndEnterProject () #8 0x08058947 in main () (gdb) step Single stepping until exit from function fputs, which has no line number information. Fatal signal: 0xb7d33ef6 in SDL_Error () from /usr/lib/libSDL-1.2.so.0 (gdb) bt #0 0xb7d33ef6 in SDL_Error () from /usr/lib/libSDL-1.2.so.0 #1 0xb7d33f2d in SDL_Error () from /usr/lib/libSDL-1.2.so.0 #2 <signal handler called> #3 0x0806e3c2 in luaH_getstr () #4 0x08067917 in lua_rawget () #5 0x08054b20 in openProject () #6 0x08054d3c in openAndEnterProject () #7 0x08058947 in main () (gdb) step Single stepping until exit from function SDL_Error, which has no line number information. Segmentation Fault (SDL Parachute Deployed) 0xb7d337cc in SDL_Quit () from /usr/lib/libSDL-1.2.so.0 (gdb) bt #0 0xb7d337cc in SDL_Quit () from /usr/lib/libSDL-1.2.so.0 #1 0xb7d33f6e in SDL_Error () from /usr/lib/libSDL-1.2.so.0 #2 <signal handler called> #3 0x0806e3c2 in luaH_getstr () #4 0x08067917 in lua_rawget () #5 0x08054b20 in openProject () #6 0x08054d3c in openAndEnterProject () #7 0x08058947 in main () (gdb) c Continuing. Program exited with code 0365. (gdb) Quit (gdb) ------------------------------ I will be on University for four days, so I won't be able to compile the next few days. I'll try when I'm back. have a nice sunday afternoon Stefan Gro=C3=9Fhauser Linux aus Schachteln ist wie Bier aus Dosen. |