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 23.0.60.1 built today (11th feb 2008) crashes under Vista Date: Sun, 17 Feb 2008 10:09:31 -0500 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1203260986 373 80.91.229.12 (17 Feb 2008 15:09:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 17 Feb 2008 15:09:46 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eric Lilja Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 17 16:10:09 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 1JQl9c-0002iC-6U for ged-emacs-devel@m.gmane.org; Sun, 17 Feb 2008 16:10:08 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JQl97-00040S-PK for ged-emacs-devel@m.gmane.org; Sun, 17 Feb 2008 10:09:37 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JQl93-000400-N2 for emacs-devel@gnu.org; Sun, 17 Feb 2008 10:09:33 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JQl92-0003zS-3X for emacs-devel@gnu.org; Sun, 17 Feb 2008 10:09:33 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JQl92-0003zP-0f for emacs-devel@gnu.org; Sun, 17 Feb 2008 10:09:32 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JQl91-0000va-T2 for emacs-devel@gnu.org; Sun, 17 Feb 2008 10:09:32 -0500 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1JQl91-00078u-FI; Sun, 17 Feb 2008 10:09:31 -0500 In-reply-to: (message from Eric Lilja on Sun, 17 Feb 2008 14:09:33 +0100) 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:89351 Archived-At: > From: Eric Lilja > Date: Sun, 17 Feb 2008 14:09:33 +0100 > > 405 if (s_pfn_Get_Sid_Sub_Authority_Count == NULL) > 1: /x pSid = 0x82ea68 > (gdb) n > 409 return (s_pfn_Get_Sid_Sub_Authority_Count (pSid)); > 1: /x pSid = 0x82ea68 At this point, i.e. _before_ line 409, please type these commands, and tell me what they printed: p ((SID *)pSid)->Revision p ((SID *)pSid)->SubAuthorityCount p *((SID *)pSid)->SubAuthority@7 Also, I see that you run Emacs on the Vista as administrator. Could you please try running it as an ordinary user, and see if it still crashes? For that matter, does it work on XP if you run Emacs as administrator? Thanks again for helping me debug this.