[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/i386-linux-gnu/i686/cmov/libthread_db.so.1".
[New Thread 0xafae6b70 (LWP 3822)]
[New Thread 0xb02e7b70 (LWP 3821)]
[New Thread 0xb4ae9b70 (LWP 3820)]
0x080a807b in _start ()
[Current thread is 1 (Thread 0xb64db720 (LWP 3817))]
Id Target Id Frame
4 Thread 0xb4ae9b70 (LWP 3820) "threaded-ml" 0xb77ac430 in __kernel_vsyscall ()
3 Thread 0xb02e7b70 (LWP 3821) "arx" 0xb77ac430 in __kernel_vsyscall ()
2 Thread 0xafae6b70 (LWP 3822) "Sound Update" 0xb77ac430 in __kernel_vsyscall ()
* 1 Thread 0xb64db720 (LWP 3817) "arx" 0x080a807b in _start ()
Thread 4 (Thread 0xb4ae9b70 (LWP 3820)):
#0 0xb77ac430 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb71dda26 in poll () from /lib/i386-linux-gnu/i686/cmov/libc.so.6
No symbol table info available.
#2 0xb6c1a7c6 in ?? () from /usr/lib/i386-linux-gnu/libpulse.so.0
No symbol table info available.
#3 0xb6c08aca in pa_mainloop_poll () from /usr/lib/i386-linux-gnu/libpulse.so.0
No symbol table info available.
#4 0xb6c092f9 in pa_mainloop_iterate () from /usr/lib/i386-linux-gnu/libpulse.so.0
No symbol table info available.
#5 0xb6c093d4 in pa_mainloop_run () from /usr/lib/i386-linux-gnu/libpulse.so.0
No symbol table info available.
#6 0xb6c1a74e in ?? () from /usr/lib/i386-linux-gnu/libpulse.so.0
No symbol table info available.
#7 0xb69d92fa in ?? () from /usr/lib/i386-linux-gnu/pulseaudio/libpulsecommon-2.0.so
No symbol table info available.
#8 0xb75a8c39 in start_thread () from /lib/i386-linux-gnu/i686/cmov/libpthread.so.0
No symbol table info available.
#9 0xb71eb40e in clone () from /lib/i386-linux-gnu/i686/cmov/libc.so.6
No symbol table info available.
Thread 3 (Thread 0xb02e7b70 (LWP 3821)):
#0 0xb77ac430 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb75b0b16 in nanosleep () from /lib/i386-linux-gnu/i686/cmov/libpthread.so.0
No symbol table info available.
#2 0xb751f9f6 in ?? () from /usr/lib/i386-linux-gnu/libopenal.so.1
No symbol table info available.
#3 0xb752d561 in ?? () from /usr/lib/i386-linux-gnu/libopenal.so.1
No symbol table info available.
#4 0xb751f3c0 in ?? () from /usr/lib/i386-linux-gnu/libopenal.so.1
No symbol table info available.
#5 0xb75a8c39 in start_thread () from /lib/i386-linux-gnu/i686/cmov/libpthread.so.0
No symbol table info available.
#6 0xb71eb40e in clone () from /lib/i386-linux-gnu/i686/cmov/libc.so.6
No symbol table info available.
Thread 2 (Thread 0xafae6b70 (LWP 3822)):
#0 0xb77ac430 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb75b0b16 in nanosleep () from /lib/i386-linux-gnu/i686/cmov/libpthread.so.0
No symbol table info available.
#2 0x082e309a in SoundUpdateThread::run() ()
No symbol table info available.
#3 0x0806e01e in _start ()
No symbol table info available.
Thread 1 (Thread 0xb64db720 (LWP 3817)):
#0 0x080a807b in _start ()
No symbol table info available.
Really delete this comment?
arxcrash-3817-285030449
Really delete this comment?
Really delete this comment?
arxcrash-3817-285030449
Really delete this comment?
arxcrash-3817-285030449
Really delete this comment?
While your stack trace unfortunately doesn't have much information, this is most likely a duplicate of Crash report 218 - [B5DFC6E4] Master DevIL SSE3 bug: it looks like your DevIL (libIL) package uses SSE3 instructions even though SSE3 is not supported by your CPU. See the wiki page on upstream bugs for more details. Unfortunately, the maintainer(s) of the debian/ubuntu package of DevIL don't seem to care - you could try bugging them again though.
However, it seems your graphics card only supports OpenGL 1.3 while the linux port of AL was designed for 1.5+ - sorry. This could also be causing your problem! There is still a (small) chance though that AL will run on your GPU if mesa provides the required functionality via extensions to 1.3.
Really delete this comment?
Really delete this comment?
Thanks very much for the comprehensive reply, I'll take a look at the two issues you've identified and see if I can give it another go.
Thanks once again for your help,
Alex
Daniel Scharrer wrote: