INN 2.5.4 strange crash
Petr Novopashenniy
pety at rusnet.ru
Thu Feb 5 15:47:48 UTC 2015
On Wed, 4 Feb 2015, Julien ?LIE wrote:
[dd]
J?? Maybe you could change
J??
J?? void
J?? SCHANremove(CHANNEL *cp)
J?? {
J?? if (!CHANsleeping(cp))
J?? return;
J??
J?? to
J??
J?? void
J?? SCHANremove(CHANNEL *cp)
J?? {
J?? if (!CHANsleeping(cp)) {
J?? notice("%s was not sleeping", CHANname(cp));
J?? return;
J?? }
J??
J?? so as to verify that SCHANremove does the right thing when called after a
J?? "sleeping without Waker" warning?
J??
I see "was not sleeping" for all peers (many times per second) after start
patched innd.
--pety
More information about the inn-workers
mailing list