pinfo_mutex?

Roger Kuhlman rgr@rio.sci.ccny.cuny.edu
Sun Jun 22 16:59:00 GMT 1997


> 
> I am frequently getting the message:
> 
> cygwin: Cygwin32: Catastrophic fail - unable to Create pinfo_mutex              
> 
> when spawning shells (for autoconfiguration, make builds, etc.).
> Does anyone know what this is symptomatic of?  Does anyone know
> a way to fix it?
> 
> - Alex
> -
> For help on using this list (especially unsubscribing), send a message to
> "gnu-win32-request@cygnus.com" with one line of text: "help".
> 


There are two issues.

1) if you are using NT, or Win95 you are not going to get much joy with less
than 64mb real memory, and about another 64mb of swap when compiling
with recursive makes or recursive autoconfiguration schemes.
You also have to watch out with recursive operations that open files
and then spawn processes. I have occasionally had cross linking of
files when a spawn failed.

2) During recursive makes(makes that call make, the preproccessor, etc).
I have on three occasions had a general protection fault that brought about
an OS crash with a diagnostic screen--the equivalent of a Unix panic.
The filesystem came up dirty under those conditions, and I lost the 
files that were still in buffers when that happened.

	This is not really the fault of the gnuwin32 stuff.  This will
not occur on any Unix, even if the version of gnumake does not check 
load before doing a recursion(some of the older versions of gnumake did
produce process table full exceptions resulting in the orderly death of the  
calling process i.e. an exit from the loader).

	For your own sanity, use a -j 1 argument to make, and make sure
$MAKEFLAG is -j 1 in recursive calls. This assures that make will not
spawn unimpeded.
	Perhaps Microsoft can address the issue in Memphis and NT5.

	Good  Luck,
	Roger Kuhlman
	e-mail: rgr@rio.sci.ccny.cuny.edu
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".



More information about the Cygwin mailing list