From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: might a bug in ido-mode Date: Sun, 25 Apr 2010 19:25:21 +0300 Message-ID: <83mxwrzeha.fsf@gnu.org> References: <87sk6jpu49.fsf@gmail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1272212769 17747 80.91.229.12 (25 Apr 2010 16:26:09 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 25 Apr 2010 16:26:09 +0000 (UTC) Cc: emacs-devel@gnu.org To: zwz Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Apr 25 18:26:08 2010 connect(): No such file or directory Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1O64ek-0003KY-9y for ged-emacs-devel@m.gmane.org; Sun, 25 Apr 2010 18:26:06 +0200 Original-Received: from localhost ([127.0.0.1]:38212 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O64ej-0000DX-Ib for ged-emacs-devel@m.gmane.org; Sun, 25 Apr 2010 12:26:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O64e1-0008K7-GM for emacs-devel@gnu.org; Sun, 25 Apr 2010 12:25:21 -0400 Original-Received: from [140.186.70.92] (port=51860 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O64e0-0008JQ-6c for emacs-devel@gnu.org; Sun, 25 Apr 2010 12:25:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O64dy-0006es-S4 for emacs-devel@gnu.org; Sun, 25 Apr 2010 12:25:20 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:63037) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O64dy-0006ef-KU for emacs-devel@gnu.org; Sun, 25 Apr 2010 12:25:18 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0L1F00600XIETP00@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Sun, 25 Apr 2010 19:25:17 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([77.124.71.78]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L1F00JSZXM4HWO0@a-mtaout20.012.net.il>; Sun, 25 Apr 2010 19:25:17 +0300 (IDT) In-reply-to: <87sk6jpu49.fsf@gmail.com> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:124196 Archived-At: > From: zwz > Date: Sun, 25 Apr 2010 20:57:42 +0800 > > I found a problem that crashes emacs. > The problem seems a little random, but I produced it twice by: > > 1. start the emacs: emacs -q > 2. eval the elisp code below in the scratch buffer: > > (setq ido-save-directory-list-file "~/.emacs.d/.ido.last" > ido-create-new-buffer 'always > ido-enable-flex-matching t > ido-enable-tramp-completion t) > (ido-mode t) > > 3. C-x C-f, and input a file name like "main.c". > Wait a second, while the the ido-mode is looking for "main.c", hit > the keys C-j (if no problem, then a buffer "main.c" is created) > 4. do 3 again, with the same file name in the same directory. > When you hit C-j during the ido-mode's searching, emacs crashes! > (maybe you have to try more times to get the problem) FWIW, I cannot reproduce this on my machine. Can you run Emacs under GDB and when it crashes, show the backtrace?