* pinfo.cc (pinfo::init): Put back accidentally removed debug_printf.
This commit is contained in:
		| @@ -1,3 +1,7 @@ | ||||
| 2005-07-29  Christopher Faylor  <cgf@timesys.com> | ||||
|  | ||||
| 	* pinfo.cc (pinfo::init): Put back accidentally removed debug_printf. | ||||
|  | ||||
| 2005-07-29  Arto Huusko  <arto.huusko@wmdata.fi> | ||||
|  | ||||
| 	* cygthread.cc (cygthread::simplestub): Wait for h to be filled out | ||||
|   | ||||
| @@ -233,6 +233,7 @@ pinfo::init (pid_t n, DWORD flag, HANDLE h0) | ||||
| 	    case ERROR_INVALID_ADDRESS: | ||||
| 	      mapaddr = NULL; | ||||
| 	    } | ||||
| 	  debug_printf ("MapViewOfFileEx h0 %p, i %d failed, %E", h0, i); | ||||
| 	  low_priority_sleep (0); | ||||
| 	  continue; | ||||
| 	} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user