Spring 0.75b2 on AMD64
Posted: 02 Nov 2007, 20:35
Hello, I compiled Spring to run it on my gentoo amd64 but it crashes everytime, here's the bt from GDB :
Any idea ? It segfaults each time :/
Code: Select all
Starting program: /usr/bin/spring spring
(no debugging symbols found)
warning: no loadable sections found in added symbol-file system-supplied DSO at 0x7fffb85fd000
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
---Type <return> to continue, or q <return> to quit---
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
OpenAL: ALC_EXT_capture AL_EXT_capture AL_EXT_vorbis AL_EXT_MP3 AL_LOKI_quadriphonic AL_LOKI_play_position AL_LOKI_WAVE_format AL_LOKI_IMA_ADPCM_format AL_LOKI_buffer_data_callback ALC_LOKI_audio_channel
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
---Type <return> to continue, or q <return> to quit---
Program received signal SIGSEGV, Segmentation fault.
0x00002b5cf24d8b49 in ?? () from /lib64/ld-linux-x86-64.so.2
(gdb) bt
#0 0x00002b5cf24d8b49 in ?? () from /lib64/ld-linux-x86-64.so.2
#1 0x00002b5cf24d36e8 in ?? () from /lib64/ld-linux-x86-64.so.2
#2 0x00002b5cf50d02da in ?? () from /lib/libdl.so.2
#3 0x00002b5cf50d0030 in dlclose () from /lib/libdl.so.2
#4 0x00000000004ef684 in ?? ()
#5 0x00000000006d6702 in ?? ()
#6 0x00000000006d6a66 in ?? ()
#7 0x00000000006d70bd in ?? ()
#8 0x000000000055b097 in CGame::CGame ()
#9 0x000000000054547e in ?? ()
#10 0x00000000004a82e5 in SpringApp::Update ()
#11 0x00000000004ad351 in SpringApp::Run ()
#12 0x00000000004ad6e7 in Run ()
#13 0x00002b5cf4db2b23 in __libc_start_main () from /lib/libc.so.6
#14 0x00000000004a3f39 in _start ()