Author Topic: Release runs okay, debug build seg faults  (Read 2996 times)

Offline tasdev

  • Multiple posting newcomer
  • *
  • Posts: 10
Release runs okay, debug build seg faults
« on: August 10, 2006, 07:42:25 am »
Hi Everyone

Using GCC 4.03 on Ubuntu 6.06. Release build of my application runs great, but when I try to run the debug build it crashes with a Segmentation Fault at the first pthread library call. Do I need to include another library for the debug build?

Cheers

tasdev

Offline Game_Ender

  • Lives here!
  • ****
  • Posts: 551
Re: Release runs okay, debug build seg faults
« Reply #1 on: August 10, 2006, 03:45:18 pm »
What flags are different between debug and release mode?  As far as my knowledge goes, there is no standard in Code::Blocks for "debug" and "release" mode.