Displaying 1 result from an estimated 1 matches for "645776d2".
Did you mean:
  645772
  
2006 Jun 01
1
Random crashes after sighup
Hello,
I noticed some random crashes after sending SIGHUP to the daemon
(especially when some connections are continually failling).
Playing around with gdb, it seems that after SIGHUP, all the "outgoing"
information of the connections is being cleared, but later on it is
being used in other places while still equal to NULL.
The attached patch tries to fix this by avoiding these