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

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

bug#13079: 24.3.50; Emacs cannot create subprocess


From: Li Zhai
Subject: bug#13079: 24.3.50; Emacs cannot create subprocess
Date: Thu, 6 Dec 2012 09:58:19 +0800

I got it. The maximize number of calling mktemp is 42 if we don't
remove the temporary em* files.

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?





reply via email to

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