I'm using the latest SVN build on Windows XP, with MinGW 5.0.3 installer and latest MinGW candidates.
Anyway, every time I try to debug something, GDB crashes on me with a segfault, before I have a chance to do anything.
Code::Blocks is built with GCC 4.1.1, if that matters. I haven't tried rebuilding it with 3.4.5.
It doesn't seem to matter whether I compile my projects with 4.1.1 or 3.4.5.
Building to ensure sources are up-to-date
Build succeeded
Selecting target: Debug|Win32
Adding source dir: C:\Documents and Settings\Mitchell\My Documents\Baylor\2006-02 - Fall\CSI 3334-01\src\Project 2 - Shortest-path maze solver\Project 2 - Shortest-path maze solver\
Adding source dir: C:\Documents and Settings\Mitchell\My Documents\Baylor\2006-02 - Fall\CSI 3334-01\src\Project 2 - Shortest-path maze solver\Project 2 - Shortest-path maze solver\
Adding file: Project 2 - Shortest-path maze solver.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 6.3
Program received signal SIGSEGV, Segmentation fault.
In ntdll!RtlpWaitForCriticalSection () (ntdll.dll)
I couldn't find any other references to this on the forum, so is it just me?