From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18869 invoked by alias); 7 May 2003 23:40:19 -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 18861 invoked from network); 7 May 2003 23:40:19 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 7 May 2003 23:40:19 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h47NeJH16075 for ; Wed, 7 May 2003 19:40:19 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h47NeII00566; Wed, 7 May 2003 19:40:18 -0400 Received: from localhost.localdomain (vpn50-18.rdu.redhat.com [172.16.50.18]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h47NeHj18484; Wed, 7 May 2003 19:40:17 -0400 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id h47NeCg00558; Wed, 7 May 2003 16:40:12 -0700 Date: Wed, 07 May 2003 23:40:00 -0000 From: Kevin Buettner Message-Id: <1030507234012.ZM557@localhost.localdomain> In-Reply-To: Kevin Buettner "frame.c assertion failure" (May 7, 3:25pm) References: <1030507222547.ZM32134@localhost.localdomain> To: Andrew Cagney Subject: Re: frame.c assertion failure Cc: gdb@sources.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-05/txt/msg00100.txt.bz2 On May 7, 3:25pm, Kevin Buettner wrote: > ../../src/gdb/frame.c:2083: internal-error: get_frame_type: > Assertion `frame->unwind->type != UNKNOWN_FRAME' failed. FWIW, this problem is "fixed" by backing out the following change: 2003-04-16 Andrew Cagney * frame.c (get_prev_frame): Do not initialize "unwind" or "type", update comments. (get_frame_type): Initialize unwind and type when needed. (get_frame_id, frame_register_unwind): Ditto. Kevin