Skip to content

Instantly share code, notes, and snippets.

@atin360
Created June 4, 2013 06:05
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 atin360/7cc2e3e57f9af1329e4f to your computer and use it in GitHub Desktop.
Save atin360/7cc2e3e57f9af1329e4f to your computer and use it in GitHub Desktop.
Xamarin.iOS: USING STAGING SERVER FOR ACTIVATION
Starting iOS simulator 6.1
Launching application
Application launched. PID = 911
Loaded assembly: /Users/imac/Library/Application Support/iPhone Simulator/6.1/Applications/830C9125-7EBF-45B8-89FA-71CEFB2F8ACB/CustomPropertyAnimation.app/monotouch.dll [External]
Loaded assembly: /Users/imac/Library/Application Support/iPhone Simulator/6.1/Applications/830C9125-7EBF-45B8-89FA-71CEFB2F8ACB/CustomPropertyAnimation.app/System.Core.dll [External]
Loaded assembly: /Users/imac/Library/Application Support/iPhone Simulator/6.1/Applications/830C9125-7EBF-45B8-89FA-71CEFB2F8ACB/CustomPropertyAnimation.app/System.dll [External]
Thread started: #2
Loaded assembly: /Users/imac/Library/Application Support/iPhone Simulator/6.1/Applications/830C9125-7EBF-45B8-89FA-71CEFB2F8ACB/CustomPropertyAnimation.app/CustomPropertyAnimation.exe
Loaded assembly: /Users/imac/Library/Application Support/iPhone Simulator/6.1/Applications/830C9125-7EBF-45B8-89FA-71CEFB2F8ACB/CustomPropertyAnimation.app/Mono.Security.dll [External]
Loaded assembly: /Users/imac/Library/Application Support/iPhone Simulator/6.1/Applications/830C9125-7EBF-45B8-89FA-71CEFB2F8ACB/CustomPropertyAnimation.app/System.Xml.dll [External]
Stacktrace:
at (wrapper managed-to-native) MonoTouch.UIKit.UIApplication.UIApplicationMain (int,string[],intptr,intptr) <IL 0x0009f, 0xffffffff>
at MonoTouch.UIKit.UIApplication.Main (string[],string,string) [0x0004c] in /Developer/MonoTouch/Source/monotouch/src/UIKit/UIApplication.cs:38
at CustomPropertyAnimation.AppDelegate.Main (string[]) [0x00000] in /Users/imac/Desktop/4th June/monotouch-samples-master/CustomPropertyAnimation/AppDelegate.cs:70
at (wrapper runtime-invoke) <Module>.runtime_invoke_void_object (object,intptr,intptr,intptr) <IL 0x00050, 0xffffffff>
Native stacktrace:
0 CustomPropertyAnimation 0x0007cc9c mono_handle_native_sigsegv + 284
1 CustomPropertyAnimation 0x00004fe8 mono_sigsegv_signal_handler + 248
2 libsystem_c.dylib 0x9513b8cb _sigtramp + 43
3 ??? 0xffffffff 0x0 + 4294967295
4 CustomPropertyAnimation 0x001e7e81 monotouch_trampoline + 4353
5 QuartzCore 0x02cf5ff8 CA_valueForKey + 616
6 QuartzCore 0x02cf6775 CAObject_valueForKey + 133
7 QuartzCore 0x02ce0ec1 -[CALayer valueForKey:] + 58
8 QuartzCore 0x02cf7df5 CAObject_valueForKeyPath + 77
9 QuartzCore 0x02ce113d -[CALayer valueForKeyPath:] + 24
10 QuartzCore 0x02cc9a61 -[CABasicAnimation applyForTime:presentationObject:modelObject:] + 404
11 QuartzCore 0x02ce76e1 _ZN2CA5Layer13layer_at_timeEPNS_11TransactionEdbb + 1139
12 QuartzCore 0x02ce7811 _ZN2CA5Layer17layer_being_drawnEPNS_11TransactionEj + 147
13 QuartzCore 0x02cea955 _ZL16backing_callbackP9CGContextPv + 74
14 QuartzCore 0x02bfc697 CABackingStoreUpdate_ + 2703
15 QuartzCore 0x02cea83c _ZN2CA5Layer8display_Ev + 1406
16 QuartzCore 0x02cea9ba -[CALayer _display] + 33
17 QuartzCore 0x02cea2b6 _ZN2CA5Layer7displayEv + 152
18 QuartzCore 0x02cea994 -[CALayer display] + 33
19 QuartzCore 0x02cdf0e2 _ZN2CA5Layer17display_if_neededEPNS_11TransactionE + 328
20 QuartzCore 0x02cdf15c _ZN2CA5Layer28layout_and_display_if_neededEPNS_11TransactionE + 38
21 QuartzCore 0x02c5d0bc _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 324
22 QuartzCore 0x02c5e227 _ZN2CA11Transaction6commitEv + 395
23 QuartzCore 0x02d00b50 +[CATransaction flush] + 52
24 UIKit 0x0184899f -[UIApplication _reportAppLaunchFinished] + 39
25 UIKit 0x01849481 -[UIApplication _runWithURL:payload:launchOrientation:statusBarStyle:statusBarHidden:] + 2139
26 UIKit 0x0185a2b5 -[UIApplication handleEvent:withNewEvent:] + 1022
27 UIKit 0x0185b1eb -[UIApplication sendEvent:] + 85
28 UIKit 0x0184cc98 _UIApplicationHandleEvent + 9874
29 GraphicsServices 0x04e9adf9 _PurpleEventCallback + 339
30 GraphicsServices 0x04e9aad0 PurpleEventCallback + 46
31 CoreFoundation 0x03fbdbf5 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 53
32 CoreFoundation 0x03fbd962 __CFRunLoopDoSource1 + 146
33 CoreFoundation 0x03feebb6 __CFRunLoopRun + 2118
34 CoreFoundation 0x03fedf44 CFRunLoopRunSpecific + 276
35 CoreFoundation 0x03fede1b CFRunLoopRunInMode + 123
36 UIKit 0x0184877a -[UIApplication _run] + 774
37 UIKit 0x0184a5fc UIApplicationMain + 1211
38 ??? 0x0efbb98d 0x0 + 251378061
39 ??? 0x0efb97f0 0x0 + 251369456
40 ??? 0x0efb9470 0x0 + 251368560
41 ??? 0x0efb95c6 0x0 + 251368902
42 CustomPropertyAnimation 0x00009212 mono_jit_runtime_invoke + 722
43 CustomPropertyAnimation 0x00150bee mono_runtime_invoke + 126
44 CustomPropertyAnimation 0x00154d14 mono_runtime_exec_main + 420
45 CustomPropertyAnimation 0x00159845 mono_runtime_run_main + 725
46 CustomPropertyAnimation 0x00065ea5 mono_jit_exec + 149
47 CustomPropertyAnimation 0x001dd094 main + 1988
48 CustomPropertyAnimation 0x00002b55 start + 53
=================================================================
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