Bug #2811
closedNFD 0.3.2 segfaults on Fedora
Added by susmit shannigrahi over 9 years ago. Updated over 9 years ago.
0%
Description
How to reproduce:
# nfd-start
Checked on two different machines, same result.
Files
Updated by Junxiao Shi over 9 years ago
- Tracker changed from Task to Bug
- Description updated (diff)
- Category set to RIB
- Target version set to v0.4
#16 nfd::rib::RibManager::registerWithNfd (this=0x7fffe401bc10) at ../rib/rib-manager.cpp:130
#17 0x000000000052cd74 in nfd::rib::Nrd::initialize (this=this@entry=0x7fffec13ce40) at
../rib/nrd.cpp:95
#18 0x00000000004a113c in nfd::NfdRunner::run()::{lambda()#1}::operator()() const
(__closure=0x8ec678) at ../daemon/main.cpp:144
This appears to to RIB issue.
Updated by Davide Pesavento over 9 years ago
I cannot reproduce on Fedora 22 (x86_64).
Updated by susmit shannigrahi over 9 years ago
Davide Pesavento wrote:
I cannot reproduce on Fedora 22 (x86_64).
I used Fedora 21 machines with Boost version 1.54.
Updated by Alex Afanasyev over 9 years ago
I do not confirm this with my Fedora 21 (x86_64
). Btw. It came with boost-1.55.
I used default configure flags for both ndn-cxx and default nfd.conf.
Updated by Davide Pesavento over 9 years ago
@susmit shannigrahi, how did you compile NFD and ndn-cxx, and why do you have boost-1.54 instead of 1.55?
Updated by susmit shannigrahi over 9 years ago
You are right, I got the OS wrong. It's Fedora 20 with boost 1.54 where the crash is happening.
Also confirming the crash does not happen on Fedora 21 with boost 1.55. Fedora 22 final isn't released yet, so did not check on F22 beta.
Updated by Alex Afanasyev over 9 years ago
I still do not confirm this. I have tried NFD/ndn-cxx on my Fedora-20 (x86_64
, boost 1.54) and everything starts and works as expected.
I also tried both compiling in optimized and debug mode (both the library and NFD). Don't see the reported issue...
Updated by susmit shannigrahi over 9 years ago
I looked around a bit more and looks like the build system isn't removing the old files properly.
I manually removed everything in /usr/local/etc/ndn/ and /usr/local/lib/ and reinstalled everything.
I don't see the crash anymore.
I think this can be closed as invalid.
Updated by Junxiao Shi over 9 years ago
- Category deleted (
RIB) - Status changed from New to Rejected
Rejected as requested in note-8.