gdb --args freedroidRPG -wqr1
GNU gdb (GDB) 7.1-ubuntu
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/games/freedroidRPG...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/games/freedroidRPG -wqr1
[Thread debugging using libthread_db enabled]
Hello, this is FreedroidRPG, version 0.12.1.
This seems to be a 'stable' release, so no exit on floating point exceptions.
-Signal Handling------------------------------------------------------
Setting up signal handlers for internal backtrace:
Now catching SIGSEGV: YES
Now catching FPE (if raised, that is!): YES
[New Thread 0xb7fddb70 (LWP 1690)]
Video system type: x11.
Using screen resolution 800 x 600.
Testing if color depth 32 bits is available... YES.
video mode set (bpp=24 RGBA=8880 depth=24)
-OpenGL-------------------------------------------------------
Vendor : VA Linux Systems, Inc.
Renderer : Mesa DRI Rage 128 20051027 AGP 1x x86/MMX+/3DNow!+/SSE
Version : 1.2 Mesa 7.7.1
----------------------------------------------------------------------
Freedroid has encountered a problem:
In Function: load_texture_atlas.
FreedroidRPG package and version number: freedroidrpg 0.12.1.
Your system only supports 1024x1024 textures. Atlas floor_tiles/atlas.txt is
1024x2048 and therefore will not be used.
The problem mentionned above is not fatal, we continue the execution.
----------------------------------------------------------------------
Program received signal SIGSEGV, Segmentation fault.
0x00d19685 in ?? () from /usr/lib/dri/r128_dri.so
(gdb) bt full
#0 0x00d19685 in ?? () from /usr/lib/dri/r128_dri.so
No symbol table info available.
#1 0x00d1b6e1 in ?? () from /usr/lib/dri/r128_dri.so
No symbol table info available.
#2 0x00c80940 in _mesa_CopyTexImage2D () from /usr/lib/dri/r128_dri.so
No symbol table info available.
#3 0x080b4ea5 in StoreMenuBackground ()
No symbol table info available.
#4 0x080616de in DoMenuSelection ()
No symbol table info available.
#5 0x0806232c in ?? ()
No symbol table info available.
#6 0x080627a8 in ?? ()
No symbol table info available.
#7 0x080a395f in main ()
No symbol table info available.
(gdb)
|