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 Message-Id: <3.0.5.32.20031029214604.0082b8c0@incoming.verizon.net> X-Sender: vze1u1tg AT incoming DOT verizon DOT net Date: Wed, 29 Oct 2003 21:46:04 -0500 To: Rodrigo Medina , cygwin AT cygwin DOT com From: "Pierre A. Humblet" Subject: Re: Segmentation Fault of ssh3.7.1 with cygwin1.5.5-1 in W95 In-Reply-To: <200310291905.h9TJ5eG5028353@pion.ivic.ve> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" At 03:05 PM 10/29/2003 -0400, Rodrigo Medina wrote: > >Corinna wrote: > >>Works for me on 98. I don't have a 95 system for testing. Do you >>have more than one cygwin1.dll in the path? Please send cygcheck >>output according to http://cygwin.com/problems.html > >Corinna: > >This is the first time that cygwin is installed in this machine. In any case >with FIND only C:\cygwin\bin\cygwin1.dll appears. I observed a ssh crash on Win95 too, but only after running ssh-host-config It went away after deleting the two ssh 22/ lines in c:\windows\services They don't seem to end with CRNL. I am not equipped to do serious debugging on my Win95 machine, strace shows nothing of interest, the stackdump points to cygwin_getservbyname and dup_ent. ~: cat ssh.exe.stackdump Exception: STATUS_ACCESS_VIOLATION at eip=610DF651 eax=00000000 ebx=00530740 ecx=FFFFFFFF edx=00000053 esi=00000010 edi=00000053 ebp=0085F678 esp=0085F674 program=\\WORLDNET\C\SSH.EXE cs=0137 ds=013F es=013F fs=4227 gs=0000 ss=013F Stack trace: Frame Function Args 0085F678 610DF651 (00000053, 7E2E3D84, 00000032, 00000000) 0085F6C8 61060914 (00000000, 00530732, 00000002, A2038AB0) 0085F718 6106215A (0040B221, 0040B225, F48CC23C, C59AB5C7) 0085FBB8 0040B5EE (616966CC, 00438FD0, 00000000, 00000002) ~: addr2line -e /bin/cygwin1.dll -f 0x610DF651 ?? ../../../../../../src/newlib/libc/machine/i386/strlen.S:27 ~: addr2line -e /bin/cygwin1.dll -f 0x61060914 _Z7dup_entPvS_11struct_type /eroot/obj/i586-pc-cygwin/winsup/cygwin/../../../../src/winsup/cygwin/net.cc :387 ~: addr2line -e /bin/cygwin1.dll -f 0x6106215A cygwin_getservbyname /eroot/obj/i586-pc-cygwin/winsup/cygwin/../../../../src/winsup/cygwin/net.cc :954 Pierre -- 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/