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: Abort when creating frame Date: Mon, 05 Sep 2011 22:29:51 +0300 Message-ID: <83hb4qkcsw.fsf@gnu.org> References: <4E64FD1B.2090002@gmx.at> <83k49mkip0.fsf@gnu.org> <83ipp6ki96.fsf@gnu.org> <4E650D91.50506@gmx.at> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1315251058 31456 80.91.229.12 (5 Sep 2011 19:30:58 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 5 Sep 2011 19:30:58 +0000 (UTC) Cc: emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 05 21:30:54 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1R0esf-0004Cy-Kn for ged-emacs-devel@m.gmane.org; Mon, 05 Sep 2011 21:30:53 +0200 Original-Received: from localhost ([::1]:55622 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R0esf-0002yo-45 for ged-emacs-devel@m.gmane.org; Mon, 05 Sep 2011 15:30:53 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:56540) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R0esc-0002yX-0c for emacs-devel@gnu.org; Mon, 05 Sep 2011 15:30:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R0esZ-0004AY-IN for emacs-devel@gnu.org; Mon, 05 Sep 2011 15:30:49 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:34789) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R0esZ-00049s-9P for emacs-devel@gnu.org; Mon, 05 Sep 2011 15:30:47 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0LR200200E09D700@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Mon, 05 Sep 2011 22:29:47 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([84.229.83.44]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LR2002OEE5M5FB0@a-mtaout20.012.net.il>; Mon, 05 Sep 2011 22:29:47 +0300 (IDT) In-reply-to: <4E650D91.50506@gmx.at> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.166 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:143765 Archived-At: > Date: Mon, 05 Sep 2011 19:57:37 +0200 > From: martin rudalics > CC: emacs-devel@gnu.org > > > Nope, cannot reproduce this. Emacs starts OK for me, and displays > > both the initial frame and HELLO correctly. If I set a breakpoint in > > bidi_initialize, I see a non-nil value being returned by > > uniprop_table. > > It comes up normally here too and I can view HELLO. But it aborts when > run under the debugger. Under the debugger, does it abort before completely displaying the initial frame? Or is that frame already displayed when it aborts? Also, what version of the debugger do you have? And how did you configure Emacs? what options to configure.bat did you use? > > Do you have a good uni-mirrored.el file in lisp/international? What > > is its size? > > No idea. It has 9342 bytes. That's the size I have here. > > Could it be that bootstrapping somehow messed up that > > file? > > How would I tell? Recreate it? I'm bootstrapping a clean tree and will see if I can find out something that way.