[denis@vp131147 ufoai]$ gdb ufo
GNU gdb 6.3-5mdk (Mandriva Linux release 2006.0)
Copyright 2004 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-mandriva-linux-gnu"...Using host libthread_db library "/lib/tls/libthread_db.so.1".
(gdb) run +set vid_fullscreen 0 +set vid_grabmouse 0 +set developer 1
Starting program: /home/denis/ufoai/ufo +set vid_fullscreen 0 +set vid_grabmouse 0 +set developer 1
Reading symbols from shared object read from target memory...done.
Loaded system supplied DSO at 0xffffe000
[Thread debugging using libthread_db enabled]
[New Thread -1213413696 (LWP 5663)]
Adding game dir: ./base
using /home/denis/.ufoai/base for writing
Adding game dir: /home/denis/.ufoai/base
execing default.cfg
FindFile: can't find config.cfg
couldn't exec config.cfg
execing keys.cfg
Console initialized.
------- sound initialization -------
Loading snd_sdl sound driver
Soundsystem: SDL.
SDL version: 1.2.9
SDL audio driver is "dsp".
Bits: 16
Frequency: 48000
Samples: 4096
Channels: 2
[New Thread -1213416528 (LWP 5666)]
sound sampling rate: 48000
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1213416528 (LWP 5666)]
0x0808e11a in S_PaintChannels (endtime=4096) at client/snd_mix.c:266
266 client/snd_mix.c: No such file or directory.
in client/snd_mix.c
(gdb) bt
#0 0x0808e11a in S_PaintChannels (endtime=4096) at client/snd_mix.c:266
#1 0xb7f598dc in paint_audio (unused=0x0, stream=0x1a1d6ad0 "", len=16384)
at ports/linux/snd_sdl.c:47
#2 0xb7da0193 in SDL_RunAudio (audiop=0x1a1d69d8)
at ./src/audio/SDL_audio.c:223
#3 0xb7da94a7 in SDL_RunThread (data=0x1a1dee00)
at ./src/thread/SDL_thread.c:202
#4 0xb7df698c in RunThread (data=0x1a1dee00)
at ./src/thread/pthread/SDL_systhread.c:47
#5 0xb7d8dc40 in start_thread () from /lib/tls/libpthread.so.0
#6 0xb7d250ee in clone () from /lib/tls/libc.so.6
(gdb)