Project

General

Profile

Bug #1741

Updated by Junxiao Shi almost 10 years ago

I cannot yet give steps to reproduce the problem, but I got a fatal error (exception that was handled in `main()`) main()) after re-connecting many times with test cases. 

 Here is final log: 

     1404778977.777579 TRACE: [UnixStreamFace] [id:-1,endpoint:1404778977.777665 FATAL: [NFD] local_endpoint: Bad file descriptor 
     1404778977.777831 TRACE: [UnixStreamChannel] [/private/var/run/nfd.sock] Removing socket file 

 Most likely this error wouldn't be there when logging is disabled, but all logging should be checked again not to include `local_endpoint()` local_endpoing() when it can cause error.

Back