lftp ftp.knoppix.nl:/> j
[0] queue (http://ftp.knoppix.nl)
Now executing: [1] mirror -c .
[1] mirror -c .
\mirror FreeBSD
\mirror development
\mirror FreeBSD-CVS
\mirror ports
\mirror graphics
\mirror xmandel
\mirror Attic
FreeBSD/development/FreeBSD-CVS/ports/graphics/xmandel/Attic: Getting
files information (50%) [Connecting...]
lftp ftp.knoppix.nl:/> kill all
Segmentation fault (core dumped)
[New process 19013]
#0 0x000000000000002f in ?? ()
(gdb) bt
#0 0x000000000000002f in ?? ()
#1 0x0000000000446126 in ~FileAccessOperation (this=0x2cb5f80)
at FileAccess.h:461
#2 0x0000000000443cc5 in ~ListInfo (this=0x2cb5f80) at FileAccess.cc:954
#3 0x00000000004a5810 in ~GenericParseListInfo (this=0x2cb5f80)
at NetAccess.h:123
#4 0x00000000004b7314 in ~HttpListInfo (this=0x2cb5f80) at HttpDir.h:32
#5 0x000000000043e351 in SMTask::CollectGarbage () at SMTask.cc:206
#6 0x000000000040f351 in Job::KillAll () at Job.cc:207
#7 0x000000000041866f in cmd_kill (parent=0x2229360) at commands.cc:2165
#8 0x000000000041258a in CmdExec::exec_parsed_command (this=0x2229360)
at CmdExec.cc:225
#9 0x0000000000413e58 in CmdExec::Do (this=0x2229360) at CmdExec.cc:669
#10 0x000000000043e459 in SMTask::Schedule () at SMTask.cc:238
#11 0x000000000040dbbe in Job::WaitDone (this=0x2229360) at Job.cc:522
#12 0x0000000000408b50 in main (argc=1, argv=0x7fff0f7fdc88) at lftp.cc:466
(gdb)
On Tue, 4 Nov 2008, Justin Piszcz wrote:
FYI:
$ lftp --version
LFTP | Version 3.7.4 | Copyright (c) 1996-2008 Alexander V. Lukyanov
lftp ftp.knoppix.nl:/> j
[0] queue (http://ftp.knoppix.nl)
Now executing: [1] mirror --parallel=3 -c .
[1] mirror --parallel=3 -c .
\mirror FreeBSD
\mirror CERT
\mirror advisories
FreeBSD/CERT/advisories: Getting files information (14%) [Waiting for
response...]
\mirror ImageMagick
ImageMagick: Getting files information (21%) [Waiting for
response...]
\mirror NetBSD
\transfer .mirror
`.mirror' at 151653496 (53%) 2.03M/s eta:60s [Receiving data]
lftp ftp.knoppix.nl:/> kill all
Segmentation fault (core dumped)
$
Program terminated with signal 11, Segmentation fault.
[New process 17989]
#0 0x000000000294c230 in ?? ()
(gdb) bt
#0 0x000000000294c230 in ?? ()
#1 0x0000000000446126 in ~FileAccessOperation (this=0x29544d0)
at FileAccess.h:461
#2 0x0000000000443cc5 in ~ListInfo (this=0x29544d0) at FileAccess.cc:954
#3 0x00000000004a5810 in ~GenericParseListInfo (this=0x29544d0)
at NetAccess.h:123
#4 0x00000000004b7314 in ~HttpListInfo (this=0x29544d0) at HttpDir.h:32
#5 0x000000000043e351 in SMTask::CollectGarbage () at SMTask.cc:206
#6 0x000000000040f351 in Job::KillAll () at Job.cc:207
#7 0x000000000041866f in cmd_kill (parent=0x228d360) at commands.cc:2165
#8 0x000000000041258a in CmdExec::exec_parsed_command (this=0x228d360)
at CmdExec.cc:225
#9 0x0000000000413e58 in CmdExec::Do (this=0x228d360) at CmdExec.cc:669
#10 0x000000000043e459 in SMTask::Schedule () at SMTask.cc:238
#11 0x000000000040dbbe in Job::WaitDone (this=0x228d360) at Job.cc:522
#12 0x0000000000408b50 in main (argc=1, argv=0x7fffabdb6248) at lftp.cc:466
(gdb)
Justin.