<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">All,<div class=""><br class=""></div><div class="">as you might know, we have been trying to make a new ndnSIM release (update the used versions of ndn-cxx and NFD to 0.4.1). However, we are facing the following issue:</div><div class=""><br class=""></div><div class="">when we use the NCC strategy (even for the simplest case of one consumer directly connected to a producer) and we have a timeout on the best face (method timeoutOnBestFace of the NCC strategy is called), the lookup operation for a name prefix (when we are given a PIT entry) in the name-tree might fail (the prefix cannot be found in the tree, despite the fact that it seems to be there and a NULL pointer is returned, which will end up to a segmentation fault). I have also tried to apply the following commit, but the name prefix still cannot be found, a NULL pointer is returned by the getEntry method and the assertion in the lookup method that accepts a PIT entry fails:</div><div class=""><br class=""></div><div class=""><a href="https://github.com/named-data/NFD/commit/b184e5324df42b13f5e459e1b7f07eb75eb283b0" class="">https://github.com/named-data/NFD/commit/b184e5324df42b13f5e459e1b7f07eb75eb283b0</a></div><div class=""><br class=""></div><div class="">Attached is a log file with the sequence of operations on the name tree. All the other strategies seem to work fine. Do you have any idea what might be going wrong? Any help would be appreciated, since we are trying to make the new release ASAP.</div><div class=""><br class=""></div><div class="">Thank you,</div><div class="">Spyros</div><div class=""><br class=""><div class="">
<div class=""><div class=""><div class=""><span class="" style="float: none; display: inline !important;">Spyridon (Spyros) Mastorakis</span><br class=""><span class="" style="float: none; display: inline !important;">Personal Website: </span><a href="http://cs.ucla.edu/~mastorakis/" class="">http://cs.ucla.edu/~mastorakis/</a><br class=""><span class="" style="float: none; display: inline !important;">Internet Research Laboratory</span><br class=""><span class="" style="float: none; display: inline !important;">Computer Science Department</span><br class=""><span class="" style="float: none; display: inline !important;">UCLA</span></div><div class=""><span class="" style="float: none; display: inline !important;"><br class=""></span></div></div></div><div class=""></div></div></div></body></html>