From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27492 invoked by alias); 21 May 2003 17:52:08 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 27444 invoked from network); 21 May 2003 17:52:06 -0000 Received: from unknown (HELO hub.ott.qnx.com) (209.226.137.76) by sources.redhat.com with SMTP; 21 May 2003 17:52:06 -0000 Received: from smtp.ott.qnx.com (smtp.ott.qnx.com [10.0.2.158]) by hub.ott.qnx.com (8.9.3p2/8.9.3) with ESMTP id NAA08870; Wed, 21 May 2003 13:47:58 -0400 Received: from catdog ([10.4.2.2]) by smtp.ott.qnx.com (8.8.8/8.6.12) with SMTP id NAA07471; Wed, 21 May 2003 13:52:04 -0400 Message-ID: <0cd101c31fc1$b589c500$0202040a@catdog> From: "Kris Warkentin" To: "Gdb@Sources.Redhat.Com" Cc: "Andrew Cagney" Subject: assertion failure in regcache.c Date: Wed, 21 May 2003 17:52:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-SW-Source: 2003-05/txt/msg00289.txt.bz2 I just did an update and now I'm getting an assertion failure with my sh4 port. gdb/regcache.c:241: internal-error: init_regcache_descr: Assertion `descr->register_offset[i] == REGISTER_BYTE (i)' failed. My code worked in the past few weeks so it looks like this is something recent. The only change I can see to regcache.c and sh-tdep.c is to use DEPRECATED_REGISTER_BYTES. Can anyone give any suggestions as to what might be going wrong? cheers, Kris