PDA

View Full Version : gdb exited unexpectedly (code 1) on start-up [solved]



PowerPlate
14th October 2011, 19:40
Ok, I've compiled a library with msys under windows and linked against the .a file.
It works fine, but as soon as I write a call to on of the functions, i can't debug anymore.
Meaning as soon as I start the debugger I get the message "gdb exited unexpectedly (code 1)".

I'll also attach the debugger output.6980

Can anyone give me please some hint what to try now?


EDIT:
Well, no solution for this library, but after compiling a new one from scratch in Qt it worked.