23vbq / tv-managing-system

System designated to implement in company easy TV display system.
12 stars 1 forks source link

[Shared] ServerSocket: if client terminate connection server can occur exception on basic_string.tcc:225 #2

Open 23vbq opened 5 months ago

23vbq commented 5 months ago

If client not close connection but has been terminated It receives SIGTRAP serversocket.cpp at if ((activity < 0) && (errno != EINTR)) and then exception. Else it only gets exception.