From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28293 invoked by alias); 5 Jan 2007 14:03:41 -0000 Received: (qmail 28232 invoked by uid 48); 5 Jan 2007 14:03:31 -0000 Date: Fri, 05 Jan 2007 14:03:00 -0000 Message-ID: <20070105140331.28231.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libfortran/29649] Force core dump on runtime library errors In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "fxcoudert at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2007-01/txt/msg00281.txt.bz2 ------- Comment #12 from fxcoudert at gcc dot gnu dot org 2007-01-05 14:03 ------- (In reply to comment #11) > A draft patch was posted (quite a while ago) by FX: > http://gcc.gnu.org/ml/fortran/2006-11/msg00634.html I'd add that it's easy to separate the coredump part of the patch (handling of the option in the front-end & library, and the kill(SIGQUIT,...) line in the library), that is almost trivial, from the rest of the patch (the backtrace option), which has draft status itself. Although I don't have time to write/regtest/submit this, I'll review such a patch if someone has time to submit it. -- fxcoudert at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed|2006-11-19 14:58:12 |2007-01-05 14:03:30 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29649