[go: up one dir, main page]

Menu

Commit [r61]  Maximize  Restore  History

* Implemented a partial fix to a crash that occasionally happens when a service is stopped or started remotely. The problem: BIO_free_all gets called after a fork (during cleanup), which apparently screws the sockets up. I need to find a way to properly clean this up for children

kshots 2012-09-28

changed /trunk/src/daemon/ctl.c
changed /trunk/src/daemon/service_ctl.c
changed /trunk/src/daemon/sibling.c
changed /trunk/src/daemon/signals.c
changed /trunk/src/includes/msg.c