Project

General

Profile

Bug #4726

Updated by Junxiao Shi about 5 years ago

I wish I had more debugging information I could provide. I started up an NFD with `default_level ALL` for the sake of increased logging but NFD prints out nothing useful: these were it's dying words: 
 1535649443.673412 TRACE: [nfd.DeadNonceList] mark nMarks=21 
 1535649444.873678 TRACE: [nfd.DeadNonceList] mark nMarks=22 
 1535649446.073843 TRACE: [nfd.DeadNonceList] mark nMarks=23 
 1535649447.274054 TRACE: [nfd.DeadNonceList] mark nMarks=24 
 1535649448.470824 TRACE: [nfd.DeadNonceList] adjustCapacity DOWN capacity=82 
 1535649448.474239 TRACE: [nfd.DeadNonceList] mark nMarks=25 

 STEPS TO REPRODUCE: 
 - Start an instance of NFD 
 - run the command `echo -e '\xfe\xff\xff\xff\xff\x00' | nc 127.0.0.1 6363` `nc -z -v <ip-of-nfd> <port-of-nfd> 

 EXPECTED: 
 - NFD does not crash 

 OBSERVED: 
 - NFD crashes

Back