X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Fri, 23 Jul 2004 10:40:58 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp AT delorie DOT com Message-Id: <3405-Fri23Jul2004104057+0300-eliz@gnu.org> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: <20040723015811.04194.00001706@mb-m15.aol.com> (sterten@aol.com) Subject: Re: strange error References: <20040722210443 DOT 17800 DOT qmail AT web50704 DOT mail DOT yahoo DOT com> <20040723015811 DOT 04194 DOT 00001706 AT mb-m15 DOT aol DOT com> 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 > From: sterten AT aol DOT com (Sterten) > Newsgroups: comp.os.msdos.djgpp > Date: 23 Jul 2004 05:58:11 GMT > > below is a version which also crashes when compiled and run > from cmd.exe from WindowsXP. (using GCC 3.2) > > gcc qser3.c -O2 -o qser3.exe > > then qser3 -16 1 5 > crashes after all 8 solutions were printed. > > This only happens with O2 and O3 and > only without -g . _PLEASE_ always try to do whatever it takes to find out what is the source line where it crashes. In your case, since bfdsymify doesn't help, run the program under a debugger and disassemble when it crashes, then post the results. People here don't have infinite time to dig into programs written by others, so please help them to help you.