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: Tue, 06 Sep 2011 08:57:29 +0200 Message-ID: <4E65C459.5030904@gmx.at> References: <4E64FD1B.2090002@gmx.at> <83k49mkip0.fsf@gnu.org> <83ipp6ki96.fsf@gnu.org> <4E650D91.50506@gmx.at> <83hb4qkcsw.fsf@gnu.org> <4E65307A.6040406@gmx.at> <83ehzujsak.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 1315292265 27253 80.91.229.12 (6 Sep 2011 06:57:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 6 Sep 2011 06:57:45 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 06 08:57:41 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 1R0pbI-0004Sy-KK for ged-emacs-devel@m.gmane.org; Tue, 06 Sep 2011 08:57:40 +0200 Original-Received: from localhost ([::1]:59689 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R0pbI-0005ti-1C for ged-emacs-devel@m.gmane.org; Tue, 06 Sep 2011 02:57:40 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:48793) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R0pbF-0005tS-6J for emacs-devel@gnu.org; Tue, 06 Sep 2011 02:57:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R0pbE-00064L-4p for emacs-devel@gnu.org; Tue, 06 Sep 2011 02:57:37 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:38732) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1R0pbD-000645-K5 for emacs-devel@gnu.org; Tue, 06 Sep 2011 02:57:36 -0400 Original-Received: (qmail invoked by alias); 06 Sep 2011 06:57:33 -0000 Original-Received: from 62-47-47-155.adsl.highway.telekom.at (EHLO [62.47.47.155]) [62.47.47.155] by mail.gmx.net (mp068) with SMTP; 06 Sep 2011 08:57:33 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1+VTnIBoEmVMlL4O8Y+fqEDHf8hqeJvn2n5hfwX3p uVbCqVzbd2EwwW User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) In-Reply-To: <83ehzujsak.fsf@gnu.org> X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:143772 Archived-At: >> I get the same behavior with a build from about two weeks ago and a >> correspondingly different file. > > Again, only under GDB? Yes. I get a crash with a certain scenario and in order to investigate that crash I want to run emacs under the debugger. Unfortunately, I do not get very far there. > Does it help to load uni-mirrored.el explicitly, as in "run -l > ../lisp/international/uni-mirrored.el" from GDB prompt to run Emacs > (assuming you run GDB from the src directory)? gdb --args c:/emacs/quickfixes/bin/emacs.exe -l c:/emacs/quickfixes/lisp/international/uni-mirrored.el or gdb --args c:/emacs/quickfixes/bin/emacs.exe -l ../lisp/international/uni-mirrored.el give the same backtrace. > Anyway, it looks like Emacs is unable to load uni-mirrored.el, I get > the same crash if I rename the file. So perhaps put a breakpoint in > Fload and see what's going on there when it tries to load > uni-mirrored.el. How? I don't know when it tries to load uni-mirrored.el. martin