Actions
Bug #1579
closednfd::LoggerFactory::onConfig segfault
Start date:
05/03/2014
Due date:
% Done:
100%
Estimated time:
Description
Environment: Ubuntu 12.04 64-bit, Boost 1.48
Precondition: NFD is configured with ./waf configure (no --debug flag)
Steps to reproduce:
- edit /usr/local/etc/ndn/nfd.conf: in
logsection, uncommentFibManager DEBUG,Forwarder INFO
(any two or more custom module names not exist in RIB daemon can reproduce this bug) - execute
nrd
Expected: FATAL: [NRD] error while connecting to the forwarder
Actual: Segmentation fault (core dumped), gdb reveals this segfault is in nfd::LoggerFactory::onConfig
Updated by Anonymous over 11 years ago
- Status changed from In Progress to Code review
Updated by Alex Afanasyev over 11 years ago
- Status changed from Code review to Closed
- % Done changed from 0 to 100
Fixed in commit:nfd|2e948b15
Actions