I tried to paste set -a | grep -i regex but I miss-pasted and it asked me
for the password, I hit control-c to get out of it and...
lftp [EMAIL PROTECTED]:/public> lftp [EMAIL PROTECTED]:/public> set -a | grep
-i regex
Password:
(i hit control-c because it was a miss-paste, and bam, core dump)
Segmentation fault (core dumped)
[EMAIL PROTECTED]:homedir$
Did it again just to make sure it was not a one-time thing.
[EMAIL PROTECTED]:homedir$ lftp
lftp :~> open bookmarked_ftp
lftp [EMAIL PROTECTED]:~> cd /public
lftp [EMAIL PROTECTED]:/public> lftp [EMAIL PROTECTED]:/public> set -a | grep
-i regex
Password:
Segmentation fault (core dumped)
[EMAIL PROTECTED]:homedir$
And the backtrace:
#0 0x00002ac7c1beda20 in ?? () from /lib/libc.so.6
(gdb) bt
#0 0x00002ac7c1beda20 in ?? () from /lib/libc.so.6
#1 0x0000000000414884 in Ref<FDStream>::operator= (this=0x71c3e0, p=0x0)
at Ref.h:38
#2 0x00000000004205d0 in CmdExec::parse_one_cmd (this=0x71c350)
at parsecmd.cc:58
#3 0x0000000000413a8c in CmdExec::Do (this=0x71c350) at CmdExec.cc:643
#4 0x0000000000440395 in SMTask::Schedule () at SMTask.cc:226
#5 0x000000000040d888 in Job::WaitDone (this=0x71c350) at Job.cc:522
#6 0x0000000000408291 in main (argc=1, argv=0x7fffea4a5948) at lftp.cc:466
(gdb)
$ lftp --version
LFTP | Version 3.6.3 | Copyright (c) 1996-2008 Alexander V. Lukyanov