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: Wed, 28 Apr 2010 20:18:37 +0300 Message-ID: <83eihzxzpu.fsf@gnu.org> References: <87sk6jpu49.fsf@gmail.com> <83mxwrzeha.fsf@gnu.org> <87iq7eh2sj.fsf@gmail.com> <83fx2iyvml.fsf@gnu.org> <874oixgvau.fsf@gmail.com> <83tyqwye3x.fsf@gnu.org> <87vdbcfbo3.fsf@gmail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1272475131 24904 80.91.229.12 (28 Apr 2010 17:18:51 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 28 Apr 2010 17:18:51 +0000 (UTC) Cc: emacs-devel@gnu.org To: zwz Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 28 19:18:49 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 1O7AuO-0005W9-Fb for ged-emacs-devel@m.gmane.org; Wed, 28 Apr 2010 19:18:48 +0200 Original-Received: from localhost ([127.0.0.1]:51526 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O7AuN-0008J6-Pv for ged-emacs-devel@m.gmane.org; Wed, 28 Apr 2010 13:18:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O7AuJ-0008Im-Hy for emacs-devel@gnu.org; Wed, 28 Apr 2010 13:18:43 -0400 Original-Received: from [140.186.70.92] (port=56615 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O7AuH-0008IZ-6r for emacs-devel@gnu.org; Wed, 28 Apr 2010 13:18:43 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O7AuC-00014b-RP for emacs-devel@gnu.org; Wed, 28 Apr 2010 13:18:41 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:39446) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O7Au8-00012y-0p for emacs-devel@gnu.org; Wed, 28 Apr 2010 13:18:36 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0L1L00400K0DZQ00@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Wed, 28 Apr 2010 20:18:30 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([77.127.125.239]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L1L004AYK2SQJ10@a-mtaout20.012.net.il>; Wed, 28 Apr 2010 20:18:29 +0300 (IDT) In-reply-to: <87vdbcfbo3.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:124304 Archived-At: > From: zwz > Date: Wed, 28 Apr 2010 12:23:08 +0800 > > > What does this show: > > > > (gdb) thread 1 > > (gdb) bt 5 full > > I tried this one. But still no function arguments. > However this time the debug info is a little different: You are deeper in the stack, so you need more than 5 in the bt command. I'm not sure what this means. Emacs crashes deep inside Windows system libraries, for some reason I cannot grok.