Bugzilla – Bug 323371
Problems with thread handles
Last modified: 2008-03-28 15:52:15 UTC
---- Reported by lluis@ximian.com 2007-01-30 21:03:14 MST ---- After some time running MonoDevelop I got this crash: ** (MonoDevelop:22334): WARNING **: CreateThread: error creating thread handle ** (MonoDevelop:22334): WARNING **: CreateThread: error creating thread handle Unhandled Exception: System.ExecutionEngineException: Couldn't create thread at <0x00000> <unknown method> at (wrapper managed-to-native) System.Object:__icall_wrapper_mono_delegate_begin_invoke (object,intptr) at (wrapper delegate-begin-invoke) System.MulticastDelegate:begin_invoke_IAsyncResult_object_AsyncCallback_object (object,System.AsyncCallback,object) at System.Threading.ThreadPool.QueueUserWorkItem (System.Threading.WaitCallback callback, System.Object state) [0x00000] at System.Threading.ThreadPool.RegisterWaitForSingleObject (System.Threading.WaitHandle waitObject, System.Threading.WaitOrTimerCallback callBack, System.Object state, Int64 millisecondsTimeOutInterval, Boolean executeOnlyOnce) [0x00000] at System.Threading.ThreadPool.RegisterWaitForSingleObject (System.Threading.WaitHandle waitObject, System.Threading.WaitOrTimerCallback callBack, System.Object state, TimeSpan timeout, Boolean executeOnlyOnce) [0x00000] at System.Runtime.Remoting.Lifetime.Lease.CheckNextSponsor () [0x00000] at System.Runtime.Remoting.Lifetime.Lease.UpdateState () [0x00000] at (wrapper remoting-invoke-with-check) System.Runtime.Remoting.Lifetime.Lease:UpdateState () at System.Runtime.Remoting.Lifetime.LeaseManager.ManageLeases (System.Object state) [0x00000] at (wrapper delegate-invoke) System.MulticastDelegate:invoke_void_object (object) at System.Threading.Timer+Runner.Start () [0x00000] at (wrapper delegate-invoke) System.MulticastDelegate:invoke_void () I'm going to attach the output of mono --wapi=hps. ---- Additional Comments From lluis@ximian.com 2007-01-30 21:05:16 MST ---- Created an attachment (id=171369) Output of mono --wapi=hps just after the crash Imported an attachment (id=171369) Unknown operating system unknown. Setting to default OS "Other".
I think this is a dup of 321772 *** This bug has been marked as a duplicate of bug 321772 ***