f-list / fserv

Repository for the F-Chat server implementation.
BSD 2-Clause "Simplified" License
10 stars 5 forks source link

Initial connection reference counting bug. #29

Closed kiranoot closed 8 years ago

kiranoot commented 10 years ago

Crash during initial connection due to reference counting error.

Takes place between accepting connection and login reply. In rare cases, login reply may be received before crash is encountered(delayed crash?)

Triggered during send operation trigger.

princesstrash commented 9 years ago

Is this fixed? I wouldn't mind taking a crack at it.

kiranoot commented 9 years ago

This bug has not yet cropped up again, although it has never been explicitly fixed.

princesstrash commented 9 years ago

Understood, I'll go find other things to do.

kiranoot commented 8 years ago

Fixed with thread safe connection accounting.