Advertisement
Guest User

gdb gazebo

a guest
Oct 21st, 2011
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.92 KB | None | 0 0
  1. Program received signal SIGSEGV, Segmentation fault.
  2. 0x00007ffff659d84a in std::_Rb_tree_decrement (__x=0x7ffff5d6f0c8) at ../../../../src/libstdc++-v3/src/tree.cc:91
  3. 91 ../../../../src/libstdc++-v3/src/tree.cc: No such file or directory.
  4. in ../../../../src/libstdc++-v3/src/tree.cc
  5. (gdb) bt
  6. #0 0x00007ffff659d84a in std::_Rb_tree_decrement (__x=0x7ffff5d6f0c8) at ../../../../src/libstdc++-v3/src/tree.cc:91
  7. #1 0x00007ffff5b5db77 in std::_Rb_tree_iterator<std::pair<std::string const, gazebo::Iface* (*)()> >::operator-- (this=0x7fffffffd8f0) at /usr/include/c++/4.6/bits/stl_tree.h:203
  8. #2 0x00007ffff5b5d7ee in std::_Rb_tree<std::string, std::pair<std::string const, gazebo::Iface* (*)()>, std::_Select1st<std::pair<std::string const, gazebo::Iface* (*)()> >, std::less<std::string>, std::allocator<std::pair<std::string const, gazebo::Iface* (*)()> > >::_M_insert_unique (this=0x7ffff5d6f0c0, __v=...) at /usr/include/c++/4.6/bits/stl_tree.h:1277
  9. #3 0x00007ffff5b5d08c in std::_Rb_tree<std::string, std::pair<std::string const, gazebo::Iface* (*)()>, std::_Select1st<std::pair<std::string const, gazebo::Iface* (*)()> >, std::less<std::string>, std::allocator<std::pair<std::string const, gazebo::Iface* (*)()> > >::_M_insert_unique_ (this=0x7ffff5d6f0c0, __position=..., __v=...) at /usr/include/c++/4.6/bits/stl_tree.h:1330
  10. #4 0x00007ffff5b5cd26 in std::map<std::string, gazebo::Iface* (*)(), std::less<std::string>, std::allocator<std::pair<std::string const, gazebo::Iface* (*)()> > >::insert (this=0x7ffff5d6f0c0, __position=..., __x=...)
  11. at /usr/include/c++/4.6/bits/stl_map.h:571
  12. #5 0x00007ffff5b5cac4 in std::map<std::string, gazebo::Iface* (*)(), std::less<std::string>, std::allocator<std::pair<std::string const, gazebo::Iface* (*)()> > >::operator[] (this=0x7ffff5d6f0c0, __k=...)
  13. at /usr/include/c++/4.6/bits/stl_map.h:453
  14. #6 0x00007ffff5b5c68a in gazebo::IfaceFactory::RegisterIface (classname=..., factoryfn=0x7ffff5b581e0 <NewSimulationIface()>) at /home/pavel/Downloads/gazebo-0.10.0/libgazebo/IfaceFactory.cc:47
  15. #7 0x00007ffff5b5825c in RegisterSimulationIface () at /home/pavel/Downloads/gazebo-0.10.0/libgazebo/Iface.cc:48
  16. #8 0x00007ffff5b5a8aa in LibgazeboPluginRegister::LibgazeboPluginRegister (this=0x7ffff5d6f088, initFunc=0x7ffff5b5821a <RegisterSimulationIface()>) at /home/pavel/Downloads/gazebo-0.10.0/libgazebo/IfaceFactory.hh:38
  17. #9 0x00007ffff5b5a632 in __static_initialization_and_destruction_0 (__initialize_p=1, __priority=65535) at /home/pavel/Downloads/gazebo-0.10.0/libgazebo/Iface.cc:48
  18. #10 0x00007ffff5b5a7be in _GLOBAL__sub_I_Iface.cc(void) () at /home/pavel/Downloads/gazebo-0.10.0/libgazebo/Iface.cc:437
  19. #11 0x00007ffff7deab26 in ?? () from /lib64/ld-linux-x86-64.so.2
  20. #12 0x00007ffff7deabff in ?? () from /lib64/ld-linux-x86-64.so.2
  21. #13 0x00007ffff7ddd5ea in ?? () from /lib64/ld-linux-x86-64.so.2
  22. #14 0x0000000000000001 in ?? ()
  23. #15 0x00007fffffffded5 in ?? ()
  24. #16 0x0000000000000000 in ?? ()
  25.  
  26.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement