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/