On Mon, May 26, 2003 at 02:58:24PM +0200, Netfreak wrote: > I have got lftp (2.6.5) installed on my OpenBSD box from std. ports tree. > When I try to list directory with lot of files (ex. OpenBSD packages) lftp > crashes with SIGNAL 11.
Please try to debug it, since I cannot reproduce it here. Compile with debug information (./configure --with-debug) and run it under gdb. When it faults type `info stack'. -- Alexander.
