This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
This code indicates success, rather than an error.
This may not be the correct interpretation of this code,
or possibly the program is handling errors incorrectly.
I'm experiencing segmentation faults in the fglrx dri library when running my own Qt based OpenGL application. The backtrace I get from gdb (with dbg symbols installed for Qt and my own application): Thread 1 (Thread 0xb7fd9720 (LWP 1809)): #0 0x06276705 in ?? () from /usr/lib/fglrx/dri/fglrx_dri.so #1 0x000020dc in ?? [...] read more