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 14:23:29 +0200 Message-ID: <4E6610C1.8060205@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> <4E65C459.5030904@gmx.at> <4E65E661.3050608@gmx.at> 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 1315313259 7644 80.91.229.12 (6 Sep 2011 12:47:39 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 6 Sep 2011 12:47:39 +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 14:47:35 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 1R0v3v-00041S-Gp for ged-emacs-devel@m.gmane.org; Tue, 06 Sep 2011 14:47:35 +0200 Original-Received: from localhost ([::1]:34795 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R0v3s-0007gW-OY for ged-emacs-devel@m.gmane.org; Tue, 06 Sep 2011 08:47:32 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:55972) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R0v3q-0007gA-4d for emacs-devel@gnu.org; Tue, 06 Sep 2011 08:47:31 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R0ugh-0000gu-5L for emacs-devel@gnu.org; Tue, 06 Sep 2011 08:25:12 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:59606) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1R0ugg-0000gf-BA for emacs-devel@gnu.org; Tue, 06 Sep 2011 08:23:34 -0400 Original-Received: (qmail invoked by alias); 06 Sep 2011 12:23:32 -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 (mp040) with SMTP; 06 Sep 2011 14:23:32 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX18xWZdic/IxORGD4P7q8fmRwKQeiXr02vKP86G3qS cytlDHTkY/cgHd User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) In-Reply-To: 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:143777 Archived-At: > ... or put a breakpoint in Finsert_file_contents, which > load-with-code-conversion eventually calls, and see why that fails. Fine. I now know what happens but don't understand why. I'm running the debugger from an older emacs and `insert-file-contents' loads uni-mirrored.el from the directory of _that_ emacs. This also explains why I see the abort only when running under gdb. If I run gdb from the new emacs, the debugged emacs starts as expected. Thanks for helping so far, but I suppose something must be fixed here. martin