Actions
Bug #2396
closedNFD crash: invalid state
Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
Faces
Target version:
-
Start date:
01/19/2015
Due date:
% Done:
0%
Estimated time:
Description
NFD crashed on a production environment with error below.
Steps to reproduce is unknown at this moment.
1421670172.324877 INFO: [FaceTable] Added face id=320 remote=wsclient://70.184.75.125:38654 local=ws://[::]:9696
1421670247.607786 INFO: [FaceTable] Added face id=321 remote=wsclient://70.184.75.125:38657 local=ws://[::]:9696
1421670304.138891 INFO: [FaceTable] Added face id=322 remote=wsclient://70.184.75.125:58732 local=ws://[::]:9696
1421670347.526007 INFO: [FaceTable] Removed face id=322 remote=wsclient://70.184.75.125:58732 local=ws://[::]:9696
1421670350.634958 FATAL: [NFD] invalid state
This error message appears only in websocketpp/error.hpp, so it's most likely an issue with WebSocketFace.
Updated by Junxiao Shi almost 11 years ago
I've set TRACE loglevel for WebSocket related sources on the machine where this Bug was discovered, but it hasn't appeared in the past week. I'll continue observing.
Updated by Junxiao Shi over 10 years ago
- Status changed from New to Rejected
I couldn't reproduce this Bug since its first occurrence.
Actions