From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17764 invoked by alias); 6 May 2006 01:35:20 -0000 Received: (qmail 17756 invoked by uid 22791); 6 May 2006 01:35:20 -0000 X-Spam-Check-By: sourceware.org Received: from dsl027-180-168.sfo1.dsl.speakeasy.net (HELO sunset.davemloft.net) (216.27.180.168) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 06 May 2006 01:35:18 +0000 Received: from localhost ([127.0.0.1] ident=davem) by sunset.davemloft.net with esmtp (Exim 4.60) (envelope-from ) id 1FcBec-0000qQ-9A; Fri, 05 May 2006 18:32:18 -0700 Date: Sat, 06 May 2006 01:35:00 -0000 Message-Id: <20060505.183205.74231759.davem@davemloft.net> To: uweigand@de.ibm.com Cc: gdb-patches@sourceware.org Subject: Re: [committed] Fix gcore crashes on s390 From: "David S. Miller" In-Reply-To: <200605060118.k461IpKO009920@d12av02.megacenter.de.ibm.com> References: <200605060118.k461IpKO009920@d12av02.megacenter.de.ibm.com> X-Mailer: Mew version 4.2.53 on Emacs 21.4 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-05/txt/msg00135.txt.bz2 From: "Ulrich Weigand" Date: Sat, 6 May 2006 03:18:51 +0200 (CEST) > since the switch of gcore to use regset_from_core_section, it > crashes on s390, because the regsets we're providing have a > NULL collect_regset function. Fixed by the patch below. > > Tested on s390-ibm-linux and s390x-ibm-linux. > Committed to mainline. Thanks for catching and fixing this. Hmmm... is this a common omission?