During a (the start of) a "queue mirror", I ran: kill all

lftp [EMAIL PROTECTED]:/> kill all
---- Closing data socket
---- Closing control socket
SMTask(0x27c6f00).running=1
SMTask stack: (nil) 0x719500 0x71b670; current=0x27c6f00
Aborted (core dumped)

$ lftp --version
LFTP | Version 3.6.2 | Copyright (c) 1996-2007 Alexander V. Lukyanov

I am using lftp --with-ssl --with-debug:

$ gdb lftp ./core

Core was generated by `lftp'.
Program terminated with signal 6, Aborted.
#0  0x00002aca8d344fd5 in raise () from /lib/libc.so.6
(gdb) bt
#0  0x00002aca8d344fd5 in raise () from /lib/libc.so.6
#1  0x00002aca8d346a30 in abort () from /lib/libc.so.6
#2  0x00000000004408b3 in ~SMTask (this=0x27c6f00) at SMTask.cc:116
#3  0x00000000004484c2 in ~FileAccessOperation (this=0x27c6f00)
    at FileAccess.h:475
#4  0x0000000000445b20 in ~ListInfo (this=0x27c6f00) at FileAccess.cc:948
#5  0x000000000048a4fb in ~GenericParseListInfo (this=0x27c6f00)
    at NetAccess.h:123
#6 0x000000000048a531 in ~FtpListInfo (this=0x27c6f00) at FtpListInfo.h:29
#7  0x000000000043bd6e in ~Ref (this=0x27a4438) at Ref.h:37
#8  0x00000000004348b1 in ~MirrorJob (this=0x27a4350) at MirrorJob.cc:1144
#9  0x00000000004402e9 in SMTask::CollectGarbage () at SMTask.cc:194
#10 0x000000000040f013 in Job::KillAll () at Job.cc:207
#11 0x00000000004184fc in cmd_kill (parent=0x71b670) at commands.cc:2161
#12 0x0000000000412344 in CmdExec::exec_parsed_command (this=0x71b670)
    at CmdExec.cc:223
#13 0x0000000000413bd9 in CmdExec::Do (this=0x71b670) at CmdExec.cc:667
#14 0x00000000004403f1 in SMTask::Schedule () at SMTask.cc:226
#15 0x000000000040d898 in Job::WaitDone (this=0x71b670) at Job.cc:522
#16 0x00000000004082a1 in main (argc=1, argv=0x7fff1ea1e3f8) at lftp.cc:466
(gdb)

This has happened in earlier versions too but I never had debug enabled to get a good backtrace.

Justin.

Reply via email to