Author Topic: The 19 March 2007 build is out.  (Read 20679 times)

Offline Mc.Michael

  • Multiple posting newcomer
  • *
  • Posts: 17
Re: The 19 March 2007 build is out.
« Reply #15 on: March 21, 2007, 12:02:32 pm »
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

Offline TDragon

  • Lives here!
  • ****
  • Posts: 943
    • TDM-GCC
Re: The 19 March 2007 build is out.
« Reply #16 on: March 21, 2007, 01:49:19 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.
https://jmeubank.github.io/tdm-gcc/ - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)

Offline Mc.Michael

  • Multiple posting newcomer
  • *
  • Posts: 17
Re: The 19 March 2007 build is out.
« Reply #17 on: March 21, 2007, 05:57:28 pm »
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