bugzilla-daemon at bugzilla.mindrot.org
2007-Oct-26 00:41 UTC
[Bug 1263] connection sharing often freezes
https://bugzilla.mindrot.org/show_bug.cgi?id=1263 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |EricKow --- Comment #19 from Damien Miller <djm at mindrot.org> 2007-10-26 10:41:13 --- *** Bug 1382 has been marked as a duplicate of this bug. *** -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2007-Oct-26 00:44 UTC
[Bug 1263] connection sharing often freezes
https://bugzilla.mindrot.org/show_bug.cgi?id=1263 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |djm at mindrot.org --- Comment #20 from Damien Miller <djm at mindrot.org> 2007-10-26 10:44:21 --- The hangs that intermittently occurred when setting up a new multiplexing client are mitigated somewhat in -current (future openssh-4.8) as we have made FD passing errors non-fatal, so it is possible to take down a stuck client without killing the master process as well. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2007-Oct-26 00:58 UTC
[Bug 1263] connection sharing often freezes
https://bugzilla.mindrot.org/show_bug.cgi?id=1263 --- Comment #21 from Alexander Staubo <alex at purefiction.net> 2007-10-26 10:58:45 --- Created an attachment (id=1371) --> (http://bugzilla.mindrot.org/attachment.cgi?id=1371) script to call scp repeatedly as a ControlMaster slave Simple stress test script by EricKow <mzwcp6002 at sneakemail.com> which reproduces the error. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2007-Oct-26 01:01 UTC
[Bug 1263] connection sharing often freezes
https://bugzilla.mindrot.org/show_bug.cgi?id=1263 Alexander Staubo <alex at purefiction.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |alex at purefiction.net --- Comment #22 from Alexander Staubo <alex at purefiction.net> 2007-10-26 11:01:37 --- Every time I ctrl-C a hanging client, the Darwin kernel log spits out: Oct 22 13:52:46 Albin kernel[0]: sbdrop - count not zero According to a Darwin-kernel post (http://lists.apple.com/archives/Darwin-kernel/2005/May/msg00011.html):> It means that, in the process of clearing out a sockbuf (dropping a > specified number of bytes), the mbuf chain ran out before the count > got to zero. It used to be a panic, but has been replaced by > printf/log. File a bug.It may be relevant. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2007-Oct-29 23:09 UTC
[Bug 1263] connection sharing often freezes
https://bugzilla.mindrot.org/show_bug.cgi?id=1263 --- Comment #23 from Alexander Staubo <alex at purefiction.net> 2007-10-30 10:09:35 --- Some good news: I have not been able to reproduce this bug (nor that kernel error message) on Leopard, at least not with the sshtester.pl script. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. You are watching someone on the CC list of the bug.