Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Date: Tue, 28 Oct 2003 15:01:16 -0400 From: Rodrigo Medina Message-Id: <200310281901.h9SJ1GAb015767@pion.ivic.ve> To: cygwin AT cygwin DOT com Subject: Segmentation Fault of ssh3.7.1 with cygwin1.5.5-1 in W95. Hello! I have been using cygwin 1.3.22 in a W95 machine with no problems. I am now installing cygwin 1.5.5 in another W95 machine. I get the following crash: bash-2.05b$ ssh -l rmedina pion Segmentation fault (core dumped) bash-2.05b$ bash-2.05b$ cat SSH.EXE.stackdump Exception: STATUS_ACCESS_VIOLATION at eip=610BA4C1 eax=00000000 ebx=005606D4 ecx=FFFFFFFF edx=00000056 esi=00000010 edi=00000056 ebp=0078F658 esp=0078F654 program=C:\CYGWIN\BIN\SSH.EXE cs=014F ds=0157 es=0157 fs=3F6F gs=3DD6 ss=0157 Stack trace: Frame Function Args 0078F658 610BA4C1 (00000056, 7C3E3E7E, 00000030, 00000000) 0078F6A8 610498F4 (00000000, 005606C6, 00000002, 00000000) 0078F6F8 61044D0F (0040B865, 0040B861, 000101BF, 00010000) 0078FB98 0040BC18 (6160260C, 00437380, 00000000, 00000000) 0078FD68 00402F9E (00000000, 6160110C, 100F0330, 0078FD9C) 0078FDB8 61005018 (610CFEE0, FFFFFFFE, 00000002, 610CFE04) 0078FE08 610052ED (00000000, 00000000, BFFBFA00, 0078FF68) 0078FE28 00434511 (004024D0, 037F0500, 0078FF78, BFF88E93) 0078FE38 0040103C (816454B8, 81641FD8, 00580000, 00687353) 0078FF78 BFF88E93 (BFF88A87, 00000019, 816454B8, 00000000) 243 [main] ssh 3401889 handle_exceptions: Error while dumping state (probably corrupted stack) My configuration is: bash-2.05b$ uname -a CYGWIN_95-4.0 rixio2.ivic.ve 1.5.5(0.94/3/2) 2003-09-20 16:31 i586 unknown unknown Cygwin The ssh version is: bash-2.05b$ ssh -V OpenSSH_3.7.1p2, SSH protocols 1.5/2.0, OpenSSL 0.9.7c 30 Sep 2003 gdb gives: bash-2.05b$ gdb ssh GNU gdb 2003-09-20-cvs (cygwin-special) Copyright 2003 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i686-pc-cygwin"...(no debugging symbols found)... (gdb) run -l rmedina pion Starting program: /usr/bin/ssh.exe -l rmedina pion Program received signal SIGILL, Illegal instruction. 0x004024d0 in ?? () (gdb) bt #0 0x004024d0 in ?? () #1 0x61005018 in forkpty () from /usr/bin/cygwin1.dll #2 0x610052ed in dll_crt0 AT 0 () from /usr/bin/cygwin1.dll #3 0x00434511 in ?? () (gdb) The ssh deamon sshd works fine. I hope that somebody could help me. Thanks in advance, Rodrigo Medina -- 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/