albertz / openlierox

OpenLieroX - Liero clone / Worms realtime / 2D shooter
http://openlierox.net
Other
263 stars 60 forks source link

0.59beta2: crash in alutInit #488

Open albertz opened 13 years ago

albertz commented 13 years ago

Converted from SourceForge issue 2939515, submitted by albertzeyer

Date: 2010-01-25 06:10:59 GMT Operating system: Linux (0.0.0 Linux 2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:57:59 UTC 2009 i686) Architecture: x86 Crash reason: SIGSEGV Crash address: 0x4

Thread 0 (crashed) 0 libopenal.so.0.0.0 0xb7f1cfd3 (0x0002afd3) ?? 1 openlierox 0x0827242d (0x0022a42d) SfxDriverOpenAL::init() + 0xf (sfxdriver_openal.cpp:32) 2 openlierox 0x08271277 (0x00229277) Sfx::init() + 0xa (sfx.cpp:57) 3 openlierox 0x08272cc1 (0x0022acc1) InitSoundSystem(int, int, int) + 0xb (Sounds.cpp:128) 4 openlierox 0x0838b4fd (0x003434fd) InitializeAuxLib(std::string const&, int, int) + 0x1d (AuxLib.cpp:176)

sfxdriver_openal.cpp:32 :

ALboolean init=alutInit(NULL,NULL);

The doc says that NULL,NULL is explicitly allowed here.

I don't think this is an OLX problem. This is probably a problem in ALUT or in OpenAL.

See also this bug report at Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=539291

albertz commented 13 years ago

Submitted by albertzeyer

Pelya, on LXA, you said this:

For Ubuntu Jaunty and Karmic users: if you don't have sound with 0.59 that might be because OpenAL lib we're using now doesn't properly support PulseAudio. Edit your file /etc/openal/alsoft.conf: add line Code: [Select] drivers = oss,alsa,pulse and run OLX using "padsp" utility: Code: [Select] padsp openlierox

Is this related here? Can you reproduce the crash?

albertz commented 13 years ago

Submitted by albertzeyer

System environment:

USER=oi SSH_AGENT_PID=3031 HOME=/home/oi XDG_SESSION_COOKIE=d94d927e8c04a30fd4caeed44ab78556-1264399522.965018-1732902646 DESKTOP_SESSION=default.desktop GTK_MODULES=canberra-gtk-module DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-UvLxuF6N0A,guid=76b88ecab15908d08d837bde4b5d34a4 GDM_XSERVER_LOCATION=local LOGNAME=oi GTK_IM_MODULE=scim-bridge USERNAME=oi WINDOWPATH=7 GDM_LANG=zh_CN.UTF-8 PATH=/home/oi/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games DISPLAY=:0.0 LANG=zh_CN.UTF-8 XAUTHORITY=/home/oi/.Xauthority XMODIFIERS=@im=SCIM SSH_AUTH_SOCK=/tmp/keyring-Hwck0E/socket.ssh SHELL=/bin/bash GDMSESSION=default.desktop QT_IM_MODULE=xim PWD=/home/oi XDG_DATA_DIRS=/usr/local/share/:/usr/share/:/usr/share/gdm/ GPG_AGENT_INFO=/tmp/seahorse-F3ZPIO/S.gpg-agent:3059:1 GNOME_DESKTOP_SESSION_ID=this-is-deprecated SESSION_MANAGER=local/oi-desktop:/tmp/.ICE-unix/2893 ORBIT_SOCKETDIR=/tmp/orbit-oi GTK_RC_FILES=/etc/gtk/gtkrc:/home/oi/.gtkrc-1.2-gnome2 GNOME_KEYRING_SOCKET=/tmp/keyring-Hwck0E/socket DISPLAY=:0.0

Crash information:

Date: 2010-01-25 06:10:59 GMT Operating system: Linux (0.0.0 Linux 2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:57:59 UTC 2009 i686) Architecture: x86 Crash reason: SIGSEGV Crash address: 0x4

Thread 0 (crashed) 0 libopenal.so.0.0.0 0xb7f1cfd3 (0x0002afd3) ?? 1 openlierox 0x0827242d (0x0022a42d) SfxDriverOpenAL::init() + 0xf (sfxdriver_openal.cpp:32) 2 openlierox 0x08271277 (0x00229277) Sfx::init() + 0xa (sfx.cpp:57) 3 openlierox 0x08272cc1 (0x0022acc1) InitSoundSystem(int, int, int) + 0xb (Sounds.cpp:128) 4 openlierox 0x0838b4fd (0x003434fd) InitializeAuxLib(std::string const&, int, int) + 0x1d (AuxLib.cpp:176) 5 openlierox 0x0810f6e6 (0x000c76e6) InitializeLieroX() + 0x2e (main.cpp:845) 6 openlierox 0x08110fc7 (0x000c8fc7) main + 0x4 (main.cpp:396) 7 libc-2.9.so 0xb78d1774 (0x00016774) ?? 8 openlierox 0x0810c9f0 (0x000c49f0) ?? 9 openlierox 0x08110b6f (0x000c8b6f) InitializeLieroX() + 0xb 10 ld-2.9.so 0xb7f9486f (0x0000e86f) ?? 11 ld-2.9.so 0xb7f9ff42 (0x00019f42) ??

eip = 0xb7f1cfd3 esp = 0xbfda13c0 ebp = 0xbfda1408 ebx = 0xb7f29420 esi = 0xa11a4208 edi = 0x00009001 eax = 0x00000000 ecx = 0xa11a41f8 edx = 0x00000002 efl = 0x00010292

Thread 1 0 linux-gate.so 0xb7f85430 (0x00000430) ?? 1 openlierox 0x085a2787 (0x0055a787) ThreadPool::threadWrapper(void*) + 0x10 (ThreadPool.cpp:76) 2 libSDL-1.2.so.0.11.2 0xb7e6283a (0x0000e83a) ?? 3 libSDL-1.2.so.0.11.2 0xb7eb071c (0x0005c71c) ?? 4 libpthread-2.9.so 0xb7be44fe (0x000064fe) ?? 5 libc-2.9.so 0xb799f49d (0x000e449d) ??

eip = 0xb7f85430 esp = 0xb6d392b0 ebp = 0xb6d392f8 ebx = 0x0a2f5c64 esi = 0x00000000 edi = 0x0000005c eax = 0xfffffe00 ecx = 0x00000080 edx = 0x0000005c efl = 0x00000202

Thread 2 0 linux-gate.so 0xb7f85430 (0x00000430) ?? 1 openlierox 0x085a2787 (0x0055a787) ThreadPool::threadWrapper(void*) + 0x10 (ThreadPool.cpp:76) 2 libSDL-1.2.so.0.11.2 0xb7e6283a (0x0000e83a) ?? 3 libSDL-1.2.so.0.11.2 0xb7eb071c (0x0005c71c) ?? 4 libpthread-2.9.so 0xb7be44fe (0x000064fe) ?? 5 libc-2.9.so 0xb799f49d (0x000e449d) ??

eip = 0xb7f85430 esp = 0xb65382b0 ebp = 0xb65382f8 ebx = 0x0a2f5c64 esi = 0x00000000 edi = 0x00000055 eax = 0xfffffe00 ecx = 0x00000080 edx = 0x00000055 efl = 0x00000202

Thread 3 0 linux-gate.so 0xb7f85430 (0x00000430) ?? 1 openlierox 0x085a2787 (0x0055a787) ThreadPool::threadWrapper(void*) + 0x10 (ThreadPool.cpp:76) 2 libSDL-1.2.so.0.11.2 0xb7e6283a (0x0000e83a) ?? 3 libSDL-1.2.so.0.11.2 0xb7eb071c (0x0005c71c) ?? 4 libpthread-2.9.so 0xb7be44fe (0x000064fe) ?? 5 libc-2.9.so 0xb799f49d (0x000e449d) ??

eip = 0xb7f85430 esp = 0xb5d372b0 ebp = 0xb5d372f8 ebx = 0x0a2f5c64 esi = 0x00000000 edi = 0x0000002e eax = 0xfffffe00 ecx = 0x00000080 edx = 0x0000002e efl = 0x00000202

Thread 4 0 linux-gate.so 0xb7f85430 (0x00000430) ?? 1 openlierox 0x085a2787 (0x0055a787) ThreadPool::threadWrapper(void*) + 0x10 (ThreadPool.cpp:76) 2 libSDL-1.2.so.0.11.2 0xb7e6283a (0x0000e83a) ?? 3 libSDL-1.2.so.0.11.2 0xb7eb071c (0x0005c71c) ?? 4 libpthread-2.9.so 0xb7be44fe (0x000064fe) ?? 5 libc-2.9.so 0xb799f49d (0x000e449d) ??

eip = 0xb7f85430 esp = 0xb55362b0 ebp = 0xb55362f8 ebx = 0x0a2f5c64 esi = 0x00000000 edi = 0x0000002d eax = 0xfffffe00 ecx = 0x00000080 edx = 0x0000002d efl = 0x00000202

Thread 5 0 linux-gate.so 0xb7f85430 (0x00000430) ?? 1 openlierox 0x085a2787 (0x0055a787) ThreadPool::threadWrapper(void*) + 0x10 (ThreadPool.cpp:76) 2 libSDL-1.2.so.0.11.2 0xb7e6283a (0x0000e83a) ?? 3 libSDL-1.2.so.0.11.2 0xb7eb071c (0x0005c71c) ?? 4 libpthread-2.9.so 0xb7be44fe (0x000064fe) ?? 5 libc-2.9.so 0xb799f49d (0x000e449d) ??

eip = 0xb7f85430 esp = 0xb4d352b0 ebp = 0xb4d352f8 ebx = 0x0a2f5c64 esi = 0x00000000 edi = 0x00000032 eax = 0xfffffe00 ecx = 0x00000080 edx = 0x00000032 efl = 0x00000202

Thread 6 0 linux-gate.so 0xb7f85430 (0x00000430) ?? 1 openlierox 0x085a2787 (0x0055a787) ThreadPool::threadWrapper(void*) + 0x10 (ThreadPool.cpp:76) 2 libSDL-1.2.so.0.11.2 0xb7e6283a (0x0000e83a) ?? 3 libSDL-1.2.so.0.11.2 0xb7eb071c (0x0005c71c) ?? 4 libpthread-2.9.so 0xb7be44fe (0x000064fe) ?? 5 libc-2.9.so 0xb799f49d (0x000e449d) ??

eip = 0xb7f85430 esp = 0xb45342b0 ebp = 0xb45342f8 ebx = 0x0a2f5c64 esi = 0x00000000 edi = 0x00000031 eax = 0xfffffe00 ecx = 0x00000080 edx = 0x00000031 efl = 0x00000202

Thread 7 0 linux-gate.so 0xb7f85430 (0x00000430) ?? 1 openlierox 0x085a2787 (0x0055a787) ThreadPool::threadWrapper(void*) + 0x10 (ThreadPool.cpp:76) 2 libSDL-1.2.so.0.11.2 0xb7e6283a (0x0000e83a) ?? 3 libSDL-1.2.so.0.11.2 0xb7eb071c (0x0005c71c) ?? 4 libpthread-2.9.so 0xb7be44fe (0x000064fe) ?? 5 libc-2.9.so 0xb799f49d (0x000e449d) ??

eip = 0xb7f85430 esp = 0xb3d332b0 ebp = 0xb3d332f8 ebx = 0x0a2f5c64 esi = 0x00000000 edi = 0x00000036 eax = 0xfffffe00 ecx = 0x00000080 edx = 0x00000036 efl = 0x00000202

Thread 8 0 linux-gate.so 0xb7f85430 (0x00000430) ?? 1 openlierox 0x085a2787 (0x0055a787) ThreadPool::threadWrapper(void*) + 0x10 (ThreadPool.cpp:76) 2 libSDL-1.2.so.0.11.2 0xb7e6283a (0x0000e83a) ?? 3 libSDL-1.2.so.0.11.2 0xb7eb071c (0x0005c71c) ?? 4 libpthread-2.9.so 0xb7be44fe (0x000064fe) ?? 5 libc-2.9.so 0xb799f49d (0x000e449d) ??

eip = 0xb7f85430 esp = 0xb35322b0 ebp = 0xb35322f8 ebx = 0x0a2f5c64 esi = 0x00000000 edi = 0x00000035 eax = 0xfffffe00 ecx = 0x00000080 edx = 0x00000035 efl = 0x00000202

Thread 9 0 linux-gate.so 0xb7f85430 (0x00000430) ?? 1 openlierox 0x085a2787 (0x0055a787) ThreadPool::threadWrapper(void*) + 0x10 (ThreadPool.cpp:76) 2 libSDL-1.2.so.0.11.2 0xb7e6283a (0x0000e83a) ?? 3 libSDL-1.2.so.0.11.2 0xb7eb071c (0x0005c71c) ?? 4 libpthread-2.9.so 0xb7be44fe (0x000064fe) ?? 5 libc-2.9.so 0xb799f49d (0x000e449d) ??

eip = 0xb7f85430 esp = 0xb2d312b0 ebp = 0xb2d312f8 ebx = 0x0a2f5c64 esi = 0x00000000 edi = 0x0000003a eax = 0xfffffe00 ecx = 0x00000080 edx = 0x0000003a efl = 0x00000202

Thread 10 0 linux-gate.so 0xb7f85430 (0x00000430) ?? 1 openlierox 0x085a2787 (0x0055a787) ThreadPool::threadWrapper(void*) + 0x10 (ThreadPool.cpp:76) 2 libSDL-1.2.so.0.11.2 0xb7e6283a (0x0000e83a) ?? 3 libSDL-1.2.so.0.11.2 0xb7eb071c (0x0005c71c) ?? 4 libpthread-2.9.so 0xb7be44fe (0x000064fe) ?? 5 libc-2.9.so 0xb799f49d (0x000e449d) ??

eip = 0xb7f85430 esp = 0xb25302b0 ebp = 0xb25302f8 ebx = 0x0a2f5c64 esi = 0x00000000 edi = 0x00000039 eax = 0xfffffe00 ecx = 0x00000080 edx = 0x00000039 efl = 0x00000202

Thread 11 0 linux-gate.so 0xb7f85430 (0x00000430) ?? 1 openlierox 0x085a2787 (0x0055a787) ThreadPool::threadWrapper(void*) + 0x10 (ThreadPool.cpp:76) 2 libSDL-1.2.so.0.11.2 0xb7e6283a (0x0000e83a) ?? 3 libSDL-1.2.so.0.11.2 0xb7eb071c (0x0005c71c) ?? 4 libpthread-2.9.so 0xb7be44fe (0x000064fe) ?? 5 libc-2.9.so 0xb799f49d (0x000e449d) ??

eip = 0xb7f85430 esp = 0xb1d2f2b0 ebp = 0xb1d2f2f8 ebx = 0x0a2f5c64 esi = 0x00000000 edi = 0x0000003c eax = 0xfffffe00 ecx = 0x00000080 edx = 0x0000003c efl = 0x00000202

Thread 12 0 linux-gate.so 0xb7f85430 (0x00000430) ?? 1 openlierox 0x085a2787 (0x0055a787) ThreadPool::threadWrapper(void*) + 0x10 (ThreadPool.cpp:76) 2 libSDL-1.2.so.0.11.2 0xb7e6283a (0x0000e83a) ?? 3 libSDL-1.2.so.0.11.2 0xb7eb071c (0x0005c71c) ?? 4 libpthread-2.9.so 0xb7be44fe (0x000064fe) ?? 5 libc-2.9.so 0xb799f49d (0x000e449d) ??

eip = 0xb7f85430 esp = 0xb152e2b0 ebp = 0xb152e2f8 ebx = 0x0a2f5c64 esi = 0x00000000 edi = 0x0000003e eax = 0xfffffe00 ecx = 0x00000080 edx = 0x0000003e efl = 0x00000202

Thread 13 0 linux-gate.so 0xb7f85430 (0x00000430) ?? 1 openlierox 0x085a2787 (0x0055a787) ThreadPool::threadWrapper(void*) + 0x10 (ThreadPool.cpp:76) 2 libSDL-1.2.so.0.11.2 0xb7e6283a (0x0000e83a) ?? 3 libSDL-1.2.so.0.11.2 0xb7eb071c (0x0005c71c) ?? 4 libpthread-2.9.so 0xb7be44fe (0x000064fe) ?? 5 libc-2.9.so 0xb799f49d (0x000e449d) ??

eip = 0xb7f85430 esp = 0xb0d2d2b0 ebp = 0xb0d2d2f8 ebx = 0x0a2f5c64 esi = 0x00000000 edi = 0x00000040 eax = 0xfffffe00 ecx = 0x00000080 edx = 0x00000040 efl = 0x00000202

Thread 14 0 linux-gate.so 0xb7f85430 (0x00000430) ?? 1 openlierox 0x085a2787 (0x0055a787) ThreadPool::threadWrapper(void*) + 0x10 (ThreadPool.cpp:76) 2 libSDL-1.2.so.0.11.2 0xb7e6283a (0x0000e83a) ?? 3 libSDL-1.2.so.0.11.2 0xb7eb071c (0x0005c71c) ?? 4 libpthread-2.9.so 0xb7be44fe (0x000064fe) ?? 5 libc-2.9.so 0xb799f49d (0x000e449d) ??

eip = 0xb7f85430 esp = 0xb052c2b0 ebp = 0xb052c2f8 ebx = 0x0a2f5c64 esi = 0x00000000 edi = 0x00000042 eax = 0xfffffe00 ecx = 0x00000080 edx = 0x00000042 efl = 0x00000202

Thread 15 0 linux-gate.so 0xb7f85430 (0x00000430) ?? 1 openlierox 0x085a2787 (0x0055a787) ThreadPool::threadWrapper(void*) + 0x10 (ThreadPool.cpp:76) 2 libSDL-1.2.so.0.11.2 0xb7e6283a (0x0000e83a) ?? 3 libSDL-1.2.so.0.11.2 0xb7eb071c (0x0005c71c) ?? 4 libpthread-2.9.so 0xb7be44fe (0x000064fe) ?? 5 libc-2.9.so 0xb799f49d (0x000e449d) ??

eip = 0xb7f85430 esp = 0xafd2b2b0 ebp = 0xafd2b2f8 ebx = 0x0a2f5c64 esi = 0x00000000 edi = 0x00000044 eax = 0xfffffe00 ecx = 0x00000080 edx = 0x00000044 efl = 0x00000202

Thread 16 0 linux-gate.so 0xb7f85430 (0x00000430) ?? 1 openlierox 0x085a2787 (0x0055a787) ThreadPool::threadWrapper(void*) + 0x10 (ThreadPool.cpp:76) 2 libSDL-1.2.so.0.11.2 0xb7e6283a (0x0000e83a) ?? 3 libSDL-1.2.so.0.11.2 0xb7eb071c (0x0005c71c) ?? 4 libpthread-2.9.so 0xb7be44fe (0x000064fe) ?? 5 libc-2.9.so 0xb799f49d (0x000e449d) ??

eip = 0xb7f85430 esp = 0xaf52a2b0 ebp = 0xaf52a2f8 ebx = 0x0a2f5c64 esi = 0x00000000 edi = 0x00000046 eax = 0xfffffe00 ecx = 0x00000080 edx = 0x00000046 efl = 0x00000202

Thread 17 0 linux-gate.so 0xb7f85430 (0x00000430) ?? 1 openlierox 0x085a2787 (0x0055a787) ThreadPool::threadWrapper(void*) + 0x10 (ThreadPool.cpp:76) 2 libSDL-1.2.so.0.11.2 0xb7e6283a (0x0000e83a) ?? 3 libSDL-1.2.so.0.11.2 0xb7eb071c (0x0005c71c) ?? 4 libpthread-2.9.so 0xb7be44fe (0x000064fe) ?? 5 libc-2.9.so 0xb799f49d (0x000e449d) ??

eip = 0xb7f85430 esp = 0xaed292b0 ebp = 0xaed292f8 ebx = 0x0a2f5c64 esi = 0x00000000 edi = 0x00000048 eax = 0xfffffe00 ecx = 0x00000080 edx = 0x00000048 efl = 0x00000202

Thread 18 0 linux-gate.so 0xb7f85430 (0x00000430) ?? 1 openlierox 0x085a2787 (0x0055a787) ThreadPool::threadWrapper(void*) + 0x10 (ThreadPool.cpp:76) 2 libSDL-1.2.so.0.11.2 0xb7e6283a (0x0000e83a) ?? 3 libSDL-1.2.so.0.11.2 0xb7eb071c (0x0005c71c) ?? 4 libpthread-2.9.so 0xb7be44fe (0x000064fe) ?? 5 libc-2.9.so 0xb799f49d (0x000e449d) ??

eip = 0xb7f85430 esp = 0xae5282b0 ebp = 0xae5282f8 ebx = 0x0a2f5c64 esi = 0x00000000 edi = 0x0000004a eax = 0xfffffe00 ecx = 0x00000080 edx = 0x0000004a efl = 0x00000202

Thread 19 0 linux-gate.so 0xb7f85430 (0x00000430) ?? 1 openlierox 0x085a2787 (0x0055a787) ThreadPool::threadWrapper(void*) + 0x10 (ThreadPool.cpp:76) 2 libSDL-1.2.so.0.11.2 0xb7e6283a (0x0000e83a) ?? 3 libSDL-1.2.so.0.11.2 0xb7eb071c (0x0005c71c) ?? 4 libpthread-2.9.so 0xb7be44fe (0x000064fe) ?? 5 libc-2.9.so 0xb799f49d (0x000e449d) ??

eip = 0xb7f85430 esp = 0xadd272b0 ebp = 0xadd272f8 ebx = 0x0a2f5c64 esi = 0x00000000 edi = 0x0000004c eax = 0xfffffe00 ecx = 0x00000080 edx = 0x0000004c efl = 0x00000202

Thread 20 0 linux-gate.so 0xb7f85430 (0x00000430) ?? 1 openlierox 0x085a2787 (0x0055a787) ThreadPool::threadWrapper(void*) + 0x10 (ThreadPool.cpp:76) 2 libSDL-1.2.so.0.11.2 0xb7e6283a (0x0000e83a) ?? 3 libSDL-1.2.so.0.11.2 0xb7eb071c (0x0005c71c) ?? 4 libpthread-2.9.so 0xb7be44fe (0x000064fe) ?? 5 libc-2.9.so 0xb799f49d (0x000e449d) ??

eip = 0xb7f85430 esp = 0xad5262b0 ebp = 0xad5262f8 ebx = 0x0a2f5c64 esi = 0x00000000 edi = 0x0000004e eax = 0xfffffe00 ecx = 0x00000080 edx = 0x0000004e efl = 0x00000202

Thread 21 0 linux-gate.so 0xb7f85430 (0x00000430) ?? 1 openlierox 0x085a2787 (0x0055a787) ThreadPool::threadWrapper(void*) + 0x10 (ThreadPool.cpp:76) 2 libSDL-1.2.so.0.11.2 0xb7e6283a (0x0000e83a) ?? 3 libSDL-1.2.so.0.11.2 0xb7eb071c (0x0005c71c) ?? 4 libpthread-2.9.so 0xb7be44fe (0x000064fe) ?? 5 libc-2.9.so 0xb799f49d (0x000e449d) ??

eip = 0xb7f85430 esp = 0xacd252b0 ebp = 0xacd252f8 ebx = 0x0a2f5c64 esi = 0x00000000 edi = 0x00000059 eax = 0xfffffe00 ecx = 0x00000080 edx = 0x00000059 efl = 0x00000202

Thread 22 0 linux-gate.so 0xb7f85430 (0x00000430) ?? 1 openlierox 0x085a2787 (0x0055a787) ThreadPool::threadWrapper(void*) + 0x10 (ThreadPool.cpp:76) 2 libSDL-1.2.so.0.11.2 0xb7e6283a (0x0000e83a) ?? 3 libSDL-1.2.so.0.11.2 0xb7eb071c (0x0005c71c) ?? 4 libpthread-2.9.so 0xb7be44fe (0x000064fe) ?? 5 libc-2.9.so 0xb799f49d (0x000e449d) ??

eip = 0xb7f85430 esp = 0xac5242b0 ebp = 0xac5242f8 ebx = 0x0a2f5c64 esi = 0x00000000 edi = 0x0000005a eax = 0xfffffe00 ecx = 0x00000080 edx = 0x0000005a efl = 0x00000202

Thread 23 0 linux-gate.so 0xb7f85430 (0x00000430) ?? 1 openlierox 0x085a2787 (0x0055a787) ThreadPool::threadWrapper(void*) + 0x10 (ThreadPool.cpp:76) 2 libSDL-1.2.so.0.11.2 0xb7e6283a (0x0000e83a) ?? 3 libSDL-1.2.so.0.11.2 0xb7eb071c (0x0005c71c) ?? 4 libpthread-2.9.so 0xb7be44fe (0x000064fe) ?? 5 libc-2.9.so 0xb799f49d (0x000e449d) ??

eip = 0xb7f85430 esp = 0xabd232b0 ebp = 0xabd232f8 ebx = 0x0a2f5c64 esi = 0x00000000 edi = 0x0000005b eax = 0xfffffe00 ecx = 0x00000080 edx = 0x0000005b efl = 0x00000202

Thread 24 0 linux-gate.so 0xb7f85430 (0x00000430) ?? 1 openlierox 0x085a2787 (0x0055a787) ThreadPool::threadWrapper(void*) + 0x10 (ThreadPool.cpp:76) 2 libSDL-1.2.so.0.11.2 0xb7e6283a (0x0000e83a) ?? 3 libSDL-1.2.so.0.11.2 0xb7eb071c (0x0005c71c) ?? 4 libpthread-2.9.so 0xb7be44fe (0x000064fe) ?? 5 libc-2.9.so 0xb799f49d (0x000e449d) ??

eip = 0xb7f85430 esp = 0xab5222b0 ebp = 0xab5222f8 ebx = 0x0a2f5c64 esi = 0x00000000 edi = 0x00000053 eax = 0xfffffe00 ecx = 0x00000080 edx = 0x00000053 efl = 0x00000202

Thread 25 0 linux-gate.so 0xb7f85430 (0x00000430) ?? 1 openlierox 0x085a2787 (0x0055a787) ThreadPool::threadWrapper(void*) + 0x10 (ThreadPool.cpp:76) 2 libSDL-1.2.so.0.11.2 0xb7e6283a (0x0000e83a) ?? 3 libSDL-1.2.so.0.11.2 0xb7eb071c (0x0005c71c) ?? 4 libpthread-2.9.so 0xb7be44fe (0x000064fe) ?? 5 libc-2.9.so 0xb799f49d (0x000e449d) ??

eip = 0xb7f85430 esp = 0xaad212b0 ebp = 0xaad212f8 ebx = 0x0a2f5c64 esi = 0x00000000 edi = 0x00000057 eax = 0xfffffe00 ecx = 0x00000080 edx = 0x00000057 efl = 0x00000202

Thread 26 0 linux-gate.so 0xb7f85430 (0x00000430) ?? 1 openlierox 0x085a2787 (0x0055a787) ThreadPool::threadWrapper(void*) + 0x10 (ThreadPool.cpp:76) 2 libSDL-1.2.so.0.11.2 0xb7e6283a (0x0000e83a) ?? 3 libSDL-1.2.so.0.11.2 0xb7eb071c (0x0005c71c) ?? 4 libpthread-2.9.so 0xb7be44fe (0x000064fe) ?? 5 libc-2.9.so 0xb799f49d (0x000e449d) ??

eip = 0xb7f85430 esp = 0xaa5202b0 ebp = 0xaa5202f8 ebx = 0x0a2f5c64 esi = 0x00000000 edi = 0x00000058 eax = 0xfffffe00 ecx = 0x00000080 edx = 0x00000058 efl = 0x00000202

Thread 27 0 linux-gate.so 0xb7f85430 (0x00000430) ?? 1 openlierox 0x085efdc1 (0x005a7dc1) TaskManager::finishQueuedTasks() + 0x5e 2 openlierox 0x085a2606 (0x0055a606) ThreadPool::threadWrapper(void*) + 0xa (ThreadPool.cpp:91) 3 libSDL-1.2.so.0.11.2 0xb7e6283a (0x0000e83a) ?? 4 libSDL-1.2.so.0.11.2 0xb7eb071c (0x0005c71c) ?? 5 libpthread-2.9.so 0xb7be44fe (0x000064fe) ?? 6 libc-2.9.so 0xb799f49d (0x000e449d) ??

eip = 0xb7f85430 esp = 0xa9d1f280 ebp = 0xa9d1f2c8 ebx = 0x9c5011dc esi = 0x00000000 edi = 0x00000001 eax = 0xfffffe00 ecx = 0x00000080 edx = 0x00000001 efl = 0x00000282

Thread 28 0 linux-gate.so 0xb7f85430 (0x00000430) ?? 1 openlierox 0x085a2787 (0x0055a787) ThreadPool::threadWrapper(void*) + 0x10 (ThreadPool.cpp:76) 2 libSDL-1.2.so.0.11.2 0xb7e6283a (0x0000e83a) ?? 3 libSDL-1.2.so.0.11.2 0xb7eb071c (0x0005c71c) ?? 4 libpthread-2.9.so 0xb7be44fe (0x000064fe) ?? 5 libc-2.9.so 0xb799f49d (0x000e449d) ??

eip = 0xb7f85430 esp = 0xa951e2b0 ebp = 0xa951e2f8 ebx = 0x0a2f5c64 esi = 0x00000000 edi = 0x0000001c eax = 0xfffffe00 ecx = 0x00000080 edx = 0x0000001c efl = 0x00000202

Thread 29 0 linux-gate.so 0xb7f85430 (0x00000430) ?? 1 openlierox 0x085a2787 (0x0055a787) ThreadPool::threadWrapper(void*) + 0x10 (ThreadPool.cpp:76) 2 libSDL-1.2.so.0.11.2 0xb7e6283a (0x0000e83a) ?? 3 libSDL-1.2.so.0.11.2 0xb7eb071c (0x0005c71c) ?? 4 libpthread-2.9.so 0xb7be44fe (0x000064fe) ?? 5 libc-2.9.so 0xb799f49d (0x000e449d) ??

eip = 0xb7f85430 esp = 0xa8d1d2b0 ebp = 0xa8d1d2f8 ebx = 0x0a2f5c64 esi = 0x00000000 edi = 0x0000001d eax = 0xfffffe00 ecx = 0x00000080 edx = 0x0000001d efl = 0x00000202

Thread 30 0 linux-gate.so 0xb7f85430 (0x00000430) ?? 1 openlierox 0x085a2787 (0x0055a787) ThreadPool::threadWrapper(void*) + 0x10 (ThreadPool.cpp:76) 2 libSDL-1.2.so.0.11.2 0xb7e6283a (0x0000e83a) ?? 3 libSDL-1.2.so.0.11.2 0xb7eb071c (0x0005c71c) ?? 4 libpthread-2.9.so 0xb7be44fe (0x000064fe) ?? 5 libc-2.9.so 0xb799f49d (0x000e449d) ??

eip = 0xb7f85430 esp = 0xa851c2b0 ebp = 0xa851c2f8 ebx = 0x0a2f5c64 esi = 0x00000000 edi = 0x0000001e eax = 0xfffffe00 ecx = 0x00000080 edx = 0x0000001e efl = 0x00000202

Thread 31 0 linux-gate.so 0xb7f85430 (0x00000430) ?? 1 openlierox 0x085a2787 (0x0055a787) ThreadPool::threadWrapper(void*) + 0x10 (ThreadPool.cpp:76) 2 libSDL-1.2.so.0.11.2 0xb7e6283a (0x0000e83a) ?? 3 libSDL-1.2.so.0.11.2 0xb7eb071c (0x0005c71c) ?? 4 libpthread-2.9.so 0xb7be44fe (0x000064fe) ?? 5 libc-2.9.so 0xb799f49d (0x000e449d) ??

eip = 0xb7f85430 esp = 0xa7d1b2b0 ebp = 0xa7d1b2f8 ebx = 0x0a2f5c64 esi = 0x00000000 edi = 0x0000001f eax = 0xfffffe00 ecx = 0x00000080 edx = 0x0000001f efl = 0x00000202

Thread 32 0 linux-gate.so 0xb7f85430 (0x00000430) ?? 1 openlierox 0x085a2787 (0x0055a787) ThreadPool::threadWrapper(void*) + 0x10 (ThreadPool.cpp:76) 2 libSDL-1.2.so.0.11.2 0xb7e6283a (0x0000e83a) ?? 3 libSDL-1.2.so.0.11.2 0xb7eb071c (0x0005c71c) ?? 4 libpthread-2.9.so 0xb7be44fe (0x000064fe) ?? 5 libc-2.9.so 0xb799f49d (0x000e449d) ??

eip = 0xb7f85430 esp = 0xa751a2b0 ebp = 0xa751a2f8 ebx = 0x0a2f5c64 esi = 0x00000000 edi = 0x00000020 eax = 0xfffffe00 ecx = 0x00000080 edx = 0x00000020 efl = 0x00000202

Thread 33 0 linux-gate.so 0xb7f85430 (0x00000430) ?? 1 openlierox 0x085a2787 (0x0055a787) ThreadPool::threadWrapper(void*) + 0x10 (ThreadPool.cpp:76) 2 libSDL-1.2.so.0.11.2 0xb7e6283a (0x0000e83a) ?? 3 libSDL-1.2.so.0.11.2 0xb7eb071c (0x0005c71c) ?? 4 libpthread-2.9.so 0xb7be44fe (0x000064fe) ?? 5 libc-2.9.so 0xb799f49d (0x000e449d) ??

eip = 0xb7f85430 esp = 0xa6d192b0 ebp = 0xa6d192f8 ebx = 0x0a2f5c64 esi = 0x00000000 edi = 0x00000021 eax = 0xfffffe00 ecx = 0x00000080 edx = 0x00000021 efl = 0x00000202

Thread 34 0 linux-gate.so 0xb7f85430 (0x00000430) ?? 1 openlierox 0x085a2787 (0x0055a787) ThreadPool::threadWrapper(void*) + 0x10 (ThreadPool.cpp:76) 2 libSDL-1.2.so.0.11.2 0xb7e6283a (0x0000e83a) ?? 3 libSDL-1.2.so.0.11.2 0xb7eb071c (0x0005c71c) ?? 4 libpthread-2.9.so 0xb7be44fe (0x000064fe) ?? 5 libc-2.9.so 0xb799f49d (0x000e449d) ??

eip = 0xb7f85430 esp = 0xa65182b0 ebp = 0xa65182f8 ebx = 0x0a2f5c64 esi = 0x00000000 edi = 0x00000022 eax = 0xfffffe00 ecx = 0x00000080 edx = 0x00000022 efl = 0x00000202

Thread 35 0 linux-gate.so 0xb7f85430 (0x00000430) ?? 1 openlierox 0x085a2787 (0x0055a787) ThreadPool::threadWrapper(void*) + 0x10 (ThreadPool.cpp:76) 2 libSDL-1.2.so.0.11.2 0xb7e6283a (0x0000e83a) ?? 3 libSDL-1.2.so.0.11.2 0xb7eb071c (0x0005c71c) ?? 4 libpthread-2.9.so 0xb7be44fe (0x000064fe) ?? 5 libc-2.9.so 0xb799f49d (0x000e449d) ??

eip = 0xb7f85430 esp = 0xa5d172b0 ebp = 0xa5d172f8 ebx = 0x0a2f5c64 esi = 0x00000000 edi = 0x00000023 eax = 0xfffffe00 ecx = 0x00000080 edx = 0x00000023 efl = 0x00000202

Thread 36 0 linux-gate.so 0xb7f85430 (0x00000430) ?? 1 openlierox 0x085a2787 (0x0055a787) ThreadPool::threadWrapper(void*) + 0x10 (ThreadPool.cpp:76) 2 libSDL-1.2.so.0.11.2 0xb7e6283a (0x0000e83a) ?? 3 libSDL-1.2.so.0.11.2 0xb7eb071c (0x0005c71c) ?? 4 libpthread-2.9.so 0xb7be44fe (0x000064fe) ?? 5 libc-2.9.so 0xb799f49d (0x000e449d) ??

eip = 0xb7f85430 esp = 0xa55162b0 ebp = 0xa55162f8 ebx = 0x0a2f5c64 esi = 0x00000000 edi = 0x00000024 eax = 0xfffffe00 ecx = 0x00000080 edx = 0x00000024 efl = 0x00000202

Thread 37 0 linux-gate.so 0xb7f85430 (0x00000430) ?? 1 openlierox 0x085a2787 (0x0055a787) ThreadPool::threadWrapper(void*) + 0x10 (ThreadPool.cpp:76) 2 libSDL-1.2.so.0.11.2 0xb7e6283a (0x0000e83a) ?? 3 libSDL-1.2.so.0.11.2 0xb7eb071c (0x0005c71c) ?? 4 libpthread-2.9.so 0xb7be44fe (0x000064fe) ?? 5 libc-2.9.so 0xb799f49d (0x000e449d) ??

eip = 0xb7f85430 esp = 0xa4d152b0 ebp = 0xa4d152f8 ebx = 0x0a2f5c64 esi = 0x00000000 edi = 0x00000025 eax = 0xfffffe00 ecx = 0x00000080 edx = 0x00000025 efl = 0x00000202

Thread 38 0 linux-gate.so 0xb7f85430 (0x00000430) ?? 1 openlierox 0x085a2787 (0x0055a787) ThreadPool::threadWrapper(void*) + 0x10 (ThreadPool.cpp:76) 2 libSDL-1.2.so.0.11.2 0xb7e6283a (0x0000e83a) ?? 3 libSDL-1.2.so.0.11.2 0xb7eb071c (0x0005c71c) ?? 4 libpthread-2.9.so 0xb7be44fe (0x000064fe) ?? 5 libc-2.9.so 0xb799f49d (0x000e449d) ??

eip = 0xb7f85430 esp = 0xa45142b0 ebp = 0xa45142f8 ebx = 0x0a2f5c64 esi = 0x00000000 edi = 0x00000026 eax = 0xfffffe00 ecx = 0x00000080 edx = 0x00000026 efl = 0x00000202

Thread 39 0 linux-gate.so 0xb7f85430 (0x00000430) ?? 1 openlierox 0x085a2787 (0x0055a787) ThreadPool::threadWrapper(void*) + 0x10 (ThreadPool.cpp:76) 2 libSDL-1.2.so.0.11.2 0xb7e6283a (0x0000e83a) ?? 3 libSDL-1.2.so.0.11.2 0xb7eb071c (0x0005c71c) ?? 4 libpthread-2.9.so 0xb7be44fe (0x000064fe) ?? 5 libc-2.9.so 0xb799f49d (0x000e449d) ??

eip = 0xb7f85430 esp = 0xa3d132b0 ebp = 0xa3d132f8 ebx = 0x0a2f5c64 esi = 0x00000000 edi = 0x00000027 eax = 0xfffffe00 ecx = 0x00000080 edx = 0x00000027 efl = 0x00000202

Thread 40 0 linux-gate.so 0xb7f85430 (0x00000430) ?? 1 openlierox 0x085a2787 (0x0055a787) ThreadPool::threadWrapper(void*) + 0x10 (ThreadPool.cpp:76) 2 libSDL-1.2.so.0.11.2 0xb7e6283a (0x0000e83a) ?? 3 libSDL-1.2.so.0.11.2 0xb7eb071c (0x0005c71c) ?? 4 libpthread-2.9.so 0xb7be44fe (0x000064fe) ?? 5 libc-2.9.so 0xb799f49d (0x000e449d) ??

eip = 0xb7f85430 esp = 0xa35122b0 ebp = 0xa35122f8 ebx = 0x0a2f5c64 esi = 0x00000000 edi = 0x00000028 eax = 0xfffffe00 ecx = 0x00000080 edx = 0x00000028 efl = 0x00000202

Thread 41 0 linux-gate.so 0xb7f85430 (0x00000430) ?? 1 libSDL-1.2.so.0.11.2 0xb7eb3d43 (0x0005fd43) ?? 2 libSDL-1.2.so.0.11.2 0xb7e6283a (0x0000e83a) ?? 3 libSDL-1.2.so.0.11.2 0xb7eb071c (0x0005c71c) ?? 4 libpthread-2.9.so 0xb7be44fe (0x000064fe) ?? 5 libc-2.9.so 0xb799f49d (0x000e449d) ??

eip = 0xb7f85430 esp = 0xa2b822f8 ebp = 0xa2b82338 ebx = 0xa2b8231c esi = 0xa2b82b50 edi = 0xa2b8231c eax = 0xfffffdfc ecx = 0xa2b82324 edx = 0xb7ebcff4 efl = 0x00200246

Thread 42 0 linux-gate.so 0xb7f85430 (0x00000430) ?? 1 libpulse.so.0.7.1 0xa1fb3911 (0x00024911) ?? 2 libpulse.so.0.7.1 0xa1fa33bf (0x000143bf) ?? 3 libpulse.so.0.7.1 0xa1fa4d42 (0x00015d42) ?? 4 libpulse.so.0.7.1 0xa1fa4e13 (0x00015e13) ?? 5 libpulse.so.0.7.1 0xa1fb36c2 (0x000246c2) ?? 6 libpulse.so.0.7.1 0xa1fddef1 (0x0004eef1) ?? 7 libpthread-2.9.so 0xb7be44fe (0x000064fe) ?? 8 libc-2.9.so 0xb799f49d (0x000e449d) ??

eip = 0xb7f85430 esp = 0x9df5a1a4 ebp = 0x9df5a1c8 ebx = 0x0a334668 esi = 0xa11a29e8 edi = 0xb7a19ff4 eax = 0xfffffdfc ecx = 0x00000002 edx = 0x0000014b efl = 0x00000246

Thread 43 0 linux-gate.so 0xb7f85430 (0x00000430) ?? 1 libasound.so.2.0.0 0xb727ef4c (0x0004af4c) ?? 2 libasound.so.2.0.0 0xb727f0c3 (0x0004b0c3) ?? 3 libasound.so.2.0.0 0xb727f2a4 (0x0004b2a4) ?? 4 libasound.so.2.0.0 0xb72c3be4 (0x0008fbe4) ?? 5 libasound.so.2.0.0 0xb7279b33 (0x00045b33) ?? 6 libopenal.so.0.0.0 0xb7f14cf8 (0x00022cf8) ?? 7 libopenal.so.0.0.0 0xb7f19a28 (0x00027a28) ?? 8 libopenal.so.0.0.0 0xb7efeb3e (0x0000cb3e) ?? 9 libpthread-2.9.so 0xb7be705b (0x0000905b) ?? 10 libopenal.so.0.0.0 0xb7f1bafe (0x00029afe) ?? 11 libopenal.so.0.0.0 0xb7f0054a (0x0000e54a) ?? 12 libopenal.so.0.0.0 0xb7f1ba86 (0x00029a86) ?? 13 libopenal.so.0.0.0 0xb7effb4b (0x0000db4b) ?? 14 libc-2.9.so 0xb79e6dad (0x0012bdad) ?? 15 libopenal.so.0.0.0 0xb7effa35 (0x0000da35) ?? 16 libopenal.so.0.0.0 0xb7f082b9 (0x000162b9) ?? 17 libopenal.so.0.0.0 0xb7f082a5 (0x000162a5) ?? 18 libpthread-2.9.so 0xb7be44fe (0x000064fe) ?? 19 libopenal.so.0.0.0 0xb7effa2f (0x0000da2f) ??

eip = 0xb7f85430 esp = 0x9d759144 ebp = 0x9d759168 ebx = 0x9d759190 esi = 0x00000001 edi = 0xb7a19ff4 eax = 0xfffffdfc ecx = 0x00000001 edx = 0xffffffff efl = 0x00000246

Loaded modules: 0x08048000 - 0x08799fff openlierox ??? (main) /usr/games/openlierox 0x97772000 - 0x9b772fff pulse-shm-1188897389 ??? /dev/shm/pulse-shm-1188897389 0xa0d61000 - 0xa0de0fff drm mm object (deleted) ??? /drm mm object (deleted) 0xa1f5c000 - 0xa1f5ffff libattr.so.1.1.0 ??? /lib/libattr.so.1.1.0 0xa1f62000 - 0xa1f64fff libuuid.so.1.2 ??? /lib/libuuid.so.1.2 0xa1f67000 - 0xa1f6bfff libgdbm.so.3.0.0 ??? /usr/lib/libgdbm.so.3.0.0 0xa1f6e000 - 0xa1f82fff libICE.so.6.3.0 ??? /usr/lib/libICE.so.6.3.0 0xa1f86000 - 0xa1f8cfff libSM.so.6.0.0 ??? /usr/lib/libSM.so.6.0.0 0xa1f8f000 - 0xa1febfff libpulse.so.0.7.1 ??? /usr/lib/libpulse.so.0.7.1 0xa208c000 - 0xa2093fff libdrm_intel.so.1.0.0 ??? /usr/lib/libdrm_intel.so.1.0.0 0xa2096000 - 0xa22dbfff i915_dri.so ??? /usr/lib/dri/i915_dri.so 0xa22ff000 - 0xa2306fff libdrm.so.2.4.0 ??? /usr/lib/libdrm.so.2.4.0 0xa2309000 - 0xa230cfff libXxf86vm.so.1.0.0 ??? /usr/lib/libXxf86vm.so.1.0.0 0xa230f000 - 0xa2366fff libGL.so.1.2 ??? /usr/lib/libGL.so.1.2 0xa2372000 - 0xa237ffff libXext.so.6.4.0 ??? /usr/lib/libXext.so.6.4.0 0xa2b83000 - 0xa2b8afff libXrender.so.1.3.0 ??? /usr/lib/libXrender.so.1.3.0 0xa2b8d000 - 0xa2b94fff libXcursor.so.1.0.2 ??? /usr/lib/libXcursor.so.1.0.2 0xa2b98000 - 0xa2b9afff libcap.so.2.11 ??? /lib/libcap.so.2.11 0xa2b9d000 - 0xa2ba1fff libasound_module_pcm_pulse.so ??? /usr/lib/alsa-lib/libasound_module_pcm_pulse.so 0xa2ba4000 - 0xa2be2fff LC_CTYPE ??? /usr/lib/locale/zh_CN.utf8/LC_CTYPE 0xa2be3000 - 0xa2d01fff LC_COLLATE ??? /usr/lib/locale/zh_CN.utf8/LC_COLLATE 0xb6d3a000 - 0xb6d43fff libnss_files-2.9.so ??? /lib/tls/i686/cmov/libnss_files-2.9.so 0xb6d47000 - 0xb6d48fff libXdamage.so.1.1.0 ??? /usr/lib/libXdamage.so.1.1.0 0xb6d4a000 - 0xb6d4dfff libXfixes.so.3.1.0 ??? /usr/lib/libXfixes.so.3.1.0 0xb6d4f000 - 0xb6d4ffff LC_NUMERIC ??? /usr/lib/locale/zh_CN.utf8/LC_NUMERIC 0xb6d50000 - 0xb6d50fff LC_TIME ??? /usr/lib/locale/zh_CN.utf8/LC_TIME 0xb6d51000 - 0xb6d51fff LC_MONETARY ??? /usr/lib/locale/zh_CN.utf8/LC_MONETARY 0xb6d52000 - 0xb6d52fff SYS_LC_MESSAGES ??? /usr/lib/locale/zh_CN.utf8/LC_MESSAGES/SYS_LC_MESSAGES 0xb6d53000 - 0xb6d53fff LC_PAPER ??? /usr/lib/locale/zh_CN.utf8/LC_PAPER 0xb6d58000 - 0xb6d5afff libgpg-error.so.0.3.0 ??? /lib/libgpg-error.so.0.3.0 0xb6d5c000 - 0xb6d7ffff libexpat.so.1.5.2 ??? /usr/lib/libexpat.so.1.5.2 0xb6d83000 - 0xb6d86fff libXdmcp.so.6.0.0 ??? /usr/lib/libXdmcp.so.6.0.0 0xb6d88000 - 0xb6d89fff libXau.so.6.0.0 ??? /usr/lib/libXau.so.6.0.0 0xb6d8c000 - 0xb6d8ffff libogg.so.0.5.3 ??? /usr/lib/libogg.so.0.5.3 0xb6d93000 - 0xb6d94fff libkeyutils-1.2.so ??? /lib/libkeyutils-1.2.so 0xb6d97000 - 0xb6d9dfff libkrb5support.so.0.1 ??? /usr/lib/libkrb5support.so.0.1 0xb6da0000 - 0xb6da1fff libcom_err.so.2.1 ??? /lib/libcom_err.so.2.1 0xb6da4000 - 0xb6dc5fff libk5crypto.so.3.1 ??? /usr/lib/libk5crypto.so.3.1 0xb6dc8000 - 0xb6e56fff libkrb5.so.3.3 ??? /usr/lib/libkrb5.so.3.3 0xb6e5b000 - 0xb6ec0fff libgcrypt.so.11.4.4 ??? /lib/libgcrypt.so.11.4.4 0xb6ec4000 - 0xb6ed3fff libtasn1.so.3.0.16 ??? /usr/lib/libtasn1.so.3.0.16 0xb6ed6000 - 0xb6f6cfff libgnutls.so.26.4.6 ??? /usr/lib/libgnutls.so.26.4.6 0xb6f73000 - 0xb6f88fff libsasl2.so.2.0.22 ??? /usr/lib/libsasl2.so.2.0.22 0xb6f8b000 - 0xb6f9cfff libresolv-2.9.so ??? /lib/tls/i686/cmov/libresolv-2.9.so 0xb6fa2000 - 0xb7013fff libfreetype.so.6.3.20 ??? /usr/lib/libfreetype.so.6.3.20 0xb7019000 - 0xb7043fff libfontconfig.so.1.3.0 ??? /usr/lib/libfontconfig.so.1.3.0 0xb7046000 - 0xb7054fff libXpm.so.4.11.0 ??? /usr/lib/libXpm.so.4.11.0 0xb7056000 - 0xb7090fff libsmpeg-0.4.so.0.1.4 ??? /usr/lib/libsmpeg-0.4.so.0.1.4 0xb70af000 - 0xb70f5fff libmikmod.so.2.0.4 ??? /usr/lib/libmikmod.so.2.0.4 0xb70f9000 - 0xb7110fff libxcb.so.1.1.0 ??? /usr/lib/libxcb.so.1.1.0 0xb7113000 - 0xb7164fff libtiff.so.4.2.1 ??? /usr/lib/libtiff.so.4.2.1 0xb7169000 - 0xb7187fff libjpeg.so.62.0.0 ??? /usr/lib/libjpeg.so.62.0.0 0xb7189000 - 0xb71acfff libpng12.so.0.27.0 ??? /usr/lib/libpng12.so.0.27.0 0xb71af000 - 0xb71c1fff libdirect-1.0.so.0.1.0 ??? /usr/lib/libdirect-1.0.so.0.1.0 0xb71c5000 - 0xb71cbfff libfusion-1.0.so.0.1.0 ??? /usr/lib/libfusion-1.0.so.0.1.0 0xb71ce000 - 0xb7231fff libdirectfb-1.0.so.0.1.0 ??? /usr/lib/libdirectfb-1.0.so.0.1.0 0xb7234000 - 0xb72f6fff libasound.so.2.0.0 ??? /usr/lib/libasound.so.2.0.0 0xb72fc000 - 0xb7316fff libvorbis.so.0.4.0 ??? /usr/lib/libvorbis.so.0.4.0 0xb7326000 - 0xb7327fff libdl-2.9.so ??? /lib/tls/i686/cmov/libdl-2.9.so 0xb732b000 - 0xb734cfff libopenal.so.1.4.272 ??? /usr/lib/libopenal.so.1.4.272 0xb766e000 - 0xb77a0fff libcrypto.so.0.9.8 ??? /lib/i686/cmov/libcrypto.so.0.9.8 0xb77ba000 - 0xb77fbfff libssl.so.0.9.8 ??? /lib/i686/cmov/libssl.so.0.9.8 0xb7801000 - 0xb7829fff libgssapi_krb5.so.2.2 ??? /usr/lib/libgssapi_krb5.so.2.2 0xb782c000 - 0xb7832fff librt-2.9.so ??? /lib/tls/i686/cmov/librt-2.9.so 0xb7836000 - 0xb7875fff libldap_r-2.4.so.2.4.1 ??? /usr/lib/libldap_r-2.4.so.2.4.1 0xb787a000 - 0xb7885fff liblber-2.4.so.2.4.1 ??? /usr/lib/liblber-2.4.so.2.4.1 0xb7888000 - 0xb78b7fff libidn.so.11.5.39 ??? /usr/lib/libidn.so.11.5.39 0xb78bb000 - 0xb7a16fff libc-2.9.so ??? /lib/tls/i686/cmov/libc-2.9.so 0xb7a1e000 - 0xb7a2afff libgcc_s.so.1 ??? /lib/libgcc_s.so.1 0xb7a2d000 - 0xb7a50fff libm-2.9.so ??? /lib/tls/i686/cmov/libm-2.9.so 0xb7a54000 - 0xb7b37fff libstdc++.so.6.0.10 ??? /usr/lib/libstdc++.so.6.0.10 0xb7b43000 - 0xb7b60fff libgd.so.2.0.0 ??? /usr/lib/libgd.so.2.0.0 0xb7b85000 - 0xb7ba9fff libSDL_mixer-1.2.so.0.2.6 ??? /usr/lib/libSDL_mixer-1.2.so.0.2.6 0xb7bde000 - 0xb7bf2fff libpthread-2.9.so ??? /lib/tls/i686/cmov/libpthread-2.9.so 0xb7bf7000 - 0xb7c0afff libz.so.1.2.3.3 ??? /lib/libz.so.1.2.3.3 0xb7c0d000 - 0xb7d41fff libxml2.so.2.6.32 ??? /usr/lib/libxml2.so.2.6.32 0xb7d4a000 - 0xb7e33fff libX11.so.6.2.0 ??? /usr/lib/libX11.so.6.2.0 0xb7e39000 - 0xb7e42fff libSDL_image-1.2.so.0.1.5 ??? /usr/lib/libSDL_image-1.2.so.0.1.5 0xb7e54000 - 0xb7ebafff libSDL-1.2.so.0.11.2 ??? /usr/lib/libSDL-1.2.so.0.11.2 0xb7ee9000 - 0xb7eeffff libvorbisfile.so.3.2.0 ??? /usr/lib/libvorbisfile.so.3.2.0 0xb7ef2000 - 0xb7f28fff libopenal.so.0.0.0 ??? /usr/lib/libopenal.so.0.0.0 0xb7f2f000 - 0xb7f32fff libalut.so.0.1.0 ??? /usr/lib/libalut.so.0.1.0 0xb7f37000 - 0xb7f72fff libcurl.so.4.1.0 ??? /usr/lib/libcurl.so.4.1.0 0xb7f75000 - 0xb7f75fff LC_NAME ??? /usr/lib/locale/zh_CN.utf8/LC_NAME 0xb7f76000 - 0xb7f76fff LC_ADDRESS ??? /usr/lib/locale/zh_CN.utf8/LC_ADDRESS 0xb7f77000 - 0xb7f77fff LC_TELEPHONE ??? /usr/lib/locale/zh_CN.utf8/LC_TELEPHONE 0xb7f78000 - 0xb7f78fff LC_MEASUREMENT ??? /usr/lib/locale/zh_CN.utf8/LC_MEASUREMENT 0xb7f79000 - 0xb7f7ffff gconv-modules.cache ??? /usr/lib/gconv/gconv-modules.cache 0xb7f80000 - 0xb7f80fff LC_IDENTIFICATION ??? /usr/lib/locale/zh_CN.utf8/LC_IDENTIFICATION 0xb7f82000 - 0xb7f82fff zero (deleted) ??? /dev/zero (deleted) 0xb7f85000 - 0xb7f85fff linux-gate.so ??? linux-gate.so 0xb7f86000 - 0xb7fa1fff ld-2.9.so ??? /lib/ld-2.9.so

Recent console output: File: /home/oi/.OpenLieroX/logs/OpenLieroX - 20100125-1410.txt

H: OpenLieroX/0.59_beta2 is starting ... n: Free memory: 1689 MB n: Current time: Mon Jan 25 14:10:45 2010 n: ThreadPool: creating 40 threads ... n: I have now the following searchpaths (in this order): n: /home/oi/.OpenLieroX n: . n: /usr/share/games/OpenLieroX n: And that's all. n: Reading game options from /usr/share/games/OpenLieroX/cfg/options.cfg n: Will write game options to /home/oi/.OpenLieroX/cfg/options.cfg H: cfg/options.cfg not found, will use standards n: Default theme is used n: DONE loading options n: Installing CrashHandler .. installed Breakpad handler n: Loading network texts... DONE n: Loading taunts... DONE n: Hello there, I am initializing me now... n: setting video mode n: ColorDepth: 32 n: VideoPostProcessor initialisation ... using Dummy video post processor n: PixelFormat: n: BitsPerPixel: 32, BytesPerPixel: 4 n: R/G/B/A mask: ff0000/ff00/ff/0 n: R/G/B/A loss: 0/0/0/8 n: Colorkey: 0, Alpha: 255 n: using software surfaces n: video mode was set successfully H: OpenAL lib initialized n: SoundSystem initialised n: Allegro screen format: n: PixelFormat: n: BitsPerPixel: 32, BytesPerPixel: 4 n: R/G/B/A mask: ff0000/ff00/ff/0 n: R/G/B/A loss: 0/0/0/8 n: Colorkey: 0, Alpha: 255 n: Lua: Registering as AUTH n: Sfx::registerInConsole() Gus con: <UNKNOWN COMMAND: #SetConsoleKey> Gus con: <COULDN'T EXEC user.cfg> Color Mask: 0xFEFEFE Low Pixel Mask: 0x10101 QColor Mask: 0xFCFCFC QLow Pixel Mask: 0x30303 n: Lua: Registering as AUTH n: init script Gusanos.lua not found, trying common.lua n: Initializing ready n: Shutting me down... n: Lua: Registering as AUTH n: Everything was shut down n: waiting for all left threads and tasks W: ThreadPool: waiting for 2 threads to finish: W: thread queued task handler is cleaning itself up right now W: thread CTextbox cursor blinker timer is ready but was not cleaned up W: ThreadPool: waiting for 1 threads to finish: W: thread queued task handler is cleaning itself up right now W: there are still 1 pending events in the event queue W: given thread CTextbox cursor blinker timer is not working anymore H: -- Restarting game -- n: I have now the following searchpaths (in this order): n: /home/oi/.OpenLieroX n: . n: /usr/share/games/OpenLieroX n: And that's all. n: Reading game options from /home/oi/.OpenLieroX/cfg/options.cfg n: Will write game options to /home/oi/.OpenLieroX/cfg/options.cfg n: Default theme is used n: DONE loading options W: CrashHandler tried to init twice n: Loading network texts... DONE n: Loading taunts... DONE n: Hello there, I am initializing me now... n: setting video mode n: ColorDepth: 32 n: VideoPostProcessor initialisation ... using Dummy video post processor get fences failed: -1 param: 6, val: 0 n: PixelFormat: n: BitsPerPixel: 32, BytesPerPixel: 4 n: R/G/B/A mask: ff/ff00/ff0000/ff000000 n: R/G/B/A loss: 0/0/0/0 n: Colorkey: 0, Alpha: 255 n: using software surfaces H: using OpenGL n: video mode was set successfully CrashHandler called, minidump_id: 5d81e8c7-7835-8a02-2dc4d376-42e133f8 H: OpenLieroX/0.59_beta2 is starting ... n: Free memory: 1688 MB n: Current time: Mon Jan 25 14:10:59 2010 n: ThreadPool: creating 40 threads ... n: I have now the following searchpaths (in this order): n: /home/oi/.OpenLieroX n: . n: /usr/share/games/OpenLieroX n: And that's all. n: Reading game options from /home/oi/.OpenLieroX/cfg/options.cfg n: Will write game options to /home/oi/.OpenLieroX/cfg/options.cfg n: Default theme is used n: DONE loading options n: Installing CrashHandler .. installed Breakpad handler n: Loading network texts... DONE n: Loading taunts... DONE n: Hello there, I am initializing me now... n: setting video mode n: ColorDepth: 32 n: VideoPostProcessor initialisation ... using Dummy video post processor get fences failed: -1 param: 6, val: 0 n: PixelFormat: n: BitsPerPixel: 32, BytesPerPixel: 4 n: R/G/B/A mask: ff/ff00/ff0000/ff000000 n: R/G/B/A loss: 0/0/0/0 n: Colorkey: 0, Alpha: 255 n: using software surfaces H: using OpenGL n: video mode was set successfully H: OpenAL lib initialized n: SoundSystem initialised n: Allegro screen format: n: PixelFormat: n: BitsPerPixel: 32, BytesPerPixel: 4 n: R/G/B/A mask: ff/ff00/ff0000/0 n: R/G/B/A loss: 0/0/0/8 n: Colorkey: 0, Alpha: 255 n: Lua: Registering as AUTH n: Sfx::registerInConsole() Gus con: <UNKNOWN COMMAND: #SetConsoleKey> Gus con: <COULDN'T EXEC user.cfg> Color Mask: 0xFEFEFE Low Pixel Mask: 0x10101 QColor Mask: 0xFCFCFC QLow Pixel Mask: 0x30303 n: Lua: Registering as AUTH n: init script Gusanos.lua not found, trying common.lua n: Initializing ready

Current config: File: /home/oi/.OpenLieroX/cfg/options.cfg

# OpenLieroX Options File

Note: This file is automatically generated by OpenLieroX/0.59_beta2

[FileHandling] SearchPath1 = ${HOME}/.OpenLieroX SearchPath2 = . SearchPath3 = /usr/share/games/OpenLieroX

[Widgets] InternetListCols = 32,180,70,80,50,150,22 LANListCols = 32,180,70,80,50,150 FavouritesListCols = 32,180,70,80,50,150 GameInfoGroupsShown = 1,1,1,1,1,1,1,1,1,1,1

[Advanced] CheckForUpdates = true JpegQuality = 80 MatchLogging = true MaxCachedEntries = 300 MaxFPS = 95 RecoverAfterCrash = true

[Audio] Enabled = true MusicEnabled = true MusicVolume = 70 Volume = 70

[Game] Antialiasing = true AntilagMovementPrediction = true AutoTyping = false Blood = 100 ColorizeDamageByWorm = false ColorizeNicks = true DamagePopups = true LastSelectedPlayer = LastSelectedPlayer2 = MouseAiming = false MouseSensity = 200 NewSkinnedGUI = false OldSkoolRope = false Particles = true RandomTeamForNewWorm = 1 Shadows = true ShowWormHealth = false SkinPath = Theme = TopBarVisible = true

[GameInfo] AllowConnectDuringGame = true AllowEmptyGames = false AllowNegativeScore = false AllowNickChange = true AllowStrafing = true AllowWeaponsChange = true Bonuses = false BonusFrequency = 30 BonusHealthToWeaponChance = 0.5 BonusLife = 60 BonusNames = true CollideProjectiles = false CountTeamkills = false CTF_AllowRopeForCarrier = true CTF_SpeedFactorForCarrier = 1 DeathDecreasesScore = 0 DisableWpnsWhenEmpty = false EmptyWeaponsOnRespawn = false FillWithBotsTo = 0 ForceRandomWeapons = false GameSpeed = 1 GameSpeedOnlyForProjs = false GameType = 0 HS_AlertTime = 10 HS_HiderVision = 175 HS_HiderVisionThroughWalls = 75 HS_HideTime = 20 HS_SeekerVision = 125 HS_SeekerVisionAngle = 360 HS_SeekerVisionThroughWalls = 0 ImmediateStart = true InfiniteMap = false InstantAirJump = false KillLimit = 15 LevelName = Dirt Level.lxl Lives = -1 LoadingTime = 100 MaxPlayers = 14 MiniMap = true ModName = Classic NewNetEngine = false ProjFriction = 0 Race_AllowWeapons = false Race_CheckPointRadius = 15 Race_Rounds = 5 RelativeAirJump = false RelativeAirJumpDelay = 0.7 RespawnGroupTeams = true RespawnTime = 2.5 SameWeaponsAsHostWorm = false ScreenShaking = false SelfHit = true SelfInjure = true ServerSideHealth = false SizeFactor = 1 SuicideDecreasesScore = false TagLimit = 5 TeamHit = true TeamInjure = true TeamkillDecreasesScore = false TeamScoreLimit = -1 TimeLimit = 6 WeaponCombos = true WeaponRestrictionsFile = Standard 100lt WeaponSelectionMaxTime = 120 WormDamageFactor = 1 WormFriction = 0 WormGroundFriction = 0.1 WormShieldFactor = 1 WormSpeedFactor = 1

[GeneralControls] Chat = i Console = F3 IrcChat = F4 ShowHealth = h ShowScore = tab ShowSettings = space SwitchMode = F5 TakeScreenshot = F12 TeamChat = o ToggleTopBar = F8 ViewportManager = F2

[Misc] AutoFileCacheRefresh = true DedicatedScript = dedicated_control DedicatedScriptArgs = cfg/dedicated_config DoProjectileSimulationInDedicated = true LogConversations = false LogTimestamps = false ScreenshotFormat = 1 ShowAdvancedLobby = false ShowCountryFlags = true ShowNetRate = false ShowPing = true ShowProjectileUsage = false UseMainLockDetector = true Verbosity = 0

[Network] AllowRemoteBots = true AllowWantsJoinMsg = true AutoSetupHttpProxy = true CheckBandwidthSanity = true EnableChat = true EnableMiniChat = true ForceCompatibleConnect = true ForceMinVersion = LieroX/0.56 HttpProxy = MaxUploadBandwidth = 50000

Port = 23400 RegisterServer = true ServerName = OpenLieroX Server Speed = 2 UseIpToCountry = true WantsToJoinFromBanned = true WelcomeMessage = Welcome to ,

[Ply1Controls] Down = down Jump = lalt Left = left Right = right Rope = x SelectWeapon = lshift Shoot = lctrl Strafe = z Up = up Weapon1 = 1 Weapon2 = 2 Weapon3 = 3 Weapon4 = 4 Weapon5 = 5

[Ply2Controls] Down = kp 5 Jump = kp enter Left = kp 4 Right = kp 6 Rope = kp - SelectWeapon = kp 0 Shoot = kp + Strafe = kp . Up = kp 8 Weapon1 = 6 Weapon2 = 7 Weapon3 = 8 Weapon4 = 9 Weapon5 = 0

[State] FirstHosting = true NewestVersion = OpenLieroX/0.59_beta2

[Video] ColourDepth = 32 Fullscreen = false OpenGL = true PostProcessor = Resolution = ShowFPS = true

[Widgets] AdvancedLevelLimit = 0 FavouritesSortColumn = 4 InternetSortColumn = 4 LANSortColumn = 4 LocalPlayGame = 0

[Games.Levels]

This is for OLX to know what type of config file this is.

[ConfigFileInfo] Type = MainConfig SavedBy = OpenLieroX/0.59_beta2 Date = Mon Jan 25 14:10:59 2010

End of options

albertz commented 13 years ago

Submitted by pelya

For me it just deadlocks when initializing OpenAL if I run it without "padsp", or runs without sound when I'm trying to use Alsa.

albertz commented 13 years ago

Submitted by pelya

Oh, I'm using AMD64 version, which does not segfault as described in that Debian bug.

albertz commented 13 years ago

Submitted by albertzeyer

What's the state about this? Can we do anything about it? Is it OpenAL upstream or what?