Re: [Pipmak-Users] Linux: "Fatal Error..."
Status: Alpha
Brought to you by:
cwalther
From: Christian W. <cwa...@gm...> - 2006-09-01 20:02:20
|
> Some of my Version numbers: >=20 > 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 compiled it with SDL 1.2.8, libogg 1.1.2, and OpenAL 0.0.9 on a Fedora = Core 3 system. SDL should be binary compatible, not sure about the other = two (but I hope so too). > I have never used gdb (not a C programmer), voil=E0 my first try: Great. (I'm not very experienced with using GDB on the command line=20 either - I mostly use it under Xcode's graphical debugger.) > stegro@majestix:~/Downloads/Z=FCndapp 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 yo= u > 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". >=20 > (gdb) run > Starting program: /home/stegro/Downloads/Z=FCndapp > Underground/pipmak-0.2.5/pipmak > [Thread debugging using libthread_db enabled] > [New Thread -1221601600 (LWP 5697)] > [New Thread -1224291408 (LWP 5702)] >=20 > Program received signal SIGSEGV, Segmentation fault. > [Switching to Thread -1221601600 (LWP 5697)] > 0x0806e3c2 in luaH_getstr () > (gdb) Can you type "bt" (for "backtrace") at this point and post the output?=20 Afterwards, you can type "continue" or "quit". -Christian |