Re: FTP client dumping core

2003-06-15 Thread Mike Heffner
On 05-Jun-2003 Fred Souza wrote: | Try this patch: | | Yes, it works now, thanks. Will this patch be commited to src, or | should I keep it and apply locally? | | Please try the latest lukemftp import which includes Maxim's patch. Mike -- Mike Heffner [EMAIL PROTECTED]

Re: FTP client dumping core

2003-06-06 Thread Fred Souza
Try this patch: Yes, it works now, thanks. Will this patch be commited to src, or should I keep it and apply locally? Fred -- How much does it cost to entice a dope-smoking UNIX system guru to Dayton? -- UNIX/WORLD's First Annual Salary Survey, Brian Boyle

Re: FTP client dumping core

2003-06-06 Thread Maxim Konovalov
On Thu, 5 Jun 2003, 12:57-0300, Fred Souza wrote: Try this patch: Yes, it works now, thanks. Will this patch be commited to src, or should I keep it and apply locally? I have posted the patch to [EMAIL PROTECTED], hope he will commit it soon or later. FreeBSD will get this code with a

FTP client dumping core

2003-06-05 Thread Fred Souza
Hello, I just noticed this (and I think it never happened to me before): torment:~! ftp x.y.z.w Connected to x.y.z.w. 220 h4w h4w h4w Name (x.y.z.w:fred): anonymous 530 Sorry, no ANONYMOUS access allowed. ftp: Login failed. Segmentation fault (core dumped) torment:~! And

Re: FTP client dumping core

2003-06-05 Thread Kris Kennaway
On Wed, Jun 04, 2003 at 02:05:58PM -0300, Fred Souza wrote: Hello, I just noticed this (and I think it never happened to me before): torment:~! ftp x.y.z.w Connected to x.y.z.w. 220 h4w h4w h4w Name (x.y.z.w:fred): anonymous 530 Sorry, no ANONYMOUS access allowed. ftp:

Re: FTP client dumping core

2003-06-05 Thread Fred Souza
Can you rebuild ftpd with ggdb in CFLAGS and repeat the traceback? The ftpd? I don't have access to it, sorry. If you meant the ftp client, here's the output from gdb (the same as before): (gdb) run x.y.z.w Starting program: /usr/bin/ftp x.y.z.w (no debugging symbols found)...(no

Re: FTP client dumping core

2003-06-05 Thread Morten Rodal
On Wed, Jun 04, 2003 at 03:21:45PM -0300, Fred Souza wrote: Can you rebuild ftpd with ggdb in CFLAGS and repeat the traceback? The ftpd? I don't have access to it, sorry. If you meant the ftp client, here's the output from gdb (the same as before): I think what Kris ment was something

Re: FTP client dumping core

2003-06-05 Thread Kris Kennaway
On Wed, Jun 04, 2003 at 11:46:36PM +0200, Morten Rodal wrote: On Wed, Jun 04, 2003 at 03:21:45PM -0300, Fred Souza wrote: Can you rebuild ftpd with ggdb in CFLAGS and repeat the traceback? The ftpd? I don't have access to it, sorry. If you meant the ftp client, here's the output

Re: FTP client dumping core

2003-06-05 Thread Fred Souza
I think what Kris ment was something similiar to cd /usr/src/usr.bin/ftp make clean make DEBUG_FLAGS=-g all install Ahh, yes, with that I can see where the problem is. It's because of my custom prompt, which should look like ftp [EMAIL PROTECTED]:directory Here's the output of

Re: FTP client dumping core

2003-06-05 Thread Maxim Konovalov
On Wed, 4 Jun 2003, 20:58-0300, Fred Souza wrote: I think what Kris ment was something similiar to cd /usr/src/usr.bin/ftp make clean make DEBUG_FLAGS=-g all install Ahh, yes, with that I can see where the problem is. It's because of my custom prompt, which should look like ftp