X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Martin =?ISO-8859-1?Q?Str=C3=B6mberg?= Newsgroups: comp.os.msdos.djgpp Subject: Re: CC1.EXE/GCC.EXE crashes with SIGILL, hard. Date: Wed, 14 Mar 2012 15:03:23 +0000 (UTC) Organization: Aioe.org NNTP Server Lines: 21 Message-ID: References: <16777375 DOT 1302 DOT 1331688966231 DOT JavaMail DOT geo-discussion-forums AT vbat19> NNTP-Posting-Host: ftvAZcRvOze4hbePWaim7g.user.speranza.aioe.org X-Complaints-To: abuse AT aioe DOT org User-Agent: tin/1.4.7-20030322 ("Suggestions") (UNIX) (SunOS/5.9 (sun4u)) X-Notice: Filtered by postfilter v. 0.8.2 Bytes: 1322 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Claude Freeman wrote: > If it helps further, here is what running GDB on CC1.EXE gets: > GNU gdb (GDB) 7.4 ... > Reading symbols from C:\DJGPP\LIBEXEC\GCC\DJGPP\4.62\CC1.EXE...(no debugging sym > bols found)...done. > (gdb) run > Starting program: C:\DJGPP\LIBEXEC\GCC\DJGPP\4.62\CC1.EXE > Program received signal SIGILL, Illegal instruction. > 0x007bbdc8 in ?? () > (gdb) bt > #0 0x007bbdc8 in ?? () At this point try to do a "disass 0x007bbdc8" ("or x/i 0x007bbdc8") and we'll see what instruction it is. -- MartinS