From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31383 invoked by alias); 30 Jan 2014 23:10:45 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 31318 invoked by uid 89); 30 Jan 2014 23:10:44 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_05,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: plato.cgl.ucsf.edu Received: from crick.cgl.ucsf.edu (HELO plato.cgl.ucsf.edu) (169.230.27.34) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Thu, 30 Jan 2014 23:10:43 +0000 Received: from crick.cgl.ucsf.edu (crick.cgl.ucsf.edu [127.0.0.1]) by plato.cgl.ucsf.edu (8.14.4/8.14.4) with ESMTP id s0TM26x8018725 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Wed, 29 Jan 2014 14:02:06 -0800 Received: (from apache@localhost) by crick.cgl.ucsf.edu (8.14.4/8.13.8/Submit) id s0TM25GT018716; Wed, 29 Jan 2014 14:02:05 -0800 Received: from 169.230.21.44 (SquirrelMail authenticated user gregc) by mail.cgl.ucsf.edu with HTTP; Wed, 29 Jan 2014 14:02:05 -0800 Message-ID: Date: Thu, 30 Jan 2014 23:10:00 -0000 Subject: ssh fails to start on Windows XP From: "Greg Couch" To: cygwin@cygwin.com User-Agent: SquirrelMail/1.4.22-3.el6 MIME-Version: 1.0 Content-Type: text/plain;charset=utf-8 Content-Transfer-Encoding: 8bit X-SW-Source: 2014-01/txt/msg00544.txt.bz2 FYI, I just upgraded cygwin on my Windows XP system from 1.7.18 to 1.7.27 and ssh no longer works. Runing under gdb gives: $ gdb /bin/ssh.exe (gdb) run gdb: unknown target exception 0xc0000139 at 0x7c9673be During startup program exited with code 0xc0000139. Installing openssh-debuginfo did not improve the error message. And neither the current version of openssh and openssl (6.4p1-1 and 1.0.1f-2) nor the previous version of openssh and openssl (6.3p1-1 and 1.0.1f-1) work. With some luck, someone will read this and put a fixed version in the repository. My next step is to try to build a /usr/local version of openssl and openssh, assuming the bug is in one of those packages. I'll report results of that later. -- Greg -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple