-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NullPointerException: org.wordpress.aztec.spans.AztecHeadingSpan in chooseHeight #18657
Comments
The first instance of this crash was seen in 20.5 (released on August 22nd, 2022). There were some height-related changes in Aztec around that time in wordpress-mobile/AztecEditor-Android#998 and wordpress-mobile/AztecEditor-Android#992. cc: @khaykov on the off-chance you may have an idea of what's causing this (I know Vojta's on leave). The failure appears to happen at the I've, unfortunately, been unable to reproduce as of yet. I've made a few different attempts to update settings in a headings block. Adding this to |
@SiobhyB I checked Sentry and looks like we don't have this issue in Day One, where we use Aztec heavily. But we are not using it in React Native wrapper :) Looking at the code, I don't see any place where NPE can occur, unless some of the parameters coming into |
Sentry issue: WORDPRESS-ANDROID-2QDJ |
Sharing some findings from looking into this issue so far this week:
I've emailed a few users directly to see if they may be willing to provide some insights on specific steps they took before the crash. I'm a bit stumped on next steps, as I haven't been able to reproduce the crash. All the parameters coming into the |
Sentry Issue: JETPACK-ANDROID-XQ
The text was updated successfully, but these errors were encountered: