Commit 11f36a5f76c25043412b68765b57d09095173880

Nick Mathewson 2011-12-05T15:02:27

Be absolutely sure to clear pncalls before leaving event_signal_closure I thought we'd fixed the cases where this could come up, but apparently having an event_base_break() happen while processing signal events could get us in trouble. Found by Remi Gacogne. Sourceforge issue 3451433 .