From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25108 invoked by alias); 30 Oct 2012 13:21:02 -0000 Received: (qmail 24714 invoked by uid 55); 30 Oct 2012 13:20:47 -0000 From: "sgk at troutmask dot apl.washington.edu" To: gcc-bugs@gcc.gnu.org Subject: [Bug libfortran/54012] printf crash with -lgfortran Date: Tue, 30 Oct 2012 13:21:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libfortran X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: sgk at troutmask dot apl.washington.edu X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 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: 2012-10/txt/msg02873.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54012 --- Comment #6 from Steve Kargl 2012-10-30 13:20:46 UTC --- On Tue, Oct 30, 2012 at 09:52:04AM +0000, astroseger at gmail dot com wrote: > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54012 > > --- Comment #3 from Sergey Rodionov 2012-10-30 09:52:04 UTC --- > > > What does gdb tell you? > > > gdb tells: > > Program received signal SIGSEGV, Segmentation fault. > 0x00007ffff779f8f2 in __parse_one_specmb () from /lib64/libc.so.6 > Not very helpful. What does gdb tell you when you compiler with the -g option and issue bt at the gdb prompt?