Discussion:
segmentation fault while getting large files from sftp server with lftp command
sushil pun
2013-07-09 08:23:32 UTC
Permalink
Hi there, i am having problem downloading 2 TB file from sftp server
through lftp command line:
lftp -e 'pget -n 25 abc.dbf' sftp://***@remote/abc

size of abc.dbf is 2 TB
lftp version is lftp-3.7.11-4.el5
What could be the reason..
Thanx in advance
Alexander V. Lukyanov
2013-08-16 11:03:15 UTC
Permalink
Post by sushil pun
Hi there, i am having problem downloading 2 TB file from sftp server
size of abc.dbf is 2 TB
lftp version is lftp-3.7.11-4.el5
What could be the reason..
Thanx in advance
Please try the latest lftp version (4.4.8), compile it with debug info
using "configure --with-debug", and provide the stack trace by running
lftp under gdb:

$ gdb lftp
(gdb) run
...
Program received signal SIGSEGV...
(gdb) bt
...This is the stack trace...

--
Alexander.

Loading...