From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9717 invoked by alias); 14 Dec 2010 20:00:31 -0000 Received: (qmail 9703 invoked by uid 22791); 14 Dec 2010 20:00:29 -0000 X-SWARE-Spam-Status: No, hits=-1.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from imr4.ericy.com (HELO imr4.ericy.com) (198.24.6.8) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 14 Dec 2010 20:00:23 +0000 Received: from eusaamw0706.eamcs.ericsson.se ([147.117.20.31]) by imr4.ericy.com (8.14.3/8.14.3/Debian-9.1ubuntu1) with ESMTP id oBEKUqPm008346; Tue, 14 Dec 2010 14:30:55 -0600 Received: from EUSAACMS0703.eamcs.ericsson.se ([169.254.1.63]) by eusaamw0706.eamcs.ericsson.se ([147.117.20.31]) with mapi; Tue, 14 Dec 2010 14:59:40 -0500 From: Marc Khouzam To: "'Joel Brobecker'" , "'Tom Tromey'" CC: "'gdb-patches@sourceware.org'" Date: Tue, 14 Dec 2010 20:00:00 -0000 Subject: RE: Assertion failure because of missing inferior Message-ID: References: <20101214150430.GV2596@adacore.com> In-Reply-To: <20101214150430.GV2596@adacore.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-12/txt/msg00262.txt.bz2 > -----Original Message----- > From: gdb-patches-owner@sourceware.org=20 > [mailto:gdb-patches-owner@sourceware.org] On Behalf Of Joel Brobecker > Sent: Tuesday, December 14, 2010 10:05 AM > To: Tom Tromey > Cc: Marc Khouzam; gdb-patches@sourceware.org > Subject: Re: Assertion failure because of missing inferior >=20 > > Marc> 2010-12-10 Marc Khouzam > > Marc> * mi/mi-main.c (mi_cmd_remove_inferior): Don't=20 > delete current inferior. > > Marc> (get_other_inferior): New. > >=20 > > I think this is ok for the 7.2 branch, assuming Joel didn't do the > > release already :) >=20 > I'll wait for the go ahead from you guys - I get confused with the > various emails... So, although I feel that this patch is good, it seems to be only a first step in getting 'remove-inferior' to work. Once I have this patch applied, I'm getting further but hitting another crash. I'm still working on a patch for that. I don't think the current patch is going to help 7.2.1 unless the other crash is also fixed, so I'll wait before committing it. I guess I have just a little more time, until the issue below=20 (watchpoint-related patch) is ready, to try to fix the latest crash. I'll do my best. Thanks Marc > There is also a watchpoint-related patch (from Pedro) which=20 > Jan pointed > out. It looks a little riskier than the typical patch, but it fixes > crashes and has been in HEAD for 4 months now. So I suggested the > possibility of maybe putting it in, if we don't know of any issue that > this patch caused since putting it in HEAD.... >=20 > --=20 > Joel >=20