Groups | Search | Server Info | Keyboard shortcuts | Login | Register


Groups > comp.compilers > #63

Re: GCC/G++ compiler: Error goes away when run through debugger

From Joshua Cranmer <Pidgeot18@verizon.invalid>
Newsgroups comp.compilers
Subject Re: GCC/G++ compiler: Error goes away when run through debugger
Date 2011-03-27 20:45 -0400
Organization A noiseless patient Spider
Message-ID <11-03-058@comp.compilers> (permalink)
References <11-03-054@comp.compilers>

Show all headers | View raw


On 03/26/2011 03:35 PM, rhoads@cs.rutgers.edu wrote:
> I have an C++ application program that is producing incorrect results
> but the error goes away when I run it through the debugger.

The last time I saw this kind of problem, it was because I did an
out-of-bounds array-access on a stack variable. Specifically, the
program segfaulted if and only if I wasn't under gdb... getting that
stacktrace was fun. :-)

--
Beware of bugs in the above code; I have only proved it correct, not
tried it. -- Donald E. Knuth

Back to comp.compilers | Previous | Next | Find similar


Thread

Re: GCC/G++ compiler: Error goes away when run through debugger Joshua Cranmer <Pidgeot18@verizon.invalid> - 2011-03-27 20:45 -0400

csiph-web