all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eric Lilja <mindcooler@gmail.com>
To: emacs-devel@gnu.org
Subject: Re: emacs 23.0.60.1 built today (11th feb 2008) crashes under Vista
Date: Sun, 17 Feb 2008 16:47:16 +0100	[thread overview]
Message-ID: <fp9ku1$65m$1@ger.gmane.org> (raw)
In-Reply-To: <E1JQl91-00078u-FI@fencepost.gnu.org>

Eli Zaretskii wrote:
>> From: Eric Lilja <mindcooler@gmail.com>
>> 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

Hope I got this right:
(gdb) n
405       if (s_pfn_Get_Sid_Sub_Authority_Count == NULL)
(gdb) p ((SID *)pSid)->Revision
$1 = 1 '\001'
(gdb) p ((SID *)pSid)->SubAuthorityCount
$2 = 5 '\005'
(gdb) p ((SID *)pSid)->SubAuthority@7
$3 = {{21}, {2313625805}, {1149499212}, {3830963393}, {1000}, 
{59246848}, {8579528}}
(gdb)

> 
> 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.
> 
> 
> 

I will have to get back to you on that one, I'm not familiar with 
setting up other users under Vista. In fact, I'm not very familiar with 
Vista at all. I just got the laptop that came with it.
However, I am running XP using an administrator account.

Hope this information helps in the meantime.

- Eric





  reply	other threads:[~2008-02-17 15:47 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-11 12:11 emacs 23.0.60.1 built today (11th feb 2008) crashes under Vista Eric Lilja
2008-02-11 12:26 ` Jason Rumney
2008-02-11 12:30   ` Eric Lilja
2008-02-11 12:40     ` Jason Rumney
2008-02-11 12:48       ` Eric Lilja
2008-02-11 12:51         ` Jason Rumney
2008-02-11 13:10           ` Eric Lilja
2008-02-11 21:52             ` Eli Zaretskii
2008-02-11 22:57               ` Eric Lilja
2008-02-12  4:14                 ` Eli Zaretskii
2008-02-12  9:49                   ` Eric Lilja
2008-02-13 20:22                     ` Eli Zaretskii
2008-02-13 22:57                       ` Eric Lilja
2008-02-14  0:03                         ` Juanma Barranquero
2008-02-14  0:44                           ` Eric Lilja
2008-02-14  0:54                             ` Juanma Barranquero
2008-02-14  1:06                               ` Eric Lilja
2008-02-14  1:18                                 ` Eric Lilja
2008-02-14  8:32                                   ` Jason Rumney
2008-02-14 19:59                                     ` Eli Zaretskii
2008-02-14 19:47                                   ` Eli Zaretskii
2008-02-14 20:12                                     ` Eric Lilja
2008-02-14 21:44                                       ` Eli Zaretskii
2008-02-16 17:07                                         ` Eli Zaretskii
2008-02-16 22:10                                           ` Eric Lilja
2008-02-17  4:23                                             ` Eli Zaretskii
2008-02-17 13:09                                               ` Eric Lilja
2008-02-17 15:09                                                 ` Eli Zaretskii
2008-02-17 15:47                                                   ` Eric Lilja [this message]
2008-02-17 15:51                                                     ` Eric Lilja
2008-02-17 16:48                                                       ` Eli Zaretskii
2008-02-17 16:46                                                     ` Eli Zaretskii
2008-02-17 16:59                                                       ` Eric Lilja
2008-02-14  0:57                             ` Kenichi Handa
2008-02-12 17:45                   ` Richard Stallman
2008-02-14 21:10 ` Eric Hanchrow

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='fp9ku1$65m$1@ger.gmane.org' \
    --to=mindcooler@gmail.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.