Skip to content

Instantly share code, notes, and snippets.

@wjwwood
Created February 6, 2012 03:47
Show Gist options
  • Select an option

  • Save wjwwood/1749428 to your computer and use it in GitHub Desktop.

Select an option

Save wjwwood/1749428 to your computer and use it in GitHub Desktop.
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffeb979700 (LWP 23110)]
0x0000000000684040 in ?? ()
(gdb) bt
#0 0x0000000000684040 in ?? ()
#1 0x000000000043548a in boost::detail::sp_counted_base::release (this=0x68d520) at /usr/include/boost/smart_ptr/detail/sp_counted_base_gcc_x86.hpp:145
#2 0x0000000000435519 in boost::detail::shared_count::~shared_count (this=0x68f7f8, __in_chrg=<value optimized out>) at /usr/include/boost/smart_ptr/detail/shared_count.hpp:217
#3 0x00007ffff4ac443c in boost::shared_ptr<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const>::~shared_ptr (this=0x68f7f0, __in_chrg=<value optimized out>)
at /usr/include/boost/smart_ptr/shared_ptr.hpp:169
#4 0x00007ffff4862c39 in std::pair<boost::shared_ptr<serial::utils::Filter>, boost::shared_ptr<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const> >::~pair (this=0x68f7e0,
__in_chrg=<value optimized out>) at /usr/include/c++/4.5/bits/stl_pair.h:72
#5 0x00007ffff486e4a2 in __gnu_cxx::new_allocator<std::pair<boost::shared_ptr<serial::utils::Filter>, boost::shared_ptr<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const> > >::destroy (this=0x689530, __p=0x68f7e0) at /usr/include/c++/4.5/ext/new_allocator.h:115
#6 0x00007ffff486beba in std::deque<std::pair<boost::shared_ptr<serial::utils::Filter>, boost::shared_ptr<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const> >, std::allocator<std::pair<boost::shared_ptr<serial::utils::Filter>, boost::shared_ptr<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const> > > >::pop_front (this=0x689530)
at /usr/include/c++/4.5/bits/stl_deque.h:1320
#7 0x00007ffff4868962 in std::queue<std::pair<boost::shared_ptr<serial::utils::Filter>, boost::shared_ptr<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const> >, std::deque<std::pair<boost::shared_ptr<serial::utils::Filter>, boost::shared_ptr<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const> >, std::allocator<std::pair<boost::shared_ptr<serial::utils::Filter>, boost::shared_ptr<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const> > > > >::pop (this=0x689530) at /usr/include/c++/4.5/bits/stl_queue.h:247
#8 0x00007ffff4864e12 in serial::utils::ConcurrentQueue<std::pair<boost::shared_ptr<serial::utils::Filter>, boost::shared_ptr<std::basic_string<char, std::char_traits<char>, std::allocator<char> > const> > >::timed_wait_and_pop (this=0x689530, popped_value=..., timeout=10) at /home/william/devel/atrv_ws/serial_utils/include/serial/utils/serial_listener.h:266
#9 0x00007ffff485ea2b in serial::utils::SerialListener::callback (this=0x689440) at /home/william/devel/atrv_ws/serial_utils/src/serial_listener.cc:53
#10 0x00007ffff48751a5 in boost::_mfi::mf0<void, serial::utils::SerialListener>::operator() (this=0x68ba50, p=0x689440) at /usr/include/boost/bind/mem_fn_template.hpp:49
#11 0x00007ffff4875114 in boost::_bi::list1<boost::_bi::value<serial::utils::SerialListener*> >::operator()<boost::_mfi::mf0<void, serial::utils::SerialListener>, boost::_bi::list0> (this=0x68ba60, f=...,
a=...) at /usr/include/boost/bind/bind.hpp:253
#12 0x00007ffff48750c8 in boost::_bi::bind_t<void, boost::_mfi::mf0<void, serial::utils::SerialListener>, boost::_bi::list1<boost::_bi::value<serial::utils::SerialListener*> > >::operator() (this=0x68ba50)
at /usr/include/boost/bind/bind_template.hpp:20
#13 0x00007ffff4874daa in boost::detail::thread_data<boost::_bi::bind_t<void, boost::_mfi::mf0<void, serial::utils::SerialListener>, boost::_bi::list1<boost::_bi::value<serial::utils::SerialListener*> > > >::run (this=0x68b920) at /usr/include/boost/thread/detail/thread.hpp:56
#14 0x00007ffff5d9916e in thread_proxy () from /usr/lib/libboost_thread.so.1.42.0
#15 0x00007ffff3c51d8c in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#16 0x00007ffff399d04d in clone () from /lib/x86_64-linux-gnu/libc.so.6
#17 0x0000000000000000 in ?? ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment