From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 60320 invoked by alias); 1 Sep 2015 10:07:01 -0000 Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org Received: (qmail 60290 invoked by uid 48); 1 Sep 2015 10:07:01 -0000 From: "martin.apel at simpack dot de" To: gdb-prs@sourceware.org Subject: [Bug symtab/18903] New: GDB crashes upon reading debug info Date: Tue, 01 Sep 2015 10:07:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: symtab X-Bugzilla-Version: 7.10 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: martin.apel at simpack dot de X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-q3/txt/msg00240.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=18903 Bug ID: 18903 Summary: GDB crashes upon reading debug info Product: gdb Version: 7.10 Status: NEW Severity: normal Priority: P2 Component: symtab Assignee: unassigned at sourceware dot org Reporter: martin.apel at simpack dot de Target Milestone: --- Created attachment 8567 --> https://sourceware.org/bugzilla/attachment.cgi?id=8567&action=edit Stack backtrace When trying to read the debug information of our application, built on Linux with GCC 4.9 / Intel Fortran 15.0, GDB crashes since version 7.8 until 7.10. Starting the same executable with GDB 7.7 works without problems. I have attached a stack backtrace of GDB upon the crash, it seems like in set_objfile_main_name strlen is called with a null pointer. I have attached a text file with the stack backtrace generated for GDB 7.10. -- You are receiving this mail because: You are on the CC list for the bug.