This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug gdb/14963] segfault on startup


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]