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
{{ message }}
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.
Worked reliably, then started getting a segfault on system startup (reliably). When I commented out the logging lines on and following line 610 in zeroconf.cpp, I saw no more instances. Debugged using the gdb launch-prefix in roslaunch.
Backtrace:
[Switching to Thread 0xb4f91b70 (LWP 31296)]
0x003784e3 in std::basic_ostream<char, std::char_traits >& std::operator<< <char, std::char_traits, std::allocator >(std::basic_ostream<char, std::char_traits >&, std::basic_string<char, std::char_traits, std::allocator > const&) () from /usr/lib/i386-linux-gnu/libstdc++.so.6
(gdb) backtrace
^CQuit
#0 0x003784e3 in std::basic_ostream<char, std::char_traits >& std::operator<< <char, std::char_traits, std::allocator >(std::basic_ostream<char, std::char_traits >&, std::basic_string<char, std::char_traits, std::allocator > const&) () from /usr/lib/i386-linux-gnu/libstdc++.so.6 #1 0x002dadf4 in zeroconf_avahi::Zeroconf::resolve_callback (
from /usr/lib/i386-linux-gnu/libavahi-client.so.3 #3 0x008c73c4 in ?? () from /usr/lib/i386-linux-gnu/libavahi-client.so.3 #4 0x00c4c441 in dbus_connection_dispatch ()
from /lib/i386-linux-gnu/libdbus-1.so.3 #5 0x008d025b in ?? () from /usr/lib/i386-linux-gnu/libavahi-client.so.3 #6 0x00c8ec37 in ?? () from /usr/lib/i386-linux-gnu/libavahi-common.so.3 #7 0x00c8f003 in avahi_simple_poll_dispatch ()
from /usr/lib/i386-linux-gnu/libavahi-common.so.3 #8 0x00c8f18e in avahi_simple_poll_iterate ()
from /usr/lib/i386-linux-gnu/libavahi-common.so.3 #9 0x00c8f356 in avahi_simple_poll_loop ()
---Type to continue, or q to quit---
from /usr/lib/i386-linux-gnu/libavahi-common.so.3 #10 0x00c8f494 in ?? () from /usr/lib/i386-linux-gnu/libavahi-common.so.3 #11 0x007bcd31 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0 #12 0x004cd46e in clone () from /lib/i386-linux-gnu/libc.so.6
Backtrace stopped: Not enough registers or memory available to unwind further
The text was updated successfully, but these errors were encountered:
Worked reliably, then started getting a segfault on system startup (reliably). When I commented out the logging lines on and following line 610 in zeroconf.cpp, I saw no more instances. Debugged using the gdb launch-prefix in roslaunch.
Backtrace:
[Switching to Thread 0xb4f91b70 (LWP 31296)]
0x003784e3 in std::basic_ostream<char, std::char_traits >& std::operator<< <char, std::char_traits, std::allocator >(std::basic_ostream<char, std::char_traits >&, std::basic_string<char, std::char_traits, std::allocator > const&) () from /usr/lib/i386-linux-gnu/libstdc++.so.6
(gdb) backtrace
^CQuit
#0 0x003784e3 in std::basic_ostream<char, std::char_traits >& std::operator<< <char, std::char_traits, std::allocator >(std::basic_ostream<char, std::char_traits >&, std::basic_string<char, std::char_traits, std::allocator > const&) () from /usr/lib/i386-linux-gnu/libstdc++.so.6
#1 0x002dadf4 in zeroconf_avahi::Zeroconf::resolve_callback (
#2 0x008cdfbb in avahi_service_resolver_event ()
from /usr/lib/i386-linux-gnu/libavahi-client.so.3
#3 0x008c73c4 in ?? () from /usr/lib/i386-linux-gnu/libavahi-client.so.3
#4 0x00c4c441 in dbus_connection_dispatch ()
from /lib/i386-linux-gnu/libdbus-1.so.3
#5 0x008d025b in ?? () from /usr/lib/i386-linux-gnu/libavahi-client.so.3
#6 0x00c8ec37 in ?? () from /usr/lib/i386-linux-gnu/libavahi-common.so.3
#7 0x00c8f003 in avahi_simple_poll_dispatch ()
from /usr/lib/i386-linux-gnu/libavahi-common.so.3
#8 0x00c8f18e in avahi_simple_poll_iterate ()
from /usr/lib/i386-linux-gnu/libavahi-common.so.3
#9 0x00c8f356 in avahi_simple_poll_loop ()
---Type to continue, or q to quit---
from /usr/lib/i386-linux-gnu/libavahi-common.so.3
#10 0x00c8f494 in ?? () from /usr/lib/i386-linux-gnu/libavahi-common.so.3
#11 0x007bcd31 in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
#12 0x004cd46e in clone () from /lib/i386-linux-gnu/libc.so.6
Backtrace stopped: Not enough registers or memory available to unwind further
The text was updated successfully, but these errors were encountered: