[Bug 222562] c++filt and libelftc do not demangle names correctly

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Mar 29 14:53:06 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222562

--- Comment #2 from Ed Maste <emaste at freebsd.org> ---
With an up-to-date (as of today) ELF Tool Chain build on x86:

% ./c++filt _ZTS3Foo _ZTSZ4mainE3Bar _ZZ4mainE3Bar
typeinfo name for Foo
_ZTSZ4mainE3Bar
Assertion failed: (ddata->output.size > 0), function cpp_demangle_read_sname,
file libelftc_dem_gnu3.c, line 2137.
zsh: abort (core dumped)  ./c++filt _ZTS3Foo _ZTSZ4mainE3Bar _ZZ4mainE3Bar

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-toolchain mailing list