emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: emacs 23.0.60.1 built today (11th feb 2008) crashes under Vista


From: Eli Zaretskii
Subject: Re: emacs 23.0.60.1 built today (11th feb 2008) crashes under Vista
Date: Sun, 17 Feb 2008 10:09:31 -0500

> From: Eric Lilja <address@hidden>
> 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)->address@hidden

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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]