https://sourceware.org/bugzilla/show_bug.cgi?id=19877
Bug ID: 19877 Summary: crash when using objdump -t -C Product: binutils Version: 2.26 Status: NEW Severity: normal Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: blastrock0 at free dot fr Target Milestone: --- Created attachment 9133 --> https://sourceware.org/bugzilla/attachment.cgi?id=9133&action=edit binary that makes objdump crash When I run objdump -t -C on the attached binary, it always segfaults: ... 00000000004f7f50 w F .text 000000000000000e std::remove_reference<std::shared_ptr<tconcurrent::detail::shared<void ()> >&>::type&& std::move<std::shared_ptr<tconcurrent::detail::shared<void ()> >&>(std::shared_ptr<tconcurrent::detail::shared<void ()> >&) 00000000004efb00 w F .text 000000000000000e std::remove_reference<std::function<void ()>&>::type&& std::move<std::function<void ()>&>(std::function<void ()>&) 00000000004f4b10 w F .text 000000000000000e std::remove_reference<std::_Any_data&>::type&& std::move<std::_Any_data&>(std::_Any_data&) [1] 14320 segmentation fault (core dumped) objdump -t tconcurrent/test/test_co -C I don't have objdump's debugging symbols, but my debuggers shows a huge stack, seems like an infinite recursion. I run objdump 2.26 on debian unstable (I had the bug also with 2.25). -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils