Created
February 15, 2013 18:36
-
-
Save kumpera/4962355 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2013-02-15 13:33:43.473 corlib_testbed[93770:c07] *** -[NSAutoreleasePool release]: This pool has already been released, do not drain it (double release). | |
| Unhandled Exception: | |
| System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Threading.ThreadAbortException: Thread was being aborted | |
| at (wrapper managed-to-native) System.Threading.Monitor:try_enter_with_atomic_var (object,int,bool&) | |
| at System.Threading.Monitor.TryEnter (System.Object obj, Int32 millisecondsTimeout, System.Boolean& lockTaken) [0x00041] in /Users/kumpera/src/monotouch/master-30/mono/mcs/class/corlib/System.Threading/Monitor.cs:224 | |
| at System.Threading.Monitor.Enter (System.Object obj, System.Boolean& lockTaken) [0x00000] in /Users/kumpera/src/monotouch/master-30/mono/mcs/class/corlib/System.Threading/Monitor.cs:198 | |
| at (wrapper unknown) System.Threading.Monitor:FastMonitorEnterV4 (object,bool&) | |
| at MonoTouch.ObjCRuntime.Runtime.RegisterNSObject (MonoTouch.Foundation.NSObject obj, IntPtr ptr) [0x00001] in /Users/kumpera/src/monotouch/master-30/monotouch/src/ObjCRuntime/Runtime.cs:206 | |
| at MonoTouch.Foundation.NSObject.InitializeObject (Boolean alloced) [0x000be] in /Users/kumpera/src/monotouch/master-30/monotouch/src/Foundation/NSObject.cs:87 | |
| at MonoTouch.Foundation.NSObject..ctor (MonoTouch.Foundation.NSObjectFlag x) [0x0000e] in /Users/kumpera/src/monotouch/master-30/monotouch/src/shared/Foundation/NSObject2.cs:70 | |
| at MonoTouch.Foundation.NSAutoreleasePool..ctor () [0x00000] in /Users/kumpera/src/monotouch/master-30/monotouch/src/shared/Foundation/NSAutoreleasePool.cs:39 | |
| at (wrapper managed-to-native) System.Reflection.MonoCMethod:InternalInvoke (System.Reflection.MonoCMethod,object,object[],System.Exception&) | |
| at System.Reflection.MonoCMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x000a9] in /Users/kumpera/src/monotouch/master-30/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:524 | |
| --- End of inner exception stack trace --- | |
| at System.Reflection.MonoCMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x000be] in /Users/kumpera/src/monotouch/master-30/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:530 | |
| at System.Reflection.MonoCMethod.Invoke (BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in /Users/kumpera/src/monotouch/master-30/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:542 | |
| at System.Reflection.ConstructorInfo.Invoke (System.Object[] parameters) [0x0000e] in /Users/kumpera/src/monotouch/master-30/mono/mcs/class/corlib/System.Reflection/ConstructorInfo.cs:62 | |
| at System.Threading.Thread.GetNSAutoreleasePool () [0x0002b] in /Users/kumpera/src/monotouch/master-30/mono/mcs/class/corlib/System.Threading/Thread.cs:710 | |
| at System.Threading.Thread.StartInternal () [0x00000] in /Users/kumpera/src/monotouch/master-30/mono/mcs/class/corlib/System.Threading/Thread.cs:715 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment