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 06:23:17 +0200 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1203222212 8076 80.91.229.12 (17 Feb 2008 04:23:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 17 Feb 2008 04:23:32 +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 05:23:56 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 1JQb4F-00020Y-8B for ged-emacs-devel@m.gmane.org; Sun, 17 Feb 2008 05:23:55 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JQb3k-0001sd-Pk for ged-emacs-devel@m.gmane.org; Sat, 16 Feb 2008 23:23:24 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JQb3h-0001qy-2I for emacs-devel@gnu.org; Sat, 16 Feb 2008 23:23:21 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JQb3f-0001oL-5g for emacs-devel@gnu.org; Sat, 16 Feb 2008 23:23:20 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JQb3e-0001o3-UX for emacs-devel@gnu.org; Sat, 16 Feb 2008 23:23:18 -0500 Original-Received: from nitzan.inter.net.il ([213.8.233.22]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JQb3e-0005kw-Kc for emacs-devel@gnu.org; Sat, 16 Feb 2008 23:23:18 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-29-113.inter.net.il [80.230.29.113]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id JEQ01908 (AUTH halo1); Sun, 17 Feb 2008 06:20:50 +0200 (IST) In-reply-to: (message from Eric Lilja on Sat, 16 Feb 2008 23:10:23 +0100) X-detected-kernel: by monty-python.gnu.org: 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:89314 Archived-At: > From: Eric Lilja > Date: Sat, 16 Feb 2008 23:10:23 +0100 > > Eli Zaretskii wrote: > >> Date: Thu, 14 Feb 2008 23:44:36 +0200 > >> From: Eli Zaretskii > >> Cc: emacs-devel@gnu.org > >> > >> Thanks, I will try to fix w32.c when I have time, hopefully soon. > > > > Could you please try again with the latest version in CVS? > > > > > > > > Still crashes I'm afraid. Hmm... there's something I'm missing here, obviously. Could you please again step through the call to get_sid_sub_authority_count, and print the value of pSid at each step? The command "display/x pSid" should do that; please type this command as soon as you step into get_sid_sub_authority_count, and then continue with the "next" command until the crash. I also need the to see value of user_token.User.Sid inside init_user_info, immediately before the call to get_sid_sub_authority_count. Thanks, and sorry for the mess.