Re: [Pipmak-Users] Linux: "Fatal Error..."
Status: Alpha
Brought to you by:
cwalther
From: Stefan <net...@we...> - 2006-09-01 09:26:16
|
Hi Christian, (I'm sorry if I accidently opened a new Thread, but I have not been subscribed so far and got no message ID...) Currently, I do not have all this lib*-dev stuff to be able to compile it. But I will, in case my project really gets serious. Some of my Version numbers: libsdl1.2debian 1.2.9-0 libsdl-image1.2 1.2.4-1 libsdl-mixer1.2 1.2.6-1.1 libsdl-ttf2.0-0 2.0.7-1 openal0a 1:0.0.8-1 libogg0 1.1.3-0 I have never used gdb (not a C programmer), voil=C3=A0 my first try: stegro@majestix:~/Downloads/Z=C3=BCndapp Underground/pipmak-0.2.5$ gdb ./pipmak 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 -1221601600 (LWP 5697)] [New Thread -1224291408 (LWP 5702)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1221601600 (LWP 5697)] 0x0806e3c2 in luaH_getstr () (gdb) step Single stepping until exit from function luaH_getstr, which has no line number information. 0xb7d39efc in SDL_Error () from /usr/lib/libSDL-1.2.so.0 (gdb) step Single stepping until exit from function SDL_Error, which has no line number information. 0xb76f0860 in ssignal () from /lib/tls/i686/cmov/libc.so.6 (gdb) step Single stepping until exit from function ssignal, which has no line number information. 0xb7d39f22 in SDL_Error () from /usr/lib/libSDL-1.2.so.0 (gdb) step Single stepping until exit from function SDL_Error, which has no line number information. ^[[A 0xb771c470 in fputs () from /lib/tls/i686/cmov/libc.so.6 (gdb) step Single stepping until exit from function fputs, which has no line number information. Fatal signal: 0xb7d39ef6 in SDL_Error () from /usr/lib/libSDL-1.2.so.0 (gdb) step Single stepping until exit from function SDL_Error, which has no line number information. Segmentation Fault (SDL Parachute Deployed) 0xb7d397cc in SDL_Quit () from /usr/lib/libSDL-1.2.so.0 (gdb) step Single stepping until exit from function SDL_Quit, which has no line number information. 0xb7d39f6e in SDL_Error () from /usr/lib/libSDL-1.2.so.0 (gdb) step Single stepping until exit from function SDL_Error, which has no line number information. Program exited with code 0365. (gdb) stegro@majestix:~/Downloads/Z=C3=BCndapp Underground/pipmak-0.2.5$ Stefan Gro=C3=9Fhauser |