Skip to content

Instantly share code, notes, and snippets.

@Rajneesh360Logica
Created February 19, 2015 16:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Rajneesh360Logica/789183d72f10caa7c5e6 to your computer and use it in GitHub Desktop.
Save Rajneesh360Logica/789183d72f10caa7c5e6 to your computer and use it in GitHub Desktop.
Xamarin.iOS: USING STAGING SERVER FOR ACTIVATION
Starting iPhone 4s
Launching application
Application launched. PID = 5783
Press enter to terminate the application
>Loaded assembly: /Users/MM/Library/Developer/CoreSimulator/Devices/93B12D12-E26E-4883-B875-1353D4B4B7D2/data/Containers/Bundle/Application/4282EE03-A132-4EF2-84CD-948382041785/AddObserverTest.app/Xamarin.iOS.dll [External]
Loaded assembly: /Users/MM/Library/Developer/CoreSimulator/Devices/93B12D12-E26E-4883-B875-1353D4B4B7D2/data/Containers/Bundle/Application/4282EE03-A132-4EF2-84CD-948382041785/AddObserverTest.app/System.dll [External]
Loaded assembly: /Users/MM/Library/Developer/CoreSimulator/Devices/93B12D12-E26E-4883-B875-1353D4B4B7D2/data/Containers/Bundle/Application/4282EE03-A132-4EF2-84CD-948382041785/AddObserverTest.app/AddObserverTest.exe
Loaded assembly: /Users/MM/Library/Developer/CoreSimulator/Devices/93B12D12-E26E-4883-B875-1353D4B4B7D2/data/Containers/Bundle/Application/4282EE03-A132-4EF2-84CD-948382041785/AddObserverTest.app/System.Xml.dll [External]
Loaded assembly: /Users/MM/Library/Developer/CoreSimulator/Devices/93B12D12-E26E-4883-B875-1353D4B4B7D2/data/Containers/Bundle/Application/4282EE03-A132-4EF2-84CD-948382041785/AddObserverTest.app/System.Core.dll [External]
Loaded assembly: /Users/MM/Library/Developer/CoreSimulator/Devices/93B12D12-E26E-4883-B875-1353D4B4B7D2/data/Containers/Bundle/Application/4282EE03-A132-4EF2-84CD-948382041785/AddObserverTest.app/Mono.Dynamic.Interpreter.dll [External]
2015-02-19 22:27:22.746 AddObserverTest[5783:165873] Unhandled managed exception: Objective-C exception thrown. Name: NSRangeException Reason: Cannot remove an observer <__XamarinObjectObserver 0x7a1d1210> for the key path "Bounds" from <__XamarinObjectObserver 0x7a1d1210> because it is not registered as an observer. (Foundation.MonoTouchException)
at ObjCRuntime.Runtime.ThrowNSException (IntPtr ns_exception) [0x00000] in /Developer/MonoTouch/Source/maccore/src/ObjCRuntime/Runtime.cs:156
at ObjCRuntime.Runtime.throw_ns_exception (IntPtr exc) [0x00000] in /Developer/MonoTouch/Source/maccore/runtime/Delegates.generated.cs:100
at (wrapper native-to-managed) ObjCRuntime.Runtime:throw_ns_exception (intptr)
at (wrapper managed-to-native) ObjCRuntime.Messaging:void_objc_msgSend_IntPtr_IntPtr_IntPtr (intptr,intptr,intptr,intptr,intptr)
at Foundation.NSObject.RemoveObserver (Foundation.NSObject observer, Foundation.NSString keyPath, IntPtr context) [0x00033] in /Developer/MonoTouch/Source/monotouch/src/build/native/Foundation/NSObject.g.cs:440
at Foundation.NSObject+Observer.Dispose (Boolean disposing) [0x00006] in /Developer/MonoTouch/Source/maccore/src/Foundation/NSObject2.cs:833
at Foundation.NSObject.Dispose () [0x00000] in /Developer/MonoTouch/Source/maccore/src/Foundation/NSObject2.cs:131
at AddObserverTest.AppDelegate.FinishedLaunching (UIKit.UIApplication app, Foundation.NSDictionary options) [0x00054] in /Users/MM/Downloads/AddObserverTest/AppDelegate.cs:31
at (wrapper managed-to-native) UIKit.UIApplication:UIApplicationMain (int,string[],intptr,intptr)
at UIKit.UIApplication.Main (System.String[] args, IntPtr principal, IntPtr delegate) [0x00005] in /Developer/MonoTouch/Source/monotouch/src/UIKit/UIApplication.cs:62
at UIKit.UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName) [0x00038] in /Developer/MonoTouch/Source/monotouch/src/UIKit/UIApplication.cs:46
at AddObserverTest.Application.Main (System.String[] args) [0x00008] in /Users/MM/Downloads/AddObserverTest/Main.cs:17
2015-02-19 22:27:22.747 AddObserverTest[5783:165873] critical: Stacktrace:
2015-02-19 22:27:22.748 AddObserverTest[5783:165873] critical:
Native stacktrace:
2015-02-19 22:27:23.132 AddObserverTest[5783:165873] critical: 0 AddObserverTest 0x0015c627 mono_handle_native_sigsegv + 311
2015-02-19 22:27:23.132 AddObserverTest[5783:165873] critical: 1 AddObserverTest 0x001684fa sigabrt_signal_handler + 122
2015-02-19 22:27:23.132 AddObserverTest[5783:165873] critical: 2 libsystem_platform.dylib 0x07ab1deb _sigtramp + 43
2015-02-19 22:27:23.132 AddObserverTest[5783:165873] critical: 3 ??? 0xffffffff 0x0 + 4294967295
2015-02-19 22:27:23.133 AddObserverTest[5783:165873] critical: 4 libsystem_sim_c.dylib 0x07830a5a abort + 156
2015-02-19 22:27:23.133 AddObserverTest[5783:165873] critical: 5 AddObserverTest 0x002f160f xamarin_unhandled_exception_handler + 287
2015-02-19 22:27:23.133 AddObserverTest[5783:165873] critical: 6 AddObserverTest 0x0015ce9b mono_invoke_unhandled_exception_hook + 91
2015-02-19 22:27:23.133 AddObserverTest[5783:165873] critical: 7 AddObserverTest 0x0015be8d mono_handle_exception_internal + 6685
2015-02-19 22:27:23.134 AddObserverTest[5783:165873] critical: 8 AddObserverTest 0x0015a469 mono_handle_exception + 41
2015-02-19 22:27:23.134 AddObserverTest[5783:165873] critical: 9 AddObserverTest 0x000f40a8 mono_x86_throw_exception + 136
2015-02-19 22:27:23.134 AddObserverTest[5783:165873] critical: 10 ??? 0x142a0e57 0x0 + 338300503
2015-02-19 22:27:23.134 AddObserverTest[5783:165873] critical: 11 ??? 0x1679e770 0x0 + 377087856
2015-02-19 22:27:23.134 AddObserverTest[5783:165873] critical: 12 ??? 0x143d3e6c 0x0 + 339557996
2015-02-19 22:27:23.135 AddObserverTest[5783:165873] critical: 13 AddObserverTest 0x002efe80 xamarin_throw_ns_exception + 32
2015-02-19 22:27:23.135 AddObserverTest[5783:165873] critical: 14 AddObserverTest 0x002f1da2 exception_handler + 178
2015-02-19 22:27:23.135 AddObserverTest[5783:165873] critical: 15 CoreFoundation 0x007b1d80 __handleUncaughtException + 832
2015-02-19 22:27:23.135 AddObserverTest[5783:165873] critical: 16 libobjc.A.dylib 0x07448d3d _ZL15_objc_terminatev + 100
2015-02-19 22:27:23.136 AddObserverTest[5783:165873] critical: 17 libc++abi.dylib 0x07af6cf0 _ZSt11__terminatePFvvE + 14
2015-02-19 22:27:23.136 AddObserverTest[5783:165873] critical: 18 libc++abi.dylib 0x07af6922 __cxa_rethrow + 103
2015-02-19 22:27:23.136 AddObserverTest[5783:165873] critical: 19 libobjc.A.dylib 0x07448c38 objc_exception_rethrow + 47
2015-02-19 22:27:23.136 AddObserverTest[5783:165873] critical: 20 Foundation 0x00ddd495 -[NSObject(NSKeyValueObserverRegistration) removeObserver:forKeyPath:context:] + 269
2015-02-19 22:27:23.137 AddObserverTest[5783:165873] critical: 21 ??? 0x1679e6e4 0x0 + 377087716
2015-02-19 22:27:23.137 AddObserverTest[5783:165873] critical: 22 ??? 0x1679e58c 0x0 + 377087372
2015-02-19 22:27:23.137 AddObserverTest[5783:165873] critical: 23 ??? 0x1679e3af 0x0 + 377086895
2015-02-19 22:27:23.137 AddObserverTest[5783:165873] critical: 24 ??? 0x1679e319 0x0 + 377086745
2015-02-19 22:27:23.137 AddObserverTest[5783:165873] critical: 25 ??? 0x1679c73f 0x0 + 377079615
2015-02-19 22:27:23.138 AddObserverTest[5783:165873] critical: 26 ??? 0x1679c961 0x0 + 377080161
2015-02-19 22:27:23.138 AddObserverTest[5783:165873] critical: 27 AddObserverTest 0x0018d885 mono_jit_runtime_invoke + 725
2015-02-19 22:27:23.138 AddObserverTest[5783:165873] critical: 28 AddObserverTest 0x0022b0af mono_runtime_invoke + 127
2015-02-19 22:27:23.138 AddObserverTest[5783:165873] critical: 29 AddObserverTest 0x002fb02b xamarin_trampoline + 5147
2015-02-19 22:27:23.138 AddObserverTest[5783:165873] critical: 30 UIKit 0x030cd97c -[UIApplication _handleDelegateCallbacksWithOptions:isSuspended:restoreState:] + 291
2015-02-19 22:27:23.139 AddObserverTest[5783:165873] critical: 31 UIKit 0x030ce687 -[UIApplication _callInitializationDelegatesForMainScene:transitionContext:] + 2869
2015-02-19 22:27:23.139 AddObserverTest[5783:165873] critical: 32 UIKit 0x030d1c0d -[UIApplication _runWithMainScene:transitionContext:completion:] + 1639
2015-02-19 22:27:23.139 AddObserverTest[5783:165873] critical: 33 UIKit 0x030ea7d0 __84-[UIApplication _handleApplicationActivationWithScene:transitionContext:completion:]_block_invoke + 59
2015-02-19 22:27:23.139 AddObserverTest[5783:165873] critical: 34 UIKit 0x030d081f -[UIApplication workspaceDidEndTransaction:] + 155
2015-02-19 22:27:23.140 AddObserverTest[5783:165873] critical: 35 FrontBoardServices 0x0abe69de __37-[FBSWorkspace clientEndTransaction:]_block_invoke_2 + 71
2015-02-19 22:27:23.140 AddObserverTest[5783:165873] critical: 36 FrontBoardServices 0x0abe646f __40-[FBSWorkspace _performDelegateCallOut:]_block_invoke + 54
2015-02-19 22:27:23.140 AddObserverTest[5783:165873] critical: 37 FrontBoardServices 0x0abf8425 __31-[FBSSerialQueue performAsync:]_block_invoke + 26
2015-02-19 22:27:23.140 AddObserverTest[5783:165873] critical: 38 CoreFoundation 0x006d51c0 __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 16
2015-02-19 22:27:23.141 AddObserverTest[5783:165873] critical: 39 CoreFoundation 0x006caad3 __CFRunLoopDoBlocks + 195
2015-02-19 22:27:23.141 AddObserverTest[5783:165873] critical: 40 CoreFoundation 0x006ca238 __CFRunLoopRun + 936
2015-02-19 22:27:23.141 AddObserverTest[5783:165873] critical: 41 CoreFoundation 0x006c9bcb CFRunLoopRunSpecific + 443
2015-02-19 22:27:23.141 AddObserverTest[5783:165873] critical: 42 CoreFoundation 0x006c99fb CFRunLoopRunInMode + 123
2015-02-19 22:27:23.141 AddObserverTest[5783:165873] critical: 43 UIKit 0x030d01e4 -[UIApplication _run] + 571
2015-02-19 22:27:23.142 AddObserverTest[5783:165873] critical: 44 UIKit 0x030d38b6 UIApplicationMain + 1526
2015-02-19 22:27:23.142 AddObserverTest[5783:165873] critical: 45 ??? 0x167963d8 0x0 + 377054168
2015-02-19 22:27:23.142 AddObserverTest[5783:165873] critical: 46 ??? 0x167961d8 0x0 + 377053656
2015-02-19 22:27:23.142 AddObserverTest[5783:165873] critical: 47 ??? 0x16794438 0x0 + 377046072
2015-02-19 22:27:23.142 AddObserverTest[5783:165873] critical: 48 ??? 0x167941c4 0x0 + 377045444
2015-02-19 22:27:23.143 AddObserverTest[5783:165873] critical: 49 ??? 0x1679431a 0x0 + 377045786
2015-02-19 22:27:23.143 AddObserverTest[5783:165873] critical: 50 AddObserverTest 0x0018d885 mono_jit_runtime_invoke + 725
2015-02-19 22:27:23.143 AddObserverTest[5783:165873] critical: 51 AddObserverTest 0x0022b0af mono_runtime_invoke + 127
2015-02-19 22:27:23.143 AddObserverTest[5783:165873] critical: 52 AddObserverTest 0x0022fee1 mono_runtime_exec_main + 401
2015-02-19 22:27:23.143 AddObserverTest[5783:165873] critical: 53 AddObserverTest 0x0022fc8a mono_runtime_run_main + 682
2015-02-19 22:27:23.144 AddObserverTest[5783:165873] critical: 54 AddObserverTest 0x000ebf1d mono_jit_exec + 93
2015-02-19 22:27:23.144 AddObserverTest[5783:165873] critical: 55 AddObserverTest 0x002edb74 xamarin_main + 2500
2015-02-19 22:27:23.144 AddObserverTest[5783:165873] critical: 56 AddObserverTest 0x00304165 main + 117
2015-02-19 22:27:23.144 AddObserverTest[5783:165873] critical: 57 libdyld.dylib 0x07786ac9 start + 1
2015-02-19 22:27:23.144 AddObserverTest[5783:165873] critical: 58 ??? 0x00000003 0x0 + 3
2015-02-19 22:27:23.144 AddObserverTest[5783:165873] critical:
=================================================================
Got a SIGABRT while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================
Application Terminated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment