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: fatal error: 22.0.50.1 mingw on Compaq Armada E500 Date: Sat, 04 Mar 2006 12:22:57 +0200 Message-ID: References: <007601c63a3f$f638b520$2aa69f04@qwest> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1141472141 12306 80.91.229.2 (4 Mar 2006 11:35:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 4 Mar 2006 11:35:41 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 04 12:35:39 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FFV2l-0001Te-B2 for ged-emacs-devel@m.gmane.org; Sat, 04 Mar 2006 12:35:27 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FFV2o-0006UY-8Z for ged-emacs-devel@m.gmane.org; Sat, 04 Mar 2006 06:35:30 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FFTuo-0005hF-0G for emacs-devel@gnu.org; Sat, 04 Mar 2006 05:23:10 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FFTui-0005cH-Fu for emacs-devel@gnu.org; Sat, 04 Mar 2006 05:23:07 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FFTuh-0005bY-SV for emacs-devel@gnu.org; Sat, 04 Mar 2006 05:23:04 -0500 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FFTwY-00029J-Kt for emacs-devel@gnu.org; Sat, 04 Mar 2006 05:24:58 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-83-130-200-134.inter.net.il [83.130.200.134]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id DRH52675 (AUTH halo1); Sat, 4 Mar 2006 12:22:57 +0200 (IST) Original-To: eminmn@peoplepc.com In-reply-to: <007601c63a3f$f638b520$2aa69f04@qwest> (eminmn@peoplepc.com) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:51153 Archived-At: > From: > Date: Sat, 25 Feb 2006 13:16:19 -0600 > > After installing under msw2000 on this machine, I try > runemacs --debug-init. Emacs abort dialog pops up with "A fatal error has > occurred! Would you like to attach a debugger... " There is not enough > room on this machine to install cygwin or similar. Is there a version of > gdb that runs under win2000? Thank you for your report. If this Emacs is a native Windows port (as opposed to the Cygwin port), _and_ if it was compiled by the MinGW GCC compiler (as opposed to the Microsoft Visual C), then you can find a version of GDB that can debug it here: http://www.mingw.org/download.shtml You can find out how was Emacs built by typing "M-x emacs-version RET". > I have this version running fairly well on a Compaq desktop under > w2000 and a generic desktop running w98. Only Emacs 21.3 runs on the > Armada. Any suggestions? Without knowing where it crashes, it's hard to suggest anything intelligent.