This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: How do I solve/work around "Resource temporarily unavailable"


Attached is a very simple makefile which demonstrates the problem. There's a leak either in make itself or in the spawning of subprocesses.

Beware! this will likely lock up your machine, or at the very least prevent you from launching any new processes.

Simply type "make" with this makefile in the same directory. It invokes another target defined within the makefile which does an "echo" a couple thousand times.

Attachment: makefile
Description: Binary data

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]