X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: kernco AT earlham DOT edu (Colin Kern) Newsgroups: comp.os.msdos.djgpp Subject: Strange runtime error Date: 8 Feb 2004 17:29:35 -0800 Organization: http://groups.google.com Lines: 12 Message-ID: NNTP-Posting-Host: 159.28.32.117 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1076290175 25008 127.0.0.1 (9 Feb 2004 01:29:35 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Mon, 9 Feb 2004 01:29:35 +0000 (UTC) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Two of my projects has succumbed to a strange error in which my program compiles with no errors or warnings (even with pedantic) and then crashes on the first line, regardless of what the first line is. GDB can tell me nothing, the backtrace is simply: #0 xxxxxxxxxx in main () at program.cpp:13 #1 xxxxxxxxxx in ___crt1_startup () I'm running Windows XP and using DJGPP for compilation. I am also using the Allegro graphics libraries, which could be the source of this problem. Has anyone run into these problems with DJGPP (I'm sorry for posting this here if it is an Allegro problem, but I really don't know).