https://bugzilla.mindrot.org/show_bug.cgi?id=2819
Darren Tucker <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Darren Tucker <[email protected]> --- What configure and compile time options were used? What version of zlib was used and what options was it compiled with? The only thing I can think of that would manifest like this would be if zlib was built with some kind of leak/overflow checking that would cause it to pollute stdout or stderr. Whatever is going on seems to be in the ssh process under the scp one on the client side. If you attach an strace or similar to that process before it exits you might get a hint. The other thing you could try is to compile with -DPACKET_DEBUG (but be aware this may expose some private info in the logs, so check it before sharing it). -- 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. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
