bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#10674: 24.0.92; cmdproxy.exe fork-bomb


From: Eli Zaretskii
Subject: bug#10674: 24.0.92; cmdproxy.exe fork-bomb
Date: Tue, 07 Feb 2012 19:14:43 +0200

> Date: Tue, 07 Feb 2012 13:25:48 +0000
> From: Simon Morgan <sjm@spamcop.net>
> 
>      Breakpoint 1, main (argc=1, argv=0x9f2c00) at cmdproxy.c:566
>      566           DWORD err = GetLastError ();
>      (gdb) n
>      567           if (spawn (NULL, GetCommandLine (), dir, &rc))
>      (gdb) p err
>      $1 = 5

That's "Access denied".  The question is, why?

You said that copying cmdproxy.exe into a different directory made the
problem go away -- can you try to figure out what is it in this
particular directory that triggers the problem?  Is it the fact that
there are other executable files there? the particular location of the
directory in the directory tree hierarchy relative to the drive root?
or maybe the fact that there are sibling directories from the Emacs
distro? or does the directory have some special access rights (e.g.,
you unzipped the archive as a privileged user)?  If you unzip the
distribution again in another place, does the problem happen there as
well?

Btw, did you run addpm after unzipping the archive?  And which unzip
program did you use?

(I can program around "Access denied", but I'd like to try to
understand the cause before that.)

TIA





reply via email to

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