Changes between Initial Version and Version 3 of Ticket #1930
- Timestamp:
- Jun 14, 2016 10:32:34 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1930
- Property Status changed from new to closed
- Property Resolution changed from to fixed
-
Ticket #1930 – Description
initial v3 24 24 }}} 25 25 26 If the race condition causes more than one threads to close the activesock (and unregister the same ioqueue key more than once), it could cause ioqueue->count to go below zero and produce error, such as: "pj_ioqueue_register_sock error: too many files" (PJ_ETOOMANY) when trying to register a new key via pj_ioqueue_register_sock()/pj_ioqueue_register_sock2(). 27 26 28 Thanks to Peter Koletzki from the report.