From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: Abort when creating frame Date: Mon, 05 Sep 2011 19:57:37 +0200 Message-ID: <4E650D91.50506@gmx.at> References: <4E64FD1B.2090002@gmx.at> <83k49mkip0.fsf@gnu.org> <83ipp6ki96.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1315245484 28413 80.91.229.12 (5 Sep 2011 17:58:04 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 5 Sep 2011 17:58:04 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 05 19:57:58 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 1R0dQk-0000LG-C1 for ged-emacs-devel@m.gmane.org; Mon, 05 Sep 2011 19:57:58 +0200 Original-Received: from localhost ([::1]:60381 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R0dQj-0004Q8-JW for ged-emacs-devel@m.gmane.org; Mon, 05 Sep 2011 13:57:57 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:46288) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R0dQf-0004Pd-VA for emacs-devel@gnu.org; Mon, 05 Sep 2011 13:57:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R0dQe-00015z-IW for emacs-devel@gnu.org; Mon, 05 Sep 2011 13:57:53 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:35047) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1R0dQe-00015X-1X for emacs-devel@gnu.org; Mon, 05 Sep 2011 13:57:52 -0400 Original-Received: (qmail invoked by alias); 05 Sep 2011 17:57:50 -0000 Original-Received: from 62-47-42-228.adsl.highway.telekom.at (EHLO [62.47.42.228]) [62.47.42.228] by mail.gmx.net (mp036) with SMTP; 05 Sep 2011 19:57:50 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1+c7B0WldCc8A/sllNZJdqACT4sTY9Sk/Tr510x7a NX+OXF94M2E5ZM User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) In-Reply-To: <83ipp6ki96.fsf@gnu.org> X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 213.165.64.22 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:143763 Archived-At: > 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. > Do you have a good uni-mirrored.el file in lisp/international? What > is its size? No idea. It has 9342 bytes. > Could it be that bootstrapping somehow messed up that > file? How would I tell? martin