1
General / "gdb.exe has stopped responding" codeblocks
« on: February 23, 2011, 10:22:44 am »
Bump.
I also have the same issue. With normal C++ code debugging works, but when I add an SFML element, it stops working if I'm using the dynamic libraries:
E.g. the clock code fails (http://www.sfml-dev.org/tutorials/1.6/window-time.php).
I have tried using both the mingw package linked in the tutorial for Code::Blocks (the above output) as well as the newest version currently available through the mingw-get installer (GDB v. 7.2).
Running SFML 1.6, Windows XP Professional, Code::Blocks 10.05.
Edit: Debugging with static libraries works, I just messed up the linking.
I also have the same issue. With normal C++ code debugging works, but when I add an SFML element, it stops working if I'm using the dynamic libraries:
Code: [Select]
Building to ensure sources are up-to-date
Build succeeded
Selecting target:
Debug
Adding source dir: D:\Documents and Settings\admin\My Documents\C++\Projects\test1\
Adding source dir: D:\Documents and Settings\admin\My Documents\C++\Projects\test1\
Adding file: bin\Debug\test1.exe
Starting debugger:
done
Registered new type: wxString
Registered new type: STL String
Registered new type: STL Vector
Setting breakpoints
Debugger name and version: GNU gdb (GDB) 7.0.50.20100202
Child process PID: 3652
Debugger finished with status 1
E.g. the clock code fails (http://www.sfml-dev.org/tutorials/1.6/window-time.php).
I have tried using both the mingw package linked in the tutorial for Code::Blocks (the above output) as well as the newest version currently available through the mingw-get installer (GDB v. 7.2).
Running SFML 1.6, Windows XP Professional, Code::Blocks 10.05.
Edit: Debugging with static libraries works, I just messed up the linking.