I finally made gdb work correctly Here is the ouput you requested:
Program received signal SIGSEGV, Segmentation fault. 0x080c41ab in Ftp::ExpectQueue::FirstIs(Ftp::Expect::expect_t) (this=0x0, cc=TRANSFER) at ftpclass.cc:3168 3168 if(first && first->check_case==cc) (gdb) info stack #0 0x080c41ab in Ftp::ExpectQueue::FirstIs(Ftp::Expect::expect_t) (this=0x0, cc=TRANSFER) at ftpclass.cc:3168 #1 0x080cc6fc in Ftp::CopyIsReadyForStore() (this=0x86760e0) at ftpclass.h:512 #2 0x080cbdfd in FileCopyFtp::Do() (this=0x862c168) at FileCopyFtp.cc:181 #3 0x08092eab in SMTask::Schedule() () at SMTask.cc:150 #4 0x08073cc4 in lftp_rl_getc(_IO_FILE*) (file=0x40398bc0) at complete.cc:1181 #5 0x400f53a5 in rl_read_key () from /lib/libreadline.so.4 #6 0x401037bc in readline_top_level () from /lib/libreadline.so.4 #7 0x401021d0 in ?? () from /lib/libreadline.so.4 On Wednesday 08 September 2004 09:56, Alexander V. Lukyanov wrote: > On Tue, Sep 07, 2004 at 06:52:51PM +0200, Nadeem Gulzar wrote: > > ---- Server reply matched ftp:retry-530, retrying > > ---- Closing control socket > > ---> PASV > > <--- 227 Entering Passive Mode (XXXXXXXXXXXXXXXXXx) > > lftp :~> Segmentation fault > > Please compile lftp with debug information (configure --with-debug), > reproduce the problem under gdb (or load core file into gdb), and send me > result of `info stack' gdb command.
