From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27125 invoked by alias); 10 Dec 2004 09:45:43 -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 27100 invoked from network); 10 Dec 2004 09:45:38 -0000 Received: from unknown (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org with SMTP; 10 Dec 2004 09:45:38 -0000 Received: from elgar.sibelius.xs4all.nl (elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.0/8.13.0) with ESMTP id iBA9jbXs000326; Fri, 10 Dec 2004 10:45:37 +0100 (CET) Received: from elgar.sibelius.xs4all.nl (localhost [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.12.6p3/8.12.6) with ESMTP id iBA9jac4000596; Fri, 10 Dec 2004 10:45:36 +0100 (CET) (envelope-from kettenis@elgar.sibelius.xs4all.nl) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.12.6p3/8.12.6/Submit) id iBA9jaxC000593; Fri, 10 Dec 2004 10:45:36 +0100 (CET) Date: Fri, 10 Dec 2004 10:46:00 -0000 Message-Id: <200412100945.iBA9jaxC000593@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: randolph@tausq.org CC: gdb-patches@sources.redhat.com In-reply-to: <20041210074458.GR29171@tausq.org> (message from Randolph Chung on Thu, 9 Dec 2004 23:44:58 -0800) Subject: Re: [RFC] Modernize HP-UX core file handling References: <20041210074458.GR29171@tausq.org> X-SW-Source: 2004-12/txt/msg00261.txt.bz2 Date: Thu, 9 Dec 2004 23:44:58 -0800 From: Randolph Chung Mark, I haven't had a chance to test your patch yet. I will do that tomorrow. But in the recent past, core file handling was completely broken on both hppa2.0w-hp-hpux11.11 and hppa64-hp-hpux11.11 (it always segfaults when reading a core file for me), so i suspect whatever you have will be better (at least a step in the right direction) Ah, so there is no real point in waiting to check it in then; I can't really break anything ;-). thanks for fixing this! it's very frustrating to have gdb coredump over your core files.... It's in now. Test it whenever you feel like it. Thanks, Mark