From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eric Lilja Newsgroups: gmane.emacs.devel Subject: Re: emacs 23.0.60.1 built today (11th feb 2008) crashes under Vista Date: Thu, 14 Feb 2008 21:12:06 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1203019958 31556 80.91.229.12 (14 Feb 2008 20:12:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 14 Feb 2008 20:12:38 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 14 21:13:01 2008 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 1JPkS5-0006gB-FB for ged-emacs-devel@m.gmane.org; Thu, 14 Feb 2008 21:13:01 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JPkRb-0003Rb-Hd for ged-emacs-devel@m.gmane.org; Thu, 14 Feb 2008 15:12:31 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JPkRX-0003RE-Ao for emacs-devel@gnu.org; Thu, 14 Feb 2008 15:12:27 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JPkRU-0003R2-Tl for emacs-devel@gnu.org; Thu, 14 Feb 2008 15:12:26 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JPkRU-0003Qz-NB for emacs-devel@gnu.org; Thu, 14 Feb 2008 15:12:24 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JPkRU-0005aC-BH for emacs-devel@gnu.org; Thu, 14 Feb 2008 15:12:24 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JPkRI-0002vi-K7 for emacs-devel@gnu.org; Thu, 14 Feb 2008 20:12:12 +0000 Original-Received: from cust.fiber-lan.vnet.lk.85.194.49.108.stunet.se ([85.194.49.108]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 14 Feb 2008 20:12:12 +0000 Original-Received: from mindcooler by cust.fiber-lan.vnet.lk.85.194.49.108.stunet.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 14 Feb 2008 20:12:12 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 35 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: cust.fiber-lan.vnet.lk.85.194.49.108.stunet.se User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) In-Reply-To: X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:89099 Archived-At: Eli Zaretskii wrote: >> From: Eric Lilja >> Date: Thu, 14 Feb 2008 02:18:36 +0100 >> >> I am happy to report that Emacs does indeed not crash on Vista after >> reverting the changes to w32.c, using the method suggested by Juanma. >> Hopefully a proper fix (because I assume the changes I reverted have >> some purpose too) isn't too hard to do. > > Could you please compile the program below and run it on Vista with > some file name (a name of any existing file) as a single argument? > Then please post here everything it prints. That might give me enough > information to fix the code. > > Thanks. > I had to comment out #include to get it to compile under cygwin's gcc in mingw mode. Here's the output from both mingw and visual c++ 9: mingw: $ ./runme.exe source.c source.c: dflt=0 owner=Administrat÷rer grp=None domain=mindcool-laptop use=4 Ownr SID=S-1-5-32-544 0x1f01ff Grp SID=S-1-5-21-2313625805-1149499212-3830963393-513 0x1201ff vs9: $ ./source.exe ../../source.c ../../source.c: dflt=0 owner=Administrat÷rer grp=None domain=mindcool-laptop use=4 Ownr SID=S-1-5-32-544 0x1f01ff Grp SID=S-1-5-21-2313625805-1149499212-3830963393-513 0x1201ff