From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15703 invoked by alias); 17 Mar 2015 20:46:48 -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 15673 invoked by uid 48); 17 Mar 2015 20:46:48 -0000 From: "keiths at redhat dot com" To: gdb-prs@sourceware.org Subject: [Bug c++/18129] Segfault when reading symbols Date: Wed, 18 Mar 2015 10:50:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: c++ X-Bugzilla-Version: 7.8 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: keiths at redhat dot com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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: 2015-q1/txt/msg00452.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=18129 --- Comment #5 from Keith Seitz --- Thanks -- that does it for me. This is another demangler bug, on the symbol: _ZN6Gorgon6String2ToIfEENSt9enable_ifIXaantsrSt16is_constructibleIT_ISsEE5valuentsrDTcl26gorgon__enum_trait_locatorcvS4__EEE14isupgradedenumES4_E4typeERKSs Fedora 21 gdb: (gdb) set lang c++ (gdb) maint demangle _ZN6Gorgon6String2ToIfEENSt9enable_ifIXaantsrSt16is_constructibleIT_ISsEE5valuentsrDTcl26gorgon__enum_trait_locatorcvS4__EEE14isupgradedenumES4_E4typeERKSs Segmentation fault (core dumped) HEAD: (gdb) set lang c++ (gdb) demangle _ZN6Gorgon6String2ToIfEENSt9enable_ifIXaantsrSt16is_constructibleIT_ISsEE5valuentsrDTcl26gorgon__enum_trait_locatorcvS4__EEE14isupgradedenumES4_E4typeERKSs ../../src/gdb/cp-support.c:1593: demangler-warning: unable to demangle '_ZN6Gorgon6String2ToIfEENSt9enable_ifIXaantsrSt16is_constructibleIT_ISsEE5valuentsrDTcl26gorgon__enum_trait_locatorcvS4__EEE14isupgradedenumES4_E4typeERKSs' (demangler failed with signal 11) c++filt 2.24: $ c++filt _ZN6Gorgon6String2ToIfEENSt9enable_ifIXaantsrSt16is_constructibleIT_ISsEE5valuentsrDTcl26gorgon__enum_trait_locatorcvS4__EEE14isupgradedenumES4_E4typeERKSs std::enable_if<(!std::is_constructible, std::allocator > > >::value)&&(!decltype (gorgon__enum_trait_locator((float)()))::isupgradedenum), float>::type Gorgon::String::To(std::basic_string, std::allocator > const&) -- You are receiving this mail because: You are on the CC list for the bug.