-
Notifications
You must be signed in to change notification settings - Fork 16
Description
=================================================================
Native Crash Reporting
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.
=================================================================
Native stacktrace:
0x102a752dc - /private/var/containers/Bundle/Application/2342D917-F5F1-49B5-AC9C-BF23CB33CE56/XYZ.app/XYZ : mono_dump_native_crash_info
0x102a5f960 - /private/var/containers/Bundle/Application/2342D917-F5F1-49B5-AC9C-BF23CB33CE56/XYZ.app/XYZ : mono_handle_native_crash
0x102a4218c - /private/var/containers/Bundle/Application/2342D917-F5F1-49B5-AC9C-BF23CB33CE56/XYZ.app/XYZ : mono_sigsegv_signal_handler_debug
0x2aca40158 - /usr/lib/system/libsystem_platform.dylib : <redacted>
0x19bebad10 - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore : <redacted>
0x19d8363fc - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore : <redacted>
0x19d63b2f4 - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore : <redacted>
0x19d635a1c - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore : <redacted>
0x19c06cea8 - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore : <redacted>
0x19cdb12ac - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore : <redacted>
0x19cdb1914 - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore : <redacted>
0x19cdb0b98 - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore : <redacted>
0x19c1578e8 - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore : <redacted>
0x19c155034 - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore : <redacted>
0x19bed9540 - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore : <redacted>
0x19beda020 - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore : <redacted>
0x19d8484a0 - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore : <redacted>
0x1971df420 - /System/Library/Frameworks/QuartzCore.framework/QuartzCore : <redacted>
0x1971def74 - /System/Library/Frameworks/QuartzCore.framework/QuartzCore : <redacted>
0x19beba7bc - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore : <redacted>
0x19c0ce4a0 - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore : <redacted>
0x19bed9540 - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore : <redacted>
0x19beda020 - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore : <redacted>
0x19d8484a0 - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore : <redacted>
0x1971df420 - /System/Library/Frameworks/QuartzCore.framework/QuartzCore : <redacted>
0x1971def74 - /System/Library/Frameworks/QuartzCore.framework/QuartzCore : <redacted>
0x196fdf134 - /System/Library/Frameworks/QuartzCore.framework/QuartzCore : <redacted>
0x196fa0c10 - /System/Library/Frameworks/QuartzCore.framework/QuartzCore : <redacted>
0x196fccbc4 - /System/Library/Frameworks/QuartzCore.framework/QuartzCore : <redacted>
0x196fda74c - /System/Library/Frameworks/QuartzCore.framework/QuartzCore : <redacted>
0x19bf24cd0 - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore : <redacted>
0x19bf24c04 - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore : <redacted>
0x19bf32afc - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore : <redacted>
0x19bf31f8c - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore : <redacted>
0x2838b2560 - /System/Library/PrivateFrameworks/UpdateCycle.framework/UpdateCycle : <redacted>
0x1965daf24 - /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation : <redacted>
0x1965dae98 - /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation : <redacted>
0x1965b8acc - /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation : <redacted>
0x19658f6d8 - /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation : <redacted>
0x19658ea6c - /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation : <redacted>
0x2371b0498 - /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices : GSEventRunModal
0x19bf52ba4 - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore : <redacted>
0x19befba78 - /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore : UIApplicationMain
0x1028705a4 - /private/var/containers/Bundle/Application/2342D917-F5F1-49B5-AC9C-BF23CB33CE56/XYZ.app/XYZ : xamarin_UIApplicationMain
0x102a87190 - /private/var/containers/Bundle/Application/2342D917-F5F1-49B5-AC9C-BF23CB33CE56/XYZ.app/XYZ : do_icall
0x102a85760 - /private/var/containers/Bundle/Application/2342D917-F5F1-49B5-AC9C-BF23CB33CE56/XYZ.app/XYZ : do_icall_wrapper
0x102a78c94 - /private/var/containers/Bundle/Application/2342D917-F5F1-49B5-AC9C-BF23CB33CE56/XYZ.app/XYZ : mono_interp_exec_method
0x102a7684c - /private/var/containers/Bundle/Application/2342D917-F5F1-49B5-AC9C-BF23CB33CE56/XYZ.app/XYZ : interp_runtime_invoke
0x102a452fc - /private/var/containers/Bundle/Application/2342D917-F5F1-49B5-AC9C-BF23CB33CE56/XYZ.app/XYZ : mono_jit_runtime_invoke
0x1029ee6f8 - /private/var/containers/Bundle/Application/2342D917-F5F1-49B5-AC9C-BF23CB33CE56/XYZ.app/XYZ : mono_runtime_invoke_checked
0x1029f45fc - /private/var/containers/Bundle/Application/2342D917-F5F1-49B5-AC9C-BF23CB33CE56/XYZ.app/XYZ : mono_runtime_exec_main_checked
0x102a4bdc4 - /private/var/containers/Bundle/Application/2342D917-F5F1-49B5-AC9C-BF23CB33CE56/XYZ.app/XYZ : mono_jit_exec
0x10289f2f0 - /private/var/containers/Bundle/Application/2342D917-F5F1-49B5-AC9C-BF23CB33CE56/XYZ.app/XYZ : xamarin_main
0x102ab64c4 - /private/var/containers/Bundle/Application/2342D917-F5F1-49B5-AC9C-BF23CB33CE56/XYZ.app/XYZ : main
0x1935a6e28 - /usr/lib/dyld : <redacted>
=================================================================
Basic Fault Address Reporting
Memory around native instruction pointer (0x193523020):0x193523010 ea 03 00 aa 2a 5c ed f2 50 19 c1 da ef 03 10 aa ......P.......
0x193523020 0b 0a 40 f9 eb 02 00 37 6a bd 40 92 2c 1c 41 ca ..@....7j.@.,.A.
0x193523030 8c c1 4b 8a 4d 11 0c 8b b1 25 ff a8 3f 01 01 eb ..K.M....%..?...
0x193523040 81 00 00 54 4a 01 01 ca 4a 01 10 ca 2a 0e 1f d7 ...TJ...J......
=================================================================
Managed Stacktrace:
at <unknown> <0xffffffff>
at UIKit.UIApplication:xamarin_UIApplicationMain <0x000b8>
at UIKit.UIApplication:UIApplicationMain <0x0006e>
at UIKit.UIApplication:Main <0x00152>
at XYZ.Program:Main <0x0002c>
at <Module>:runtime_invoke_direct_void_string[] <0x0007e>
at <unknown> <0x00000>
=================================================================
_screenSecurity.ThrowErrors = false;
public void OnAppearing()
{
if (!_screenSecurity.IsProtectionEnabled)
{
_screenSecurity.ScreenCaptured += OnScreenCaptured;
var screenProtectionOptions = new ScreenProtectionOptions
{
HexColor = "#512BD4",
PreventScreenshot = true,
PreventScreenRecording = false
};
_screenSecurity.ActivateScreenSecurityProtection(screenProtectionOptions);
}
}
public void OnDisappearing()
{
try
{
_screenSecurity.ScreenCaptured -= OnScreenCaptured;
_screenSecurity.DeactivateScreenSecurityProtection();
}
catch (Exception ex)
{
// Nothing appears, native crash
}
}