X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: mike3 Newsgroups: comp.os.msdos.djgpp Subject: Weird GDB crash with DJGPP Date: Sat, 18 Aug 2007 01:13:41 -0700 Organization: http://groups.google.com Lines: 14 Message-ID: <1187424821.915011.306360@l22g2000prc.googlegroups.com> NNTP-Posting-Host: 74.38.33.242 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1187424822 12519 127.0.0.1 (18 Aug 2007 08:13:42 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Sat, 18 Aug 2007 08:13:42 +0000 (UTC) User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 2.0.50727),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse AT google DOT com Injection-Info: l22g2000prc.googlegroups.com; posting-host=74.38.33.242; posting-account=ps2QrAMAAAA6_jCuRt2JEIpn5Otqf_w0 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi. When I try to run the GNU Debugger in DJGPP on my program, and list the CPU registers with "list all-registers", it crashes with "go32-nat.c:473: internal-error: Invalid register no. 32 in fetch_register." when it gets to the XMM registers. And this is really, REALLY bad since that's where I need to debug! What is going on here? I tried GDBing a different program to see if perhaps it was due to a flaw in my program and BAM, same error, so nope, that's not it.