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: emacs 22.0.990, simple start-process crashes emacs on 64-bit Windows Date: Wed, 23 May 2007 10:07:22 +0300 Message-ID: References: <9302.1179875849@gemini.franz.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1179904075 8251 80.91.229.12 (23 May 2007 07:07:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 23 May 2007 07:07:55 +0000 (UTC) Cc: emacs-devel@gnu.org To: Kevin Layer Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 23 09:07:51 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Hqkwn-0004WE-Oj for ged-emacs-devel@m.gmane.org; Wed, 23 May 2007 09:07:50 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hqkwo-0006UF-KL for ged-emacs-devel@m.gmane.org; Wed, 23 May 2007 03:07:50 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hqkwl-0006UA-GY for emacs-devel@gnu.org; Wed, 23 May 2007 03:07:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hqkwk-0006Ty-FD for emacs-devel@gnu.org; Wed, 23 May 2007 03:07:47 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hqkwk-0006Tv-Ar for emacs-devel@gnu.org; Wed, 23 May 2007 03:07:46 -0400 Original-Received: from nitzan.inter.net.il ([213.8.233.22]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hqkwi-0006Dy-RZ for emacs-devel@gnu.org; Wed, 23 May 2007 03:07:45 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-9-138.inter.net.il [80.230.9.138]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id GUL53173 (AUTH halo1); Wed, 23 May 2007 10:07:20 +0300 (IDT) In-reply-to: <9302.1179875849@gemini.franz.com> (message from Kevin Layer on Tue, 22 May 2007 16:17:29 -0700) X-detected-kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) 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:71644 Archived-At: > Date: Tue, 22 May 2007 16:17:29 -0700 > From: Kevin Layer > > The emacs 22.0.990 was built on 32-bit XP Pro with MSVC 6.0 (w/sp6 (I > believe)). > > I ran this under windbg, and I got absolutely nowhere. I set a > breakpoint at Fstart_process and it never got there. windbg did say > the breakpoint was there and active. If the Emacs window disappears, it is also worthwhile to set a breakpoint in the function called when Emacs exits (`exit'?). > Here's what is on the stack after the emacs window disappears: > > ntdll!NtTerminateProcess+0xa Do you see something noteworthy in the Event Viewer (right-click on "My Computer", select "manage", then expand "Event Viewer" and look in the 3 categories of events it shows)? Also, can you check what is the exit code returned by emacs.exe to the parent shell (use %ERRORLEVEL%).