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 05:54:27 +0200

> Date: Mon, 06 Feb 2012 22:22:22 +0000
> From: Simon Morgan <sjm@spamcop.net>
> CC: 10674@debbugs.gnu.org
> 
> (gdb) p i
> $1 = 33
> (gdb) p j
> $2 = 0
> (gdb) p k
> $3 = 0
> (gdb) p err
> $4 = 4885256

This means GetShortPathName fails, and the error code doesn't make any
sense.  Are you sure you stopped _after_ this line:

      DWORD err = GetLastError ();

?

Anyway, if GetShortPathName fails, I will try to come up with a fix
that works at least when path and module are either both short or both
long file names.





reply via email to

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