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.
Actions