Created
April 11, 2015 16:34
-
-
Save tpoechtrager/d68c8352a3fd32165af4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Program received signal SIGILL, Illegal instruction. | |
0x002004cc in std::_Rb_tree<ld::Atom const*, std::pair<ld::Atom const* const, ld::File const*>, std::_Select1st<std::pair<ld::Atom const* const, ld::File const*> >, std::less<ld::Atom const*>, std::allocator<std::pair<ld::Atom const* const, ld::File const*> > >::_Rb_tree_impl<std::less<ld::Atom const*>, true>::_Rb_tree_impl (this=0x2b099c <mach_o::relocatable::Atom<arm>::_s_fileOverride>) | |
at /usr/bin/../lib/gcc/armv7l-unknown-linux-gnueabihf/4.9.2/../../../../include/c++/4.9.2/bits/stl_tree.h:462 | |
462 : _Node_allocator(), _M_key_compare(), _M_header(), | |
2: x/i $pc | |
=> 0x2004cc <std::_Rb_tree<ld::Atom const*, std::pair<ld::Atom const* const, ld::File const*>, std::_Select1st<std::pair<ld::Atom const* const, ld::File const*> >, std::less<ld::Atom const*>, std::allocator<std::pair<ld::Atom const* const, ld::File const*> > >::_Rb_tree_impl<std::less<ld::Atom const*>, true>::_Rb_tree_impl()+40>: vmov.i32 q8, #0 ; 0x00000000 | |
1: x/i $pc | |
=> 0x2004cc <std::_Rb_tree<ld::Atom const*, std::pair<ld::Atom const* const, ld::File const*>, std::_Select1st<std::pair<ld::Atom const* const, ld::File const*> >, std::less<ld::Atom const*>, std::allocator<std::pair<ld::Atom const* const, ld::File const*> > >::_Rb_tree_impl<std::less<ld::Atom const*>, true>::_Rb_tree_impl()+40>: vmov.i32 q8, #0 ; 0x00000000 | |
(gdb) bt | |
#0 0x002004cc in std::_Rb_tree<ld::Atom const*, std::pair<ld::Atom const* const, ld::File const*>, std::_Select1st<std::pair<ld::Atom const* const, ld::File const*> >, std::less<ld::Atom const*>, std::allocator<std::pair<ld::Atom const* const, ld::File const*> > >::_Rb_tree_impl<std::less<ld::Atom const*>, true>::_Rb_tree_impl (this=0x2b099c <mach_o::relocatable::Atom<arm>::_s_fileOverride>) | |
at /usr/bin/../lib/gcc/armv7l-unknown-linux-gnueabihf/4.9.2/../../../../include/c++/4.9.2/bits/stl_tree.h:462 | |
#1 0x00200490 in std::_Rb_tree<ld::Atom const*, std::pair<ld::Atom const* const, ld::File const*>, std::_Select1st<std::pair<ld::Atom const* const, ld::File const*> >, std::less<ld::Atom const*>, std::allocator<std::pair<ld::Atom const* const, ld::File const*> > >::_Rb_tree (this=0x2b099c <mach_o::relocatable::Atom<arm>::_s_fileOverride>) at /usr/bin/../lib/gcc/armv7l-unknown-linux-gnueabihf/4.9.2/../../../../include/c++/4.9.2/bits/stl_tree.h:664 | |
#2 0x00199cec in std::map<ld::Atom const*, ld::File const*, std::less<ld::Atom const*>, std::allocator<std::pair<ld::Atom const* const, ld::File const*> > >::map (this=0x2b099c <mach_o::relocatable::Atom<arm>::_s_fileOverride>) | |
at /usr/bin/../lib/gcc/armv7l-unknown-linux-gnueabihf/4.9.2/../../../../include/c++/4.9.2/bits/stl_map.h:163 | |
#3 0x0001cafc in __cxx_global_var_init130 () at macho_relocatable_file.cpp:789 | |
#4 0x002550f0 in __libc_csu_init () | |
#5 0xb6ac244c in __libc_start_main () from /usr/lib/libc.so.6 | |
#6 0x0001f418 in _start () | |
Backtrace stopped: previous frame identical to this frame (corrupt stack?) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment