Project

General

Profile

Bug #1736

Updated by Junxiao Shi almost 10 years ago

Tested this between a fedora 20 and ubuntu 14.04 machine. Boost version 1.54. 
 Using latest version of ndn-cxx and nfd. 


 1. Start nfd on laptop 
 2. Make sure nfd is not running on the other machine 
 3. Try creating a face on laptop:    nfdc create tcp4://riker.netsec.colostate.edu 
 4. nfd on laptop crashes crahses 
 5. Same thing happens when ICMP host prohibited is returned 

 Logs: 

     1404493464.620785 DEBUG: [InternalFace] found Interest filter for /localhost/nfd/faces (previous match) 
     1404493464.621052 DEBUG: [ManagerBase] Parameters parsed OK 
     1404493464.621064 DEBUG: [FaceManager] command result: processing verb: create 
     1404493464.621156 DEBUG: [FaceUri] URI [tcp4://riker.netsec.colostate.edu] parsed into: tcp4, riker.netsec.colostate.edu, ,  
     1404493464.621590 DEBUG: [Forwarder] onIncomingInterest face=6 interest=/localhost/nfd/faces/events/%07 
     1404493464.621869 DEBUG: [Forwarder] onOutgoingInterest face=1 interest=/localhost/nfd/faces/events/%07 
     1404493464.622064 DEBUG: [InternalFace] received Interest: /localhost/nfd/faces/events/%07 
     1404493464.622227 DEBUG: [InternalFace] found Interest filter for /localhost/nfd/faces (previous match) 
     1404493464.622330 DEBUG: [FaceManager] command result: processing verb: events 
     1404493464.627636 FATAL: [NFD] remote_endpoint: Transport endpoint is not connected 
     ERROR: error while receiving data from socket 
     1404493464.663430 FATAL: [NRD] error while receiving data from socket 

Back