Discussion:
lftp segmentation fault
Terry Mark
2013-09-27 19:06:30 UTC
Permalink
Hi there,

After compiling lftp (with ./configure && make), I get a segmentation fault error immediately after calling lftp.

This is on CentOS 6.4, x86_64.

Any help or advice would be greatly appreciated.

thanks !
Alexander V. Lukyanov
2013-12-06 14:31:58 UTC
Permalink
Post by Terry Mark
Hi there,
After compiling lftp (with ./configure && make), I get a segmentation fault error immediately after calling lftp.
This is on CentOS 6.4, x86_64.
Any help or advice would be greatly appreciated.
Use the latest lftp version, compile it with debug information (configure
--with-debug), run it under gdb and get stack trace when it crashes using
"info stack" command.
--
Alexander.
Loading...