GNU bug report logs -
#13079
24.3.50; Emacs cannot create subprocess
Previous Next
Reported by: Li Zhai <mrzhaili <at> gmail.com>
Date: Tue, 4 Dec 2012 10:17:02 UTC
Severity: normal
Found in version 24.3.50
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #20 received at 13079 <at> debbugs.gnu.org (full text, mbox):
> Date: Thu, 6 Dec 2012 09:58:19 +0800
> From: Li Zhai <mrzhaili <at> gmail.com>
> Cc: 13079 <at> debbugs.gnu.org
>
> I got it. The maximize number of calling mktemp is 42 if we don't
> remove the temporary em* files.
Yes.
> I found a very interesting discuss about the limit of mktemp on windows.
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47439
>
> They implement a new mktemp function to walk around the limit on the
> number of concurrently open files.
>
> Can we implement our mktemp functions instead of using microsoft's stuff?
But that will just push the limit farther. It will not fix the
underlying fundamental problem of not deleting temporary files in this
case. Since Emacs is typically run for long periods of time, sooner
or later the problem will strike anyway.
This bug report was last modified 12 years and 219 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.