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: Wed, 07 Sep 2011 20:30:58 +0200 Message-ID: <4E67B862.9000309@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> <4E6610C1.8060205@gmx.at> <83bouxk3rl.fsf@gnu.org> <4E6669FC.1030909@gmx.at> <83d3fc70w4.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 1315420285 31301 80.91.229.12 (7 Sep 2011 18:31:25 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 7 Sep 2011 18:31:25 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 07 20:31:16 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 1R1Mu3-0002fb-4D for ged-emacs-devel@m.gmane.org; Wed, 07 Sep 2011 20:31:15 +0200 Original-Received: from localhost ([::1]:33426 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R1Mu2-0006CZ-Nw for ged-emacs-devel@m.gmane.org; Wed, 07 Sep 2011 14:31:14 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:44059) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R1Mtz-0006CJ-6K for emacs-devel@gnu.org; Wed, 07 Sep 2011 14:31:12 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R1Mtt-0006YH-Bu for emacs-devel@gnu.org; Wed, 07 Sep 2011 14:31:11 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:44819) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1R1Mts-0006Xm-KH for emacs-devel@gnu.org; Wed, 07 Sep 2011 14:31:05 -0400 Original-Received: (qmail invoked by alias); 07 Sep 2011 18:31:02 -0000 Original-Received: from 62-47-52-215.adsl.highway.telekom.at (EHLO [62.47.52.215]) [62.47.52.215] by mail.gmx.net (mp058) with SMTP; 07 Sep 2011 20:31:02 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1+Sg8cT/W+SSwxw3Lva/hP4U5aBE0JBv/iJCLlD/I zreLDOm9hFsf7d User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) In-Reply-To: <83d3fc70w4.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:143803 Archived-At: > Does it help to say "unset environment EMACSLOADPATH" at the GDB > prompt, before starting Emacs under the debugger? I'm afraid not: Current directory is c:/emacs/quickfixes/src/ GNU gdb 6.8 Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "i686-pc-mingw32"... SIGINT is used by the debugger. Are you sure you want to change it? (y or n) [answered Y; input not from terminal] DISPLAY = TERM = emacs (gdb) unset environment EMACSLOADPATH (gdb) run -Q Starting program: c:/emacs/quickfixes/bin/emacs.exe -Q [New thread 1356.0x66c] [New thread 1356.0x218] Breakpoint 1, w32_abort () at w32fns.c:7182 7182 button = MessageBox (NULL, (gdb) martin