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

segfault in class RoutingTable #128

Open
mfrey opened this issue Oct 16, 2014 · 0 comments
Open

segfault in class RoutingTable #128

mfrey opened this issue Oct 16, 2014 · 0 comments
Assignees
Labels

Comments

@mfrey
Copy link
Member

mfrey commented Oct 16, 2014

#0 0x8063b68 in std::__shared_ptr<ARA::Address, (__gnu_cxx::_Lock_policy)2>::__shared_ptr(std::__shared_ptr<ARA::Address, (__gnu_cxx::_Lock_policy)2> const&) /home/mfrey/testbed/software/rtf/include/c++/4.9.1/bits/shared_ptr_base.h:912
#1 0x8063bd9 in std::shared_ptr<ARA::Address>::shared_ptr(std::shared_ptr<ARA::Address> const&) /home/mfrey/testbed/software/rtf/include/c++/4.9.1/bits/shared_ptr.h:103
#2 0xb71196b4 in ARA::operator<<(std::ostream&, ARA::RoutingTable&) include/RoutingTable.h:108
#3 0xb71143ad in ARA::AbstractARAClient::createNewRouteFrom(ARA::Packet*, ARA::NetworkInterface*) src/core/AbstractARAClient.cpp:283
#4 0xb7113cc2 in ARA::AbstractARAClient::updateRoutingTable(ARA::Packet*, ARA::NetworkInterface*) src/core/AbstractARAClient.cpp:253
#5 0xb7113637 in ARA::AbstractARAClient::receivePacket(ARA::Packet*, ARA::NetworkInterface*) src/core/AbstractARAClient.cpp:212
#6 0x80624b7 in ARA::testbed::TestbedARAClient::receivePacket(ARA::Packet*, ARA::NetworkInterface*) testbed/TestbedARAClient.cpp:67
#7 0xb710bcc7 in ARA::ReliableNetworkInterface::handleNonAckPacket(ARA::Packet*) src/core/ReliableNetworkInterface.cpp:125
#8 0xb710bb92 in ARA::ReliableNetworkInterface::receive(ARA::Packet*) src/core/ReliableNetworkInterface.cpp:107
#9 0x806b1b9 in ARA::testbed::TestbedNetworkInterface::receive(ARA::Packet*) testbed/TestbedNetworkInterface.cpp:59
#10 0x806f3e0 in ARA::testbed::toSys(dessert_msg*, unsigned int, dessert_msg_proc*, dessert_meshif*, unsigned long long) testbed/TestbedPacketDispatcher.cpp:31
#11 0xb7273fa6 in _dessert_meshrxcb_runall (/usr/lib/libdessert.so.1+0xafa6)

and

AddressSanitizer can not provide additional info.
SUMMARY: AddressSanitizer: SEGV /home/mfrey/testbed/software/rtf/include/c++/4.9.1/bits/shared_ptr_base.h:912 std::__shared_ptr<ARA::Address, (__gnu_cxx::_Lock_policy)2>::__shared_ptr(std::__shared_ptr<ARA::Address, (__gnu_cxx::_Lock_policy)2> const&)```
@mfrey mfrey added the testbed label Oct 16, 2014
@mfrey mfrey self-assigned this Oct 16, 2014
@mfrey mfrey changed the title segefault in class RoutingTable segfault in class RoutingTable Oct 16, 2014
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