User forums > Help

GDB Crash when using wxWidgets 2.9.x

<< < (3/4) > >>

Jenna:
Try to switch off (uncheck) "Catch C++ exceptions" in "Settings -> Compiler and debugger... -> Debugger settings".

Feneck91:

--- Quote from: jens on July 19, 2011, 06:34:52 am ---Try to switch off (uncheck) "Catch C++ exceptions" in "Settings -> Compiler and debugger... -> Debugger settings".

--- End quote ---
With removing "Catch C++ exceptions" in "Settings it work fine. I had already said it.
I agree with you, it is a GDB crash, no problem with this; but as I said into my firs post: Can run the app in debug mode with debugger running without code::blocks, so without Code::Blocks commands, it works fine.
I let this post opened for everyone who can have this kind of problem, will try to install last MinGW compiler, but with last version few month ago, I was not able to  compile wxWidgets.
And give feed back.

Feneck91:
I have uninstalled MinGw and install last version.
Deleted wxWidgets 2.9.2 and re-build it again with this MinGW version.
Re-build all my project.
Now all is working fine with or without c+ exception. Strange, GDB should be linked with gcc version compiler ?
I put this topic to resolved.
Sorry to bother you.

Feneck91:
I have see this post : http://code.google.com/p/qp-gcc/, it is exactly the problem I had before finding a fix.
Another thing : With this new version all work fine ... with wxWidgets 2.9.2.... but not with wxWidgets 2.8.12 that this mingw gdb version cannot compile, you must use TDM version, see topic here!
I remove all wxWidgets version, uninstall MinGW, install TDM Version, re-compile wxWidgets 2.8.12 & 2.9.2 and test if this work again.

All is working fine with TDM: compilation of wxWidgets 2.8.12 & 2.9.2 / debugging without any problems.

Feneck91:
All is working fine with TDM: compilation of wxWidgets 2.8.12 & 2.9.2 / debugging without any problems.
.... too fine....
I no need anymore the mingwm10.dll to make my software run (remove the PATH "C:\MinGW\bin"), search everywhere, only one copy into C:\MinGW\bin
With last version of MinGW (without TDM), I need more two dll: "libgcc_s_dw2-1dll" and "libstdc++-6.dll" that don't need no more too.

Strange. No modifications about CodeBlocks projets where changed, TDM link C++ libs as static automatically ?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version