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: Thu, 19 Feb 2004 18:13:37 -0500 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: ftp bug report Message-ID: <20040219231337.GB23994@redhat.com> Mail-Followup-To: cygwin AT cygwin DOT com References: <20040219133158 DOT 89862 DOT qmail AT web14305 DOT mail DOT yahoo DOT com> <20040219160236 DOT GD32331 AT cygbert DOT vinschen DOT de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040219160236.GD32331@cygbert.vinschen.de> User-Agent: Mutt/1.4.1i X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com On Thu, Feb 19, 2004 at 05:02:36PM +0100, Corinna Vinschen wrote: >On Feb 19 05:31, Thomas Mellman wrote: >> Corinna wrote: >> >> >> Did you try to use the mapping feature of nmap? I transfer from a VMS >> > >> >What's nmap? I never used it. I don't see that we have a nmap package >> >in the distro. >> > >> >> machine, and I need to nmap to get rid of the version number. I also >> >> use the case command to convert from uppercase to lowercase. >> > >> >I'd need *specific* instructions to reproduce the crash. What commands >> >with which options do I have to use how? Can I do this at all or do I >> >need non-Cygwin commands to reproduce it? Do I have to have a VMS machine? >> >> Okay, like this: >> >> $ ftp somehost >> Connected to somehost.com. >> 220 somehost.3 FTP Server (Version 5.0) Ready. >> Remote system type is VMS. >> ftp> user mellman >> 331 Username mellman requires a Password >> Password: >> 230 User logged in. >> ftp> cd somewhere >> 250-CWD command successful. >> 250 New default directory is somewhere >> ftp> nmap $1;$2 $1 >> ftp> case >> Case mapping on. >> ftp> get mspp_i_seq.h >> 200 PORT command successful. >> 150 Opening data connection for somewhere:MSPP_I_SEQ.H;1 (x.x.x.x,y) >> Segmentation fault (core dumped) > >FYI, I can reproduce it now. I really didn't know about that nmap >command, I never used it before. > >However, it would still be nice if somebody would try to track that >down, too. When starting ftp under GDB, it doesn't hang, it just >doesn't print anything, so you must type in everything blind. You could start ftp in one console window and attach to it with gdb in another... cgf -- 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/