kayws426 / embox

Automatically exported from code.google.com/p/embox
0 stars 1 forks source link

socket lock perfroms rough #549

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. embox> telnetd &
2. embox> kill <telnetd pid>

What is the expected output? What do you see instead?

Infinite freeze, as signal try to close accept socket, that is blocked in 
accept.

sock_lock performed before proto->accept, which seems to be incorrect.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by drakon.m...@gmail.com on 6 Mar 2013 at 10:09

GoogleCodeExporter commented 9 years ago
r8868

Original comment by drakon.m...@gmail.com on 6 Mar 2013 at 3:38

GoogleCodeExporter commented 9 years ago
Seems to be fixed a long time ago, not freezes

Original comment by drakon.m...@gmail.com on 30 Jul 2013 at 1:02