> Please compile lftp with debug info: > ./configure --with-debug > make > > Then run lftp under gdb: > gdb src/lftp > > Then reproduce the problem and type in (gdb) prompt: > info stack > > Send the info to me.
here you go: (gdb) run Starting program: /tmp/lftp-3.0.0/src/lftp lftp :~> open ftps://212.13.203.149:749 lftp 212.13.203.149:~> ls -la `ls -la' at 0 [FEAT negotiation...] Program received signal SIGSEGV, Segmentation fault. 0x080b5a67 in Ftp::FlushSendQueue(bool) () (gdb) info stack #0 0x080b5a67 in Ftp::FlushSendQueue(bool) () #1 0x080b0e2b in Ftp::Do() () #2 0x0808da55 in SMTask::Schedule() () at module.cc:120 #3 0x08070538 in WaitDone(CmdExec*) (exec=0x81279c0) at lftp.cc:72 #4 0x08070c18 in main (argc=1, argv=0xbffff8d4) at lftp.cc:404 (gdb) -- The content of this e-mail is confidential, may contain privileged material and is intended solely for the recipient(s) named above. If you receive this in error, please notify Software AG immediately and delete this e-mail. Software AG (UK) Limited Registered in England & Wales 1310740 Registered Office: Hudson House, Hudson Way, Pride Park, Derby DE24 8HS
