Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rviz crashes at termination (ros-pkg ticket #2011) #184

Closed
hershwg opened this issue Sep 19, 2012 · 1 comment
Closed

rviz crashes at termination (ros-pkg ticket #2011) #184

hershwg opened this issue Sep 19, 2012 · 1 comment
Labels

Comments

@hershwg
Copy link
Member

hershwg commented Sep 19, 2012

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

#5 0xb7c8351f in ~TopicManager (this=0x81d99b8)

at /u/isucan/work/ros/core/roscpp/src/libros/topic_manager.cpp:78

#6 0xb7c89f69 in boost::detail::sp_counted_impl_pros::TopicManager::dispose

(this=0x7b54a014)
at /opt/ros/include/boost-1_37/boost/checked_delete.hpp:34

#7 0xb7c799cd in __tcf_34 ()

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 ()

}}}

trac data:

@hershwg
Copy link
Member Author

hershwg commented Sep 19, 2012

[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.

@hershwg hershwg closed this as completed Sep 19, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant