[Mono-bugs] [Bug 80683][Nor] New - Problems with thread handles
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Jan 30 21:03:15 EST 2007
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by lluis at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=80683
--- shadow/80683 2007-01-30 21:03:15.000000000 -0500
+++ shadow/80683.tmp.23658 2007-01-30 21:03:15.000000000 -0500
@@ -0,0 +1,53 @@
+Bug#: 80683
+Product: Mono: Runtime
+Version: 1.2
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: io-layer
+AssignedTo: dick at ximian.com
+ReportedBy: lluis at ximian.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Problems with thread handles
+
+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.
More information about the mono-bugs
mailing list