WordPress-iOS icon indicating copy to clipboard operation
WordPress-iOS copied to clipboard

EXC_BAD_ACCESS: Force-unwrapped animationView is nil

Open sentry[bot] opened this issue 1 year ago • 3 comments

Sentry Issue: WORDPRESS-IOS-47QB

EXC_BAD_ACCESS: Exception 1, Code 2, Subcode 10762628356 >
KERN_PROTECTION_FAILURE at 0x28180ad04.
  File "JetpackFullscreenOverlayViewController.swift", line 134, in JetpackFullscreenOverlayViewController.setupContent
  File "JetpackFullscreenOverlayViewController.swift", line 80, in JetpackFullscreenOverlayViewController.viewDidLoad
  File "<compiler-generated>", in JetpackFullscreenOverlayViewController.viewDidLoad
  File "main.swift", line 7, in main
...
(31 additional frame(s) were not displayed)

This crash occurred 9 times, affecting 2 out of 28 users in WordPress iOS 24.3-beta (24.3.0.0).

sentry[bot] avatar Feb 22 '24 11:02 sentry[bot]

Thanks for reporting! 👍

dangermattic avatar Feb 22 '24 11:02 dangermattic

Shared some findings in p1708599738417049-slack-C012H19SZQ8. In summary, this may be related to #22605 where the animation view's Class in JetpackFullscreenOverlayViewController.xib also needs to be updated to LottieAnimationView.

dvdchr avatar Feb 22 '24 11:02 dvdchr

Assigned a Blocking label as this is a new crash in the 24.3 beta.

dvdchr avatar Feb 22 '24 15:02 dvdchr

This is fixed via https://github.com/wordpress-mobile/WordPress-iOS/pull/22684, and included in the beta version 24.3.0.3. Thanks @crazytonyli for the fix!

dvdchr avatar Feb 26 '24 07:02 dvdchr