X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Subject: OpenSSL eating CPU. From: David Woodhouse To: cygwin AT cygwin DOT com Content-Type: text/plain Date: Sun, 14 Sep 2008 15:31:57 -0700 Message-Id: <1221431517.3201.27.camel@macbook.infradead.org> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 (2.22.3.1-1.fc9) Content-Transfer-Encoding: 7bit X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org See http://www.infradead.org/rpr.html Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com I have a Windows box installed in VMware, and the only thing I use it for is a VPN -- from my workstation, I have Evolution configured to run 'ssh $windowsbox exec openssl s_client -connect $imap_server:993' to get at the internal IMAP server. When the VPN disconnects, and Evolution times out and also disconnects, I get left with openssl.exe processes eating CPU time -- probably in a select() or poll() loop noticing that _something_ has happened to the file descriptors, but for some reason not noticing that they're _closed_. This is Cygwin 1.7 (from a few weeks ago), because I need IPv6 -- the VPN software eats the Legacy IP routes, and the only way I can SSH into the box is over IPv6. How would I go about debugging it? Without strace and gdb, I'm a little lost... -- dwmw2 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/