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 trying to trace my segmentation fault using gdb and I'm unable to find the exact line where the fault is happening. (gdb) backtrace #0 0x00110402 in __kernel_vsyscall () #1 0x007a5690 in raise () from /lib/libc.so.6 #2 0x007a6f91 in abort () from /lib/libc.so.6 #3 0x007dd9eb in __libc_message () from /lib/libc.so.6 [...] read more