Re: new bug in lftp find?
"Alexander V. Lukyanov" <[email protected]>
| Newsgroups | gmane.network.lftp.devel |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Aug 09, 2004 at 11:03:56AM -0400, Manoj Kasichainula wrote: > Yeah, I grabbed it from cvs. It works for me now. I was also having some > strange unreproducible crashes with sftp mirror, maybe those are fixed > too :) Maybe not. Please compile lftp with debug info (configure --with-debug) and enable core dumps (ulimit -c unlimited). When lftp dumps core, start gdb and print backtrace: $ gdb /usr/bin/lftp core (gdb) info stack -- Alexander.