You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately, I have not figure out how to reproduce this. rviz sometimes segfaults when quitting.
Here's a backtrace:
{{{
(gdb) bt
#0 0xb585c9bc in memcpy () from /lib/tls/i686/cmov/libc.so.6 #1 0xb5a15394 in std::string::_Rep::_M_clone () from /usr/lib/libstdc++.so.6 #2 0xb5a15d6e in std::basic_string<char, std::char_traits, std::allocator >::basic_string () from /usr/lib/libstdc++.so.6 #3 0xb7c7d45c in ros::TopicManager::unregisterPublisher (this=0x81d99b8,
topic=@0x81dfae8)
at /u/isucan/work/ros/3rdparty/xmlrpc++/src/XmlRpcValue.h:52
#4 0xb7c82c92 in ros::TopicManager::shutdown (this=0x81d99b8)
at /u/isucan/work/ros/core/roscpp/src/libros/topic_manager.cpp:127
at /opt/ros/include/boost-1_37/boost/detail/sp_counted_base_gcc_x86.hpp:145
#8 0xb58173b1 in __cxa_finalize () from /lib/tls/i686/cmov/libc.so.6 #9 0xb7c1c553 in __do_global_dtors_aux ()
from /u/isucan/work/ros/core/roscpp/lib/libros.so #10 0xb7cfb85c in _fini () from /u/isucan/work/ros/core/roscpp/lib/libros.so #11 0xb7f77fcf in ?? () from /lib/ld-linux.so.2 #12 0xb5817084 in exit () from /lib/tls/i686/cmov/libc.so.6 #13 0xb57ff458 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6
---Type to continue, or q to quit--- #14 0x08051dc1 in _start ()
[jfaust] This was a bug in the planning display -- it wasn't deleting the planning model in its destructor, causing it to leak a NodeHandle. Was fixed when I merged my plugin changes to trunk.
Unfortunately, I have not figure out how to reproduce this. rviz sometimes segfaults when quitting.
Here's a backtrace:
{{{
(gdb) bt
#0 0xb585c9bc in memcpy () from /lib/tls/i686/cmov/libc.so.6
#1 0xb5a15394 in std::string::_Rep::_M_clone () from /usr/lib/libstdc++.so.6
#2 0xb5a15d6e in std::basic_string<char, std::char_traits, std::allocator >::basic_string () from /usr/lib/libstdc++.so.6
#3 0xb7c7d45c in ros::TopicManager::unregisterPublisher (this=0x81d99b8,
#4 0xb7c82c92 in ros::TopicManager::shutdown (this=0x81d99b8)
#5 0xb7c8351f in ~TopicManager (this=0x81d99b8)
#6 0xb7c89f69 in boost::detail::sp_counted_impl_pros::TopicManager::dispose
#7 0xb7c799cd in __tcf_34 ()
#8 0xb58173b1 in __cxa_finalize () from /lib/tls/i686/cmov/libc.so.6
#9 0xb7c1c553 in __do_global_dtors_aux ()
from /u/isucan/work/ros/core/roscpp/lib/libros.so
#10 0xb7cfb85c in _fini () from /u/isucan/work/ros/core/roscpp/lib/libros.so
#11 0xb7f77fcf in ?? () from /lib/ld-linux.so.2
#12 0xb5817084 in exit () from /lib/tls/i686/cmov/libc.so.6
#13 0xb57ff458 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6
---Type to continue, or q to quit---
#14 0x08051dc1 in _start ()
}}}
trac data:
The text was updated successfully, but these errors were encountered: