User forums > Nightly builds
The 19 March 2007 build is out.
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.
--- End quote ---
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.
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
Navigation
[0] Message Index
[*] Previous page
Go to full version