From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 908 invoked by alias); 24 Mar 2014 18:53:53 -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 876 invoked by uid 48); 24 Mar 2014 18:53:52 -0000 From: "nknize@t-sciences.com" To: gdb-prs@sourceware.org Subject: [Bug gdb/14963] segfault on startup Date: Mon, 24 Mar 2014 18:53:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Version: 7.5 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: nknize@t-sciences.com X-Bugzilla-Status: REOPENED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: gbenson at redhat dot com X-Bugzilla-Target-Milestone: 7.7 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: 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: 2014-q1/txt/msg00447.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=14963 nknize@t-sciences.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nknize@t-sciences.com --- Comment #18 from nknize@t-sciences.com --- I'm also getting a stack overflow in cp-demangle.c function d_print_comp (case DEMANGLE_COMPONENT_VECTOR_TYPE:). The exact line of the segfault is 4876. The mangled string causing the issue is _ZNSt9_Any_data9_M_accessIPZN13ThreadManager10futureTaskISt5_BindIFSt7_Mem_fnIM6RunnerFvvEEPS5_EEEEvOT_EUlvE_EERSC_v Here is the test code that causes the issue: http://pastebin.com/PwGjNH1N Here are the compilation flags: http://pastebin.com/ry7WLw2g -- You are receiving this mail because: You are on the CC list for the bug.