X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: aniruddha1981 AT yahoo DOT co DOT in (Aniruddha) Newsgroups: comp.os.msdos.djgpp Subject: Re: weird problem with printf() Date: 20 Sep 2004 10:08:40 -0700 Organization: http://groups.google.com Lines: 12 Message-ID: <59493f32.0409200908.11957104@posting.google.com> References: <59493f32 DOT 0409200155 DOT 7ad6ec60 AT posting DOT google DOT com> <2r7rjrF17idfoU2 AT uni-berlin DOT de> NNTP-Posting-Host: 202.9.150.168 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1095700120 21732 127.0.0.1 (20 Sep 2004 17:08:40 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Mon, 20 Sep 2004 17:08:40 +0000 (UTC) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > Almost certainly not. The problem, whatever it actually may be, is > almost certainly in the (presumably large) portions of your program > that you didn't show, and it could be almost literally *anything*. My > assumption being that you're somehow invoking undefined, which just > happens to kill your stdout stream (redirect it to /dev/null or > whatever). Is there any easy way to track where I might be invoking UB?. I tried a lot of debugging - no use. I am using Windows 98 with DJGPP 2.03. Thank you.