unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Mohammed Imaduddin Humayun <m_huma01@uni-muenster.de>
Cc: 12587@debbugs.gnu.org
Subject: bug#12587: 24.2; Delayed startup, unresponsive Emacs in MS Windows when	netlogon	services is running in a domain
Date: Wed, 17 Oct 2012 18:14:34 +0200	[thread overview]
Message-ID: <83hapt2hzp.fsf@gnu.org> (raw)
In-Reply-To: <507E70B0.7000803@uni-muenster.de>

> Date: Wed, 17 Oct 2012 10:47:44 +0200
> From: Mohammed Imaduddin Humayun <m_huma01@uni-muenster.de>
> CC: Eli Zaretskii <eliz@gnu.org>
> 
> On 10/14/2012 4:53 PM, Eli Zaretskii wrote:
> > No, that's fine. I think the issue with CreateThread is a red herring 
> > anyway, sorry. The only additional information I'd like to see is the 
> > backtrace during the time between the instance the GUI shows up and 
> > the welcome screen. Thanks. 
> 
> Here it is:
> [...]
> Thread 1 (Thread 12476.0x1db0):
> #0 0x770f0542 in ntdll!RtlInitOutOfProcessMemoryStream ()
> from C:\Windows\SysWOW64\ntdll.dll
> #1 0x770f0542 in ntdll!RtlInitOutOfProcessMemoryStream ()
> from C:\Windows\SysWOW64\ntdll.dll
> #2 0x748775df in RPCRT4!NdrConformantVaryingArrayMarshall ()
> from C:\Windows\syswow64\rpcrt4.dll
> #3 0x40020000 in ?? ()
> #4 0x00caeff8 in ?? ()
> #5 0x74877a7f in RPCRT4!NdrConformantVaryingArrayMarshall ()
> from C:\Windows\syswow64\rpcrt4.dll
> #6 0x00caeff8 in ?? ()
> #7 0x74877982 in RPCRT4!NdrConformantVaryingArrayMarshall ()
> from C:\Windows\syswow64\rpcrt4.dll
> #8 0x00cc7e98 in ?? ()
> #9 0x74880071 in RPCRT4!I_RpcEnableWmiTrace ()
> from C:\Windows\syswow64\rpcrt4.dll
> #10 0x0088d890 in ?? ()
> #11 0x74877391 in RPCRT4!NdrConformantVaryingArrayMarshall ()
> from C:\Windows\syswow64\rpcrt4.dll
> #12 0x0088d8bc in ?? ()
> #13 0x7487804b in UuidCreateNil () from C:\Windows\syswow64\rpcrt4.dll
> #14 0x7487801a in UuidCreateNil () from C:\Windows\syswow64\rpcrt4.dll
> #15 0x75540d3e in SECHOST!LsaLookupGetDomainInfo ()
> from C:\Windows\SysWOW64\sechost.dll
> #16 0x755345e8 in ?? () from C:\Windows\SysWOW64\sechost.dll
> #17 0x75540966 in SECHOST!LsaLookupTranslateNames ()
> from C:\Windows\SysWOW64\sechost.dll
> #18 0x75540a4c in SECHOST!LsaLookupTranslateSids ()
> from C:\Windows\SysWOW64\sechost.dll
> #19 0x7554030b in SECHOST!LookupAccountNameLocalW ()
> from C:\Windows\SysWOW64\sechost.dll
> #20 0x7554050c in SECHOST!LookupAccountSidLocalA ()
> from C:\Windows\SysWOW64\sechost.dll
> #21 0x76771e1b in LookupAccountSidW () from C:\Windows\syswow64\advapi32.dll
> #22 0x010572d7 in lookup_account_sid (lpSystemName=0x0, Sid=0xcba790,
> Name=0x88e2af "wéÜ‚t \002", cbName=0x88e2a8,
> DomainName=0x88dea8 "<Þ\210", cbDomainName=0x88dea4, peUse=0x88e3b0)
> at w32.c:495
> #23 0x0105b343 in get_name_and_id (psd=0xcba760,
> fname=0x88e450 "c:\\emacs-24.2.50\\info\\", id=0x88e6d4, nm=0x88e7f4 "",
> what=2) at w32.c:3437
> #24 0x0105b43c in get_file_owner_and_group (psd=0xcba760,
> fname=0x88e450 "c:\\emacs-24.2.50\\info\\", st=0x88e6c0) at w32.c:3467
> #25 0x0105b91c in stat_worker (path=0x164a5c2 "\\emacs-24.2.50\\info\\",
> buf=0x88e6c0, follow_symlinks=1) at w32.c:3689
> #26 0x0105bf49 in stat (path=0x367e1bc "c:/emacs-24.2.50/info/", 
> buf=0x88e6c0) at w32.c:3865
> #27 0x01067a18 in Ffile_exists_p (filename=60362113) at fileio.c:2506

Thanks, this is the same issue as your first backtrace.

So now I'm sure that the calls to 'stat' to find out whether files
exist are the culprit, and I hope that due to the changes I made in
the development sources, which avoid calling 'stat' for this purpose,
the next release of Emacs will be free of this problem.

If you can afford it, please try the next development snapshot that
will appear here:

  http://alpha.gnu.org/gnu/emacs/windows/

I will wait for you or someone else to try a recent snapshot and
report the results, before I close the bug.

Thanks again for your efforts in this matter.






  reply	other threads:[~2012-10-17 16:14 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-06 10:05 bug#12587: 24.2; Delayed startup, unresponsive Emacs in MS Windows when netlogon services is running in a domain Mohammed Imaduddin Humayun
2012-10-06 17:40 ` Eli Zaretskii
2012-10-07 10:12   ` Mohammed Imaduddin Humayun
2012-10-07 11:02     ` Eli Zaretskii
2012-10-08  8:49       ` Mohammed Imaduddin Humayun
2012-10-08  9:15         ` Eli Zaretskii
2012-10-08 14:34           ` Mohammed Imaduddin Humayun
2012-10-08 15:47             ` Eli Zaretskii
2012-10-12 15:27               ` Eli Zaretskii
2012-10-14 13:03                 ` Mohammed Imaduddin Humayun
2012-10-14 14:53                   ` Eli Zaretskii
2012-10-17  8:47                     ` Mohammed Imaduddin Humayun
2012-10-17 16:14                       ` Eli Zaretskii [this message]
2014-02-05  2:11                         ` Lars Ingebrigtsen
2014-02-05  3:50                           ` Eli Zaretskii
2014-02-05  8:54                             ` Mohammed Imaduddin Humayun

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=83hapt2hzp.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=12587@debbugs.gnu.org \
    --cc=m_huma01@uni-muenster.de \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).