News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

The 19 March 2007 build is out.

Started by killerbot, March 20, 2007, 01:46:52 AM

Previous topic - Next topic

Mc.Michael

DEBUG mode not working:
message "Signal received. Program received signal SIGSEGV, Segmentation fault. Do you want to view the backtrace. Yes/NO"


C::B 3730
Windows 2003

TDragon

Quote from: Mc.Michael on March 21, 2007, 12:02:32 PM
Program received signal SIGSEGV, Segmentation fault.
This indicates a flaw in your program in which it has inadvertently tried to access an invalid address (usually an uninitialized or already deleted pointer). The debugger was kind enough to trap it for you and give you the option of a backtrace which will help you figure out where things went wrong.
[url="https://jmeubank.github.io/tdm-gcc/"]https://jmeubank.github.io/tdm-gcc/[/url] - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)

Mc.Michael

My programm is working properly .(Qt project.Compiled with -g)
C::B can't start debuging and show message "....segmentation fault".


C::B last rev
MinGW
Win 2003