This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/61460] Demangler crash (GDB PR 17043)
- From: "sbergman at redhat dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 23 Aug 2016 13:43:43 +0000
- Subject: [Bug other/61460] Demangler crash (GDB PR 17043)
- Auto-submitted: auto-generated
- References: <bug-61460-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61460
Stephan Bergmann <sbergman at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |sbergman at redhat dot com
--- Comment #1 from Stephan Bergmann <sbergman at redhat dot com> ---
Experienced a similar c++filt SIGSEV (due to recursive stack overflow) now with
the symbol
_ZNK6clover6detail11basic_rangeINS_13adaptor_rangeIZNS_6kernel6launchERNS_13command_queueERKSt6vectorImSaImEESA_SA_EUlmE_JRS8_EEENS0_16iterator_adaptorISB_JN9__gnu_cxx17__normal_iteratorIPmS8_EEEEESJ_EcvT_IS6_IPjSaISN_EEvEEv
(also while debugging a process involving libMesaOpenCL; on Fedora 24). Bug
70909 presumably discusses the root cause of these crashes.