Skip to content

Instantly share code, notes, and snippets.

@Parmendrak
Created February 19, 2015 11:49
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 Parmendrak/2abce84f4bcdca20e295 to your computer and use it in GitHub Desktop.
Save Parmendrak/2abce84f4bcdca20e295 to your computer and use it in GitHub Desktop.
Xamarin.iOS: USING STAGING SERVER FOR ACTIVATION
Please ensure your device is connected...
Connected to: iPhone
Launching /private/var/mobile/Containers/Bundle/Application/CACDBE0A-58CF-40C4-BF1C-13AF4D4A855C/ReproApp.app -monodevelop-port 10000 -connection-mode usb
Loaded assembly: /private/var/mobile/Containers/Bundle/Application/CACDBE0A-58CF-40C4-BF1C-13AF4D4A855C/ReproApp.app/.monotouch-64/Xamarin.iOS.dll
Thread started: Finalizer #2
Loaded assembly: /private/var/mobile/Containers/Bundle/Application/CACDBE0A-58CF-40C4-BF1C-13AF4D4A855C/ReproApp.app/.monotouch-64/System.Core.dll
Loaded assembly: /private/var/mobile/Containers/Bundle/Application/CACDBE0A-58CF-40C4-BF1C-13AF4D4A855C/ReproApp.app/.monotouch-64/ReproApp.exe
2015-02-19 17:17:36.796 ReproApp[301:47513] BSXPCMessage received error for message: Connection interrupted
2015-02-19 17:17:40.395 ReproApp[301:47511] critical: Stacktrace:
2015-02-19 17:17:40.395 ReproApp[301:47511] critical: at <unknown> <0xffffffff>
2015-02-19 17:17:40.396 ReproApp[301:47511] critical: at (wrapper managed-to-native) CoreFoundation.CFObject.CFRelease (intptr) <0xffffffff>
2015-02-19 17:17:40.396 ReproApp[301:47511] critical: at CoreMedia.CMFormatDescription.Dispose (bool) [0x00015] in /Developer/MonoTouch/Source/maccore/src/CoreMedia/CMFormatDescription.cs:74
2015-02-19 17:17:40.396 ReproApp[301:47511] critical: at CoreMedia.CMFormatDescription.Finalize () [0x00000] in /Developer/MonoTouch/Source/maccore/src/CoreMedia/CMFormatDescription.cs:58
2015-02-19 17:17:40.397 ReproApp[301:47511] critical: at (wrapper runtime-invoke) object.runtime_invoke_virtual_void__this__ (object,intptr,intptr,intptr) <0xffffffff>
2015-02-19 17:17:40.397 ReproApp[301:47511] critical:
Native stacktrace:
2015-02-19 17:17:40.414 ReproApp[301:47511] critical: 0 ReproApp 0x00000001001bab50 mono_handle_native_sigsegv + 268
2015-02-19 17:17:40.414 ReproApp[301:47511] critical: 1 ReproApp 0x00000001001c4990 mono_sigsegv_signal_handler + 316
2015-02-19 17:17:40.415 ReproApp[301:47511] critical: 2 libsystem_platform.dylib 0x000000019691c95c _sigtramp + 68
2015-02-19 17:17:40.415 ReproApp[301:47511] critical: 3 CoreFoundation 0x0000000185881228 CFRelease + 524
2015-02-19 17:17:40.415 ReproApp[301:47511] critical: 4 ReproApp 0x000000010008f2b0 wrapper_managed_to_native_CoreFoundation_CFObject_CFRelease_intptr + 96
2015-02-19 17:17:40.415 ReproApp[301:47511] critical: 5 ReproApp 0x000000010005d338 CoreMedia_CMFormatDescription_Dispose_bool + 72
2015-02-19 17:17:40.415 ReproApp[301:47511] critical: 6 ReproApp 0x000000010005d264 CoreMedia_CMFormatDescription_Finalize + 36
2015-02-19 17:17:40.416 ReproApp[301:47511] critical: 7 ReproApp 0x00000001001494f4 wrapper_runtime_invoke_object_runtime_invoke_virtual_void__this___object_intptr_intptr_intptr + 84
2015-02-19 17:17:40.416 ReproApp[301:47511] critical: 8 ReproApp 0x00000001001e87f8 mono_gc_run_finalize + 464
2015-02-19 17:17:40.416 ReproApp[301:47511] critical: 9 ReproApp 0x000000010022e7cc mono_gc_invoke_finalizers + 332
2015-02-19 17:17:40.416 ReproApp[301:47511] critical: 10 ReproApp 0x00000001001e9698 finalizer_thread + 448
2015-02-19 17:17:40.417 ReproApp[301:47511] critical: 11 ReproApp 0x00000001002528dc start_wrapper + 432
2015-02-19 17:17:40.417 ReproApp[301:47511] critical: 12 ReproApp 0x0000000100266f48 inner_start_thread + 192
2015-02-19 17:17:40.417 ReproApp[301:47511] critical: 13 libsystem_pthread.dylib 0x0000000196923e80 <redacted> + 164
2015-02-19 17:17:40.417 ReproApp[301:47511] critical: 14 libsystem_pthread.dylib 0x0000000196923ddc <redacted> + 0
2015-02-19 17:17:40.417 ReproApp[301:47511] critical: 15 libsystem_pthread.dylib 0x0000000196920fb0 thread_start + 4
2015-02-19 17:17:40.418 ReproApp[301:47511] critical:
=================================================================
Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment