-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I noticed that if I install cygwin ssh on a laptop , the cpu usage goes to 80-90% when not all the network adaptors are connected. how may I assist in reporting this bug better? can some one pls point me to a version compilied with the debug flag? how can I use gdb on windows to report this? Niv -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFAn0ZkwazfG0MmCYRAvWEAJ0ZCooIMCdagD7rhmEV7bFbM4pcpQCgswOO DMGUcy2ZKxkZ449nwCQv6hY=zR+R -----END PGP SIGNATURE-----
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I noticed that if I install cygwin ssh on a laptop , the cpu usage goes to 80-90% when not all the network adaptors are connected. how may I assist in reporting this bug better? can some one pls point me to a version compilied with the debug flag? how can I use gdb on windows to report this? Niv -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFAn0ZkwazfG0MmCYRAvWEAJ0ZCooIMCdagD7rhmEV7bFbM4pcpQCgswOO DMGUcy2ZKxkZ449nwCQv6hY=zR+R -----END PGP SIGNATURE----- _______________________________________________ openssh-unix-dev mailing list openssh-unix-dev at mindrot.org http://lists.mindrot.org/mailman/listinfo/openssh-unix-dev
Niv wrote:> I noticed that if I install cygwin ssh on a laptop , the cpu usage goes > to 80-90% when not all the network adaptors are connected.Which process is using the CPU, ssh or sshd? If it's sshd, does setting ListenAddress in sshd_config to listen only on the address that's live and restarting sshd make any difference?> how may I assist in reporting this bug better? can some one pls point me > to a version compilied with the debug flag? how can I use gdb on windows > to report this?gdb is probably not going to help much here, instead trace attaching strace to the process: run "ps -eaf" and pick out the pid of the process, then run "strace -p [pid]" on that particular process (be aware that it will probably generate a lot of output). -- Darren Tucker (dtucker at zip.com.au) GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69 Good judgement comes with experience. Unfortunately, the experience usually comes from bad judgement. _______________________________________________ openssh-unix-dev mailing list openssh-unix-dev at mindrot.org http://lists.mindrot.org/mailman/listinfo/openssh-unix-dev