Subj : Exception occurs only when run outside the debugger *confused* To : comp.programming From : Matthias Kaeppler Date : Tue Aug 23 2005 10:19 pm Hi, I have a very strange problem here: My program throws an exception coming from the glibmm library when I start it normally. However, when I run it with the debugger (KDbg), it runs just fine! (no exception thrown). This is insane, I wanted to actually *use* the debugger to *find* the error, but then the error only occurs when the debugger is not active?! I have to say, I'm confused. I am using g++ 3.3.5. Does anyone have an idea how odd behavior like this can happen, generally? I can post my makefile if that helps. Thanks in advance, Matthias .