Bug 323371 (MONO80683) - Problems with thread handles
Summary: Problems with thread handles
Status: RESOLVED DUPLICATE of bug 321772
Alias: MONO80683
Product: Mono: Runtime
Classification: Mono
Component: io-layer (show other bugs)
Version: 1.2
Hardware: Other Other
: P3 - Medium : Normal
Target Milestone: ---
Assignee: Dick Porter
QA Contact: Mono Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-31 04:03 UTC by Lluis Sanchez
Modified: 2008-03-28 15:52 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
Output of mono --wapi=hps just after the crash (353.87 KB, text/plain)
2007-01-31 04:05 UTC, Thomas Wiest
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Wiest 2007-09-15 20:25:01 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".

Comment 1 Dick Porter 2008-03-28 15:52:15 UTC
I think this is a dup of 321772

*** This bug has been marked as a duplicate of bug 321772 ***