On Sat, Apr 20, 2002 at 11:03:15AM -0700, Nicholas Wourms wrote: > I was using tab key to complete directories and this > happened: > > "lftp > ^Dragon^@localhost:/-=Public=-/-=Training=-/-=Microsoft > Press=-> cd 2001.10.09\ -\ Microsoft\ Press\ Windows\ > XP\ Professional\ Step\ By\ Step\ Interactive/ > Segmentation fault" > > What can I send you, if anything, to help you debug it more?
Compile lftp using `./configure --with-debug', reproduce the seg.fault in gdb (run `gdb /path/to/lftp', then gdb command `run'), then use gdb command `info stack' to see back trace. Send the stack contents to me. Alternatively, send me instructions on how to reproduce the seg.fault. -- Alexander.
