From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14906 invoked by alias); 17 Jun 2019 19:32:00 -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 14898 invoked by uid 89); 17 Jun 2019 19:32:00 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_20,KAM_NUMSUBJECT,SPF_HELO_PASS,SPF_PASS autolearn=no version=3.3.1 spammy=H*r:112, H*u:Webmail, H*UA:Roundcube, H*u:Roundcube 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, 17 Jun 2019 19:31:58 +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 x5HJVpAA029484 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Mon, 17 Jun 2019 15:31:56 -0400 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp.polymtl.ca x5HJVpAA029484 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=polymtl.ca; s=default; t=1560799916; bh=rkS7yViXmXDzhud1dIsw42m0MRtdIJFrrlDmozgr5+I=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=tOpXtS4h9bH2BShU83qd8EwmR1sOzfEHrR7XghjKyAspZNdVT03dWTvOjkWWKCs9s 3VwTMpuMGALcvkfRxUTMfvqYfMfinn7LlrWPLyJUZGCi08lChYz3oQVAkd8QT9zbHk 3hSLyWuFVaLz0x4Q0YjeSDD+3Y3RI1vTVRmTGFtk= Received: by simark.ca (Postfix, from userid 112) id 40C711EE90; Mon, 17 Jun 2019 15:31:51 -0400 (EDT) Received: from simark.ca (localhost [127.0.0.1]) by simark.ca (Postfix) with ESMTP id A07791E4C2; Mon, 17 Jun 2019 15:31:49 -0400 (EDT) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 17 Jun 2019 19:32:00 -0000 From: Simon Marchi To: Tom Tromey Cc: Paul Pluzhnikov via gdb-patches , Paul Pluzhnikov Subject: Re: [patch][gdb] Fix crashes in bz24364 In-Reply-To: <87ef3skt70.fsf@tromey.com> References: <87ef3skt70.fsf@tromey.com> Message-ID: <79db104da967cc2ef9ca4bf85a004bed@polymtl.ca> X-Sender: simon.marchi@polymtl.ca User-Agent: Roundcube Webmail/1.3.6 X-IsSubscribed: yes X-SW-Source: 2019-06/txt/msg00316.txt.bz2 On 2019-06-17 13:38, Tom Tromey wrote: >>>>>> "Paul" == Paul Pluzhnikov via gdb-patches >>>>>> writes: > > Paul> This is somewhat on the obvious side. > Paul> Fix all crashes from bz24364. > > Paul> gdb/ChangeLog > > Paul> PR gdb/24364 > Paul> * gdb/dtrace-probe.c > (dtrace_static_probe_ops::get_probe): Don't > Paul> call dtrace_process_dof with NULL dof. > > Thank you for the patch. This is ok. > > Tom Could you please just change the commit title to state what is changed concretely? Also, put in the commit message at least a small example of how to trigger the bug. Simon