Path: csiph.com!goblin2!goblin1!goblin.stu.neva.ru!usenet.stanford.edu!not-for-mail From: Valentin Bajrami Newsgroups: gnu.bash.bug Subject: Re: Is this a bug? Date: Thu, 6 Aug 2020 23:27:24 +0200 Lines: 24 Approved: bug-bash@gnu.org Message-ID: References: <1361377909.989786.1596736417780.ref@mail.yahoo.com> <1361377909.989786.1596736417780@mail.yahoo.com> NNTP-Posting-Host: lists.gnu.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Trace: usenet.stanford.edu 1596749262 17221 209.51.188.17 (6 Aug 2020 21:27:42 GMT) X-Complaints-To: action@cs.stanford.edu Cc: bug-bash@gnu.org To: George R Goffe Envelope-to: bug-bash@gnu.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=294Lg286C24DK8gl3GLzN6YLLDNUNSql9YbZ1YkRbV4=; b=MyS1Or7XuHpqIoghxMlWFS/nIiwPEOfv3V4yVrFaUby9BHP2Z1TM0yWMjf2QEh6FZY vTedXl/39k+Fe3Z4bcTWV1SptmA6r0lKkzDpA67AQuNVAzeRyQo2flmhRsq+sNFgmWUt J6r9//RZ10Yz6+Ib64X7qgicDPXnqAVHjp1tmth5OGN78LRcFchwFxON0LAYUuRAmwhq 2Rx9O9O9Lgu8vKluEeXGKWuIlkXksw10w12/2FPxtYNYWdGC8FjMiudBms7VYnepHcsX 414QOFdKRcpJSXkJ2ZzKR7DEC4AA4jULHVwm8bsE7QEHCLbD4Ksy7bbtKRHWPFyaqMRI Imng== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=294Lg286C24DK8gl3GLzN6YLLDNUNSql9YbZ1YkRbV4=; b=Pr6EsyeFxqneg55jOE6IkUHXs/K7V8Eg3bDvF/ujhYGvhJw0Nfs6PKkGdgbI8Yoyw9 lgOdT3sYDpzS95KlA3rMATGF0IU8bSGAsjiwZpbtSBPAdwb8Z4Pk0aGieJk8HKvCMk6z szgqJsJhVly1ocz53azA57wGzUc1a87x/iuX8vXww0by0LHMBjZyI/9MysU7ywhQGNjD YuW22JT8Vkgg/rur7Z9SlV62D1KWUrP9s+YL4AB6uwv9mvRQg5CNyanXlmDEZEHsFMqT L3VDfdxmHXlVhcfonIradzUvkYjYaQRwlqqodabU+4f5aKAU1UuaOb/nAfe/MSP+R8fy mp8A== X-Gm-Message-State: AOAM531cZaGOdLTQVZaqEE0CYE7xfecODqJ5vWImV4TbSTW3kcbdZDWB rSnXYu14G+M6y5qLz5zCnvpUIuZn2teeQbY0YsM= X-Google-Smtp-Source: ABdhPJw+czB2ZX7Nk6vRZ/P6dH+CXsjeieOvF7eaEMek6K/EONi5MJM1PqaS6f5g6KN75vQj371LmqT7pQusLjzCCQc= X-Received: by 2002:aca:f207:: with SMTP id q7mr8547589oih.51.1596749257067; Thu, 06 Aug 2020 14:27:37 -0700 (PDT) In-Reply-To: <1361377909.989786.1596736417780@mail.yahoo.com> Received-SPF: pass client-ip=2607:f8b0:4864:20::235; envelope-from=valentin.bajrami@gmail.com; helo=mail-oi1-x235.google.com X-detected-operating-system: by eggs.gnu.org: No matching host in p0f cache. That's all we know. X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: bug-bash@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports for the GNU Bourne Again SHell List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: X-Mailman-Original-References: <1361377909.989786.1596736417780.ref@mail.yahoo.com> <1361377909.989786.1596736417780@mail.yahoo.com> Xref: csiph.com gnu.bash.bug:16727 Are you trying to run autocompletion on an nfs mount? Are you using ''ls'' to autocomplete and if so did you run \ls /path/to/dir .. ? Maybe worth to mention the bash version you are using. Op do 6 aug. 2020 19:53 schreef George R Goffe : > Hi, > > I apologize for bothering you with this question. > > I have several directories on a system with > 300k files. When I use > filename completion bash freezes for over a minute depending on the number > of files. I'm pretty sure that bash has to read the directory to do the > completion but the read appears to be uninterruptible. Is this a bug? > > Again, I apologize for bothering you with this. > > Best regards, > > George... > >