Re: Segmentation Fault of ssh3.7.1 with cygwin1.5.5-1 in W95

2003-11-04 Thread Christopher Faylor
On Mon, Nov 03, 2003 at 09:19:59PM -0500, Pierre A. Humblet wrote: >At 08:06 PM 11/3/2003 +0100, Corinna Vinschen wrote: >>On Mon, Nov 03, 2003 at 01:39:56PM -0500, Pierre A. Humblet wrote: >>> On Mon, Nov 03, 2003 at 05:31:15PM +0100, Corinna Vinschen wrote: >>> > >>> > I see. I'll create a patch

Re: Segmentation Fault of ssh3.7.1 with cygwin1.5.5-1 in W95

2003-11-03 Thread Pierre A. Humblet
At 08:06 PM 11/3/2003 +0100, Corinna Vinschen wrote: >On Mon, Nov 03, 2003 at 01:39:56PM -0500, Pierre A. Humblet wrote: >> On Mon, Nov 03, 2003 at 05:31:15PM +0100, Corinna Vinschen wrote: >> > >> > I see. I'll create a patch. >> >> I started one already, must still compile and test. >> Let me

Re: Segmentation Fault of ssh3.7.1 with cygwin1.5.5-1 in W95

2003-11-03 Thread Corinna Vinschen
On Mon, Nov 03, 2003 at 01:39:56PM -0500, Pierre A. Humblet wrote: > On Mon, Nov 03, 2003 at 05:31:15PM +0100, Corinna Vinschen wrote: > > On Sun, Nov 02, 2003 at 09:43:14AM -0500, Pierre A. Humblet wrote: > > > Pierre A. Humblet wrote: > > > > > > > The real problem is that the s_proto pointer of

Re: Segmentation Fault of ssh3.7.1 with cygwin1.5.5-1 in W95

2003-11-03 Thread Pierre A. Humblet
On Mon, Nov 03, 2003 at 05:31:15PM +0100, Corinna Vinschen wrote: > On Sun, Nov 02, 2003 at 09:43:14AM -0500, Pierre A. Humblet wrote: > > Pierre A. Humblet wrote: > > > > > The real problem is that the s_proto pointer of the struct servent > > > returned by the Windows getservbyname on Win95 is i

Re: Segmentation Fault of ssh3.7.1 with cygwin1.5.5-1 in W95

2003-11-03 Thread Corinna Vinschen
On Sun, Nov 02, 2003 at 09:43:14AM -0500, Pierre A. Humblet wrote: > Pierre A. Humblet wrote: > > > The real problem is that the s_proto pointer of the struct servent > > returned by the Windows getservbyname on Win95 is invalid. > > Looking at net.cc, this problem seems to be well known. > Howe

Re: Segmentation Fault of ssh3.7.1 with cygwin1.5.5-1 in W95

2003-11-02 Thread Pierre A. Humblet
Pierre A. Humblet wrote: > The real problem is that the s_proto pointer of the struct servent > returned by the Windows getservbyname on Win95 is invalid. Looking at net.cc, this problem seems to be well known. However the workaround is only applied when copying the string, not when computing it

Re: Segmentation Fault of ssh3.7.1 with cygwin1.5.5-1 in W95

2003-11-01 Thread Pierre A. Humblet
At 01:27 PM 11/1/2003 +0100, you wrote: >On Fri, Oct 31, 2003 at 07:05:41PM -0500, Pierre A. Humblet wrote: >> At 11:52 AM 10/31/2003 +0100, Corinna Vinschen wrote: >> >I've just again tested it on 98 and it works fine. Could you please >> >figure out what happens on your machine? >> >> 2 things:

Re: Segmentation Fault of ssh3.7.1 with cygwin1.5.5-1 in W95

2003-11-01 Thread Corinna Vinschen
On Fri, Oct 31, 2003 at 07:05:41PM -0500, Pierre A. Humblet wrote: > At 11:52 AM 10/31/2003 +0100, Corinna Vinschen wrote: > >I've just again tested it on 98 and it works fine. Could you please > >figure out what happens on your machine? > > 2 things: > - I had accidentally deleted the next (23)

Re: Segmentation Fault of ssh3.7.1 with cygwin1.5.5-1 in W95

2003-10-31 Thread Pierre A. Humblet
At 11:52 AM 10/31/2003 +0100, Corinna Vinschen wrote: >I've just again tested it on 98 and it works fine. Could you please >figure out what happens on your machine? 2 things: - I had accidentally deleted the next (23) line in services, so awk didn't find the pattern. - ssh crashes even with th

Re: Segmentation Fault of ssh3.7.1 with cygwin1.5.5-1 in W95.

2003-10-31 Thread Christian Weinberger
Rodrigo Medina <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]: > 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)

Re: Segmentation Fault of ssh3.7.1 with cygwin1.5.5-1 in W95

2003-10-31 Thread Corinna Vinschen
On Thu, Oct 30, 2003 at 08:25:58PM -0500, Pierre A. Humblet wrote: > At 10:52 AM 10/30/2003 +0100, Corinna Vinschen wrote: > > > >Ouch. I see why that happens. I'll have to modify the ssh-host-config > >script. > > > >This is no problem on 98/Me and NT, though. Did you also test with > >ssh/22 l

Re: Segmentation Fault of ssh3.7.1 with cygwin1.5.5-1 in W95

2003-10-31 Thread Christian Weinberger
Corinna Vinschen <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]: >> >> 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. > > Ouch. I see why that happ

Re: Segmentation Fault of ssh3.7.1 with cygwin1.5.5-1 in W95

2003-10-30 Thread Pierre A. Humblet
At 10:52 AM 10/30/2003 +0100, Corinna Vinschen wrote: > >Ouch. I see why that happens. I'll have to modify the ssh-host-config >script. > >This is no problem on 98/Me and NT, though. Did you also test with >ssh/22 lines with CRLF? Yes, it works. However there must be something new in 1.5 that c

Re: Segmentation Fault of ssh3.7.1 with cygwin1.5.5-1 in W95

2003-10-30 Thread Corinna Vinschen
On Wed, Oct 29, 2003 at 09:46:04PM -0500, Pierre A. Humblet wrote: > 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

Re: Segmentation Fault of ssh3.7.1 with cygwin1.5.5-1 in W95

2003-10-29 Thread Pierre A. Humblet
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 tim

Re: Segmentation Fault of ssh3.7.1 with cygwin1.5.5-1 in W95

2003-10-29 Thread Rodrigo Medina
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 F

Re: Segmentation Fault of ssh3.7.1 with cygwin1.5.5-1 in W95.

2003-10-29 Thread Corinna Vinschen
On Tue, Oct 28, 2003 at 03:01:16PM -0400, Rodrigo Medina wrote: > 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 dumpe

Segmentation Fault of ssh3.7.1 with cygwin1.5.5-1 in W95.

2003-10-28 Thread Rodrigo Medina
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_V