That's the svn version
Quote:bash-3.1$ svn checkout http://svn.vdrift.net/repos/vdrift/trunk vdrift
Estratta revisione 1929.
bash-3.1$
And the segfault on exit is still there
Code:
bash-3.1$ gdb ./vdrift
GNU gdb Red Hat Linux (6.3.0.0-1.134.fc5rh)
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 "i386-redhat-linux-gnu"...Dwarf Error: Could not find abbrev number 152812 [in module /home/madbad/Desktop/vdriftCVS/vdrift/vdrift]
Using host libthread_db library "/lib/libthread_db.so.1".
(gdb) run
Starting program: /home/madbad/Desktop/vdriftCVS/vdrift/vdrift
Reading symbols from shared object read from target memory...(no debugging symbols found)...done.
Loaded system supplied DSO at 0xfdf000
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1208891696 (LWP 8826)]
BinReloc successfully initialized.
Executable path: /home/madbad/Desktop/vdriftCVS/vdrift/vdrift
Data dir: /home/madbad/Desktop/vdriftCVS/data
Localedir: /home/madbad/Desktop/vdriftCVS/share/locale
No data_dir found in VDrift.config, using /home/madbad/Desktop/vdriftCVS/data
/home/madbad/Desktop/vdriftCVS/data/settings/VDrift.config not found. Attempting to load data from /home/madbad/Desktop/vdriftCVS/vdrift/data
Found config file /home/madbad/.vdrift/controls.
Found config file /home/madbad/.vdrift/VDrift.config.
No data_dir found in VDrift.config, using /home/madbad/Desktop/vdriftCVS/vdrift/data
Version of game: development-full
Skin name not found in config file...
/home/madbad/Desktop/vdriftCVS/share/locale
Directory /home/madbad/Desktop/vdriftCVS/vdrift/data/skins/SConscript/menus does not exist! Skin SConscript not loaded.
Warning: option-47 is missing its default value. Assuming "".
Run with -verbose for troubleshooting.
Run with -nosound to disable sound.
Run with -benchmark to play a replay and output benchmark data.
0 joystick(s) found:
Card supports: drawbuf4 auxbuf0 antialiasing anisotropy16 cubemapping shaders multitexturing16(8) texture_rectangle depth_texture shadow framebuffer_objects
Card does not support:
Status: Using GLEW 1.5.0
Fragment shaders enabled
109
----- Start Shader Log for simple -----
Link successful. The GLSL vertex shader will run in hardware. The GLSL fragment shader will run in hardware.
----- End Shader Log for simple -----
Loaded shader package simple
109
----- Start Shader Log for full -----
Link successful. The GLSL vertex shader will run in hardware. The GLSL fragment shader will run in hardware.
----- End Shader Log for full -----
Loaded shader package full
109
----- Start Shader Log for full-noshadow -----
Link successful. The GLSL vertex shader will run in hardware. The GLSL fragment shader will run in hardware.
----- End Shader Log for full-noshadow -----
Loaded shader package full-noshadow
197
----- Start Shader Log for blurpass -----
Link successful. The GLSL vertex shader will run in software due to the GLSL fragment shader running in software. The GLSL fragment shader will run in software - unsupported language element used.
----- End Shader Log for blurpass -----
Loaded shader package blurpass
109
----- Start Shader Log for depthgen -----
Link successful. The GLSL vertex shader will run in hardware. The GLSL fragment shader will run in hardware.
----- End Shader Log for depthgen -----
Loaded shader package depthgen
Framebuffer object complete
Framebuffer object complete
[New Thread 37018512 (LWP 8829)]
Obtained audio device:
Frequency: 44100
Format: 32784
Bits per sample: 16
Channels: 2
Silence: 0
Samples: 512
Size: 2048
[Thread 37018512 (zombie) exited]
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1208891696 (LWP 8826)]
0x00000000 in ?? ()
(gdb) backtrace
#0 0x00000000 in ?? ()
#1 0x08112185 in ?? ()
#2 0x80000001 in ?? ()
#3 0x00780958 in archfname () from /lib/libc.so.6
#4 0x00796120 in __after_morecore_hook () from /lib/libc.so.6
#5 0x0a920e98 in ?? ()
#6 0x00658ca0 in _dl_argv_internal () from /lib/ld-linux.so.2
#7 0x00000000 in ?? ()
(gdb)