Related articles |
---|
GCC/G++ compiler: Error goes away when run through debugger rhoads@cs.rutgers.edu (rhoads@cs.rutgers.edu) (2011-03-26) |
Re: GCC/G++ compiler: Error goes away when run through debugger nospam@no.spam (Mark in Sutherland) (2011-03-27) |
Re: GCC/G++ compiler: Error goes away when run through debugger bobduff@shell01.TheWorld.com (Robert A Duff) (2011-03-27) |
Re: GCC/G++ compiler: Error goes away when run through debugger robin51@dodo.com.au (robin) (2011-03-28) |
Re: GCC/G++ compiler: Error goes away when run through debugger Pidgeot18@verizon.invalid (Joshua Cranmer) (2011-03-27) |
Re: GCC/G++ compiler: Error goes away when run through debugger torbenm@diku.dk (2011-03-28) |
Re: GCC/G++ compiler: Error goes away when run through debugger bc@freeuk.com (BartC) (2011-03-28) |
Re: GCC/G++ compiler: Error goes away when run through debugger gneuner2@comcast.net (George Neuner) (2011-03-29) |
[4 later articles] |
From: | Mark in Sutherland <nospam@no.spam> |
Newsgroups: | comp.compilers |
Date: | Sun, 27 Mar 2011 11:52:26 +0100 |
Organization: | Compilers Central |
References: | 11-03-054 |
Keywords: | C, debug |
Posted-Date: | 27 Mar 2011 19:00:17 EDT |
When I was working, and people came to me with this sort of
problem, I developed a conditioned reflex to ask, "Are you sure you're
not using an uninitialised variable somewhere?". I'm not saying that it
definitely *is* this (our esteemed moderator points out that it could be
anything not valid in C); but it's well worth checking IME.
Hope this is useful!
Mark
Return to the
comp.compilers page.
Search the
comp.compilers archives again.