Hi,

 

users report this exception (device iPad 2, DEBUG build):
System.ExecutionEngineException: Couldn't create thread

 

No stack trace, nothing. I’m not creating (many) threads. From the logs I
can see that it happened while it was running a progress dialog. This means
I spawned _one_ thread but in the middle of its execution it got hit by the
exception above. So it wasn’t me creating another thread. 

For information: The progress threads I use are not created from the Thread
pool but user new Thread(). But only one at a time is running.

Does anybody have a clue what could cause this? I doubt it is my fault,
looks like something internal.

Maybe someon from Xamarin can have a look at the sources and find out what
is causing this exception?

 

René

 

_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to