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
log
section, 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
Actions