X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "arizvi" Newsgroups: comp.os.msdos.djgpp Subject: Re: Help with Crash Dump Date: 2 Mar 2005 06:49:00 -0800 Organization: http://groups.google.com Lines: 9 Message-ID: <1109774939.971028.39440@f14g2000cwb.googlegroups.com> References: <1109709622 DOT 899908 DOT 307770 AT f14g2000cwb DOT googlegroups DOT com> <42250BC6 DOT 4CD1F05E AT yahoo DOT com> NNTP-Posting-Host: 66.32.25.19 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1109774943 27755 127.0.0.1 (2 Mar 2005 14:49:03 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Wed, 2 Mar 2005 14:49:03 +0000 (UTC) In-Reply-To: <42250BC6.4CD1F05E@yahoo.com> User-Agent: G2/0.2 Complaints-To: groups-abuse AT google DOT com Injection-Info: f14g2000cwb.googlegroups.com; posting-host=66.32.25.19; posting-account=Se-Idg0AAAC00LEpjdiQS7ZeyWGDYpCA To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk I dont think that I am off-topic. It does not matter whether I show code or not. I was asking for help with a crash dump, and that would be relevent to C programming. BTW, thanks to those who replied. I was able to find the error. It was due to incorrect order of my initialization statements. This would lead to program crash eventually at different points in the program.