Discussion:
Segmentation fault in lftp-4.5.0
Michael Uleysky
2014-05-27 00:11:46 UTC
Permalink
Segmentation error when ftp mirroring.
Command line:
lftp -c "set net:max-retries 2; mirror -X *profiles/ -e -c -L -P 10
ftp://ftp.nodc.noaa.gov/pub/data.nodc/argo/data/ argo"
Backtrace:
(gdb) backtrace
#0 0x00007f00e6b8c6ce in Ftp::Do() () from /usr/lib/lftp/4.5.0/proto-ftp.so
#1 0x00007f00ee77add5 in SMTask::ScheduleThis() () from
/usr/lib/liblftp-tasks.so.0
#2 0x00007f00ee77afc1 in SMTask::Schedule() () from /usr/lib/liblftp-tasks.so.0
#3 0x00007f00eea069b5 in Job::WaitDone() () from /usr/lib/liblftp-jobs.so.0
#4 0x00000000004067cb in ?? ()
#5 0x00007f00ed731ad5 in __libc_start_main (main=0x4065d0, argc=3,
argv=0x7fff6d60eeb8, init=<optimized out>, fini=<optimized out>,
rtld_fini=<optimized out>, stack_end=0x7fff6d60eea8)
at libc-start.c:285
#6 0x0000000000406c99 in ?? ()
Alexander V. Lukyanov
2014-06-02 13:10:42 UTC
Permalink
Post by Michael Uleysky
Segmentation error when ftp mirroring.
It should be fixed in just released 4.5.1. Please try.
--
Alexander.
Michael Uleysky
2014-06-02 13:18:41 UTC
Permalink
Post by Alexander V. Lukyanov
Post by Michael Uleysky
Segmentation error when ftp mirroring.
It should be fixed in just released 4.5.1. Please try.
--
Alexander.
Yes, you already send me patch. Mailing list works again.

Loading...