Frictional Games Forum (read-only)
[split] Graphics Compatibility App - linux pulseaudio crash - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html)
+--- Forum: General Discussion (https://www.frictionalgames.com/forum/forum-18.html)
+--- Thread: [split] Graphics Compatibility App - linux pulseaudio crash (/thread-3625.html)



[split] Graphics Compatibility App - linux pulseaudio crash - Urkle - 08-04-2010

(08-04-2010, 12:35 PM)zevv Wrote: No luck at all on Linux 2.6.34, Quadro NVS 140M running nvidia drivers 195.36.24.

First run: segmentation fault

Second run: Assertion: RendererFeatTest.bin: ../../src/xcb_io.c:183: process_responses: Assertion `!(req && current_request && !(((long) (req->sequence) - (long) (current_request)) <= 0))' failed.

Third run: segmentation fault.

Running in gdb indicates the issue might be sound related, but becasue there are no debugging symbols in your binary, the trace is a bit empty:

#0 0xb32713f8 in ?? () from /usr/lib/libasound.so.2
#1 0xb323d97c in ?? () from /usr/lib/libasound.so.2
#2 0xb3227190 in snd_pcm_mmap_commit () from /usr/lib/libasound.so.2
#3 0xb323d9aa in ?? () from /usr/lib/libasound.so.2
#4 0xb3227190 in snd_pcm_mmap_commit () from /usr/lib/libasound.so.2
#5 0xb7d99aa6 in ?? () from /usr/lib/libopenal.so.1
#6 0xb7d97792 in ?? () from /usr/lib/libopenal.so.1
#7 0xb7ba2955 in start_thread (arg=0xb3aaab70) at pthread_create.c:300
#8 0xb79e910e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130
A debugging session is active.

Can you provide a more complete backtrace? As the entries here are all in 3rd party libs. Just do a "thread apply all bt" and give me the entire contents of the backtrace. (I have the 30MB of extra debug info locally. I was HOPING to get google breakpad working but it has "issues")


RE: Graphics Compatibility App Available! Please Test! - zevv - 08-04-2010

(08-04-2010, 01:06 PM)Urkle Wrote: [quote='zevv' pid='29915' dateline='1280921742']
No luck at all on Linux 2.6.34, Quadro NVS 140M running nvidia drivers 195.36.24.

First run: segmentation fault

Second run: Assertion: RendererFeatTest.bin: ../../src/xcb_io.c:183: process_responses: Assertion `!(req && current_request && !(((long) (req->sequence) - (long) (current_request)) <= 0))' failed.

Third run: segmentation fault.

Can you provide a more complete backtrace? As the entries here are all in 3rd party libs. Just do a "thread apply all bt" and give me the entire contents of the backtrace. (I have the 30MB of extra debug info locally. I was HOPING to get google breakpad working but it has "issues")

Not sure if this is still relevant, it seems the crashs only occures when pulseaudio daemon is not running. I just edited my original post with the new results, which are just fine.

If you are still interested, let me know.