From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30795 invoked by alias); 13 Aug 2003 10:17:42 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 30767 invoked from network); 13 Aug 2003 10:17:34 -0000 Received: from unknown (HELO miranda.se.axis.com) (212.209.10.215) by sources.redhat.com with SMTP; 13 Aug 2003 10:17:34 -0000 Received: from axis.com (ironmaiden.se.axis.com [10.13.8.120]) by miranda.se.axis.com (8.12.8p1/8.12.8/Debian-2woody1) with ESMTP id h7DAHGrG021598; Wed, 13 Aug 2003 12:17:16 +0200 Message-ID: <3F3A102C.3080403@axis.com> Date: Wed, 13 Aug 2003 10:17:00 -0000 From: Orjan Friberg Organization: Axis Communications User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030312 X-Accept-Language: en MIME-Version: 1.0 To: Andrew Cagney CC: gdb-patches@sources.redhat.com Subject: Re: CRIS port; frame cleanup crash References: <3F379A74.4080508@axis.com> <3F392591.4050409@redhat.com> In-Reply-To: <3F392591.4050409@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-08/txt/msg00217.txt.bz2 Andrew Cagney wrote: > > Er, that points at a bug: > > struct frame_info * > deprecated_frame_xmalloc (void) > { > struct frame_info *frame = FRAME_OBSTACK_ZALLOC (struct frame_info); > frame->this_id.p = 1; > return frame; > } > > shouldn't be allocated from the frame obstack pool. I'll commit a fix. Thanks a lot; it works fine now. -- Orjan Friberg Axis Communications