-
Notifications
You must be signed in to change notification settings - Fork 600
Closed
Milestone
Description
Description
Hi! I'm using Microcharts library, which uses SkiaSharp under the hood. Occasionally on iOS, I get null reference exception. Here's all the crash log I get:
Code
SKCGSurfaceFactory.CreateSurface (CoreGraphics.CGRect contentsBounds, System.nfloat scale, SkiaSharp.SKImageInfo& info)
SKCanvasView.Draw (CoreGraphics.CGRect rect)
(wrapper managed-to-native)
UIKit.UIApplication.UIApplicationMain(int,string[],intptr,intptr)
UIApplication.Main (System.String[] args, System.IntPtr principal, System.IntPtr delegate)
UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName)
Application.Main (System.String[] args)
Expected Behavior
It shouldn't crash.
Actual Behavior
It crashes occasionally.
Basic Information
- Version with issue: 1.68.0
- Last known good version:
- IDE: Visual Studio for Mac
- Platform Target Frameworks:
- iOS: 13.4
- Target Devices: iPhone 8 Plus, iPhone XR, iPad (5th gen, Wi-Fi)
Any ideas why this occurs?
Thanks in advance.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done