From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 37323 invoked by alias); 8 Jan 2018 02:50:11 -0000 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 Received: (qmail 37313 invoked by uid 89); 8 Jan 2018 02:50:10 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy= X-HELO: smtp.polymtl.ca Received: from smtp.polymtl.ca (HELO smtp.polymtl.ca) (132.207.4.11) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 08 Jan 2018 02:50:09 +0000 Received: from simark.ca (simark.ca [158.69.221.121]) (authenticated bits=0) by smtp.polymtl.ca (8.14.7/8.14.7) with ESMTP id w082o31T016482 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Sun, 7 Jan 2018 21:50:08 -0500 Received: by simark.ca (Postfix, from userid 112) id 2D0A51E5B7; Sun, 7 Jan 2018 21:50:03 -0500 (EST) Received: from simark.ca (localhost [127.0.0.1]) by simark.ca (Postfix) with ESMTP id 075A61E093; Sun, 7 Jan 2018 21:50:02 -0500 (EST) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 08 Jan 2018 02:50:00 -0000 From: Simon Marchi To: Mike Gulick Cc: Simon Marchi , Mike Gulick , gdb-patches@sourceware.org Subject: Re: [RFC][PATCH] fix gdb segv when objfile can't be opened In-Reply-To: <5503714c-9f45-c1c5-3258-75abeb40e832@mathworks.com> References: <59E8B251.4050100@mathworks.com> <8c08307a-94ad-92b8-9c8b-c713cad541fd@mathworks.com> <56b1cb34b33613ca4496abfcd28f135a@polymtl.ca> <46f29b7d-852e-8db1-d7e7-d59c5857d3c0@ericsson.com> <82a1c23a-37f4-dee5-beae-da95d1cc1c6c@mathworks.com> <9ee6ad949b591f29f5205d00ce8527ff@polymtl.ca> <2faa1373-dd43-8816-99e9-bb03178b014b@ericsson.com> <5503714c-9f45-c1c5-3258-75abeb40e832@mathworks.com> Message-ID: X-Sender: simon.marchi@polymtl.ca User-Agent: Roundcube Webmail/1.3.2 X-Poly-FromMTA: (simark.ca [158.69.221.121]) at Mon, 8 Jan 2018 02:50:03 +0000 X-IsSubscribed: yes X-SW-Source: 2018-01/txt/msg00147.txt.bz2 On 2018-01-07 19:44, Mike Gulick wrote: > Hi Simon, > > I submitted the assignment paperwork to the FSF on December 19th. I > have not > heard back yet, but I will send a follow up email to make sure there > are no > issues. Sorry for the delay. > > -Mike Ok, no problem. I still have the shlib patch in queue for when you'll be ready to push. Simon