-
Notifications
You must be signed in to change notification settings - Fork 117
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
Fatal Exception: java.lang.OutOfMemoryError #907
Comments
Sentry Issue: WORDPRESS-ANDROID-ATF
|
Thank you for the report @ercanduman ! @maxme this looks very similar to wordpress-mobile/WordPress-Android#9997 to me, but I am not sure if they should be combined. Should they be combined? Also, should this be moved to a different repository such as https://github.com/wordpress-mobile/gutenberg-mobile/ ? |
@designsimply this is the same class of bug (OOM), but the source of the problem is different from wordpress-mobile/WordPress-Android#9997 - this one should probably moved to https://github.com/wordpress-mobile/AztecEditor-Android Looking at the stacktrace, this is certainly happening when a huge text is pasted to Aztec (we're doing some string operations and allocating memory after pasting text, at some point memory allocation fails and Aztec crashes). |
Failed to allocate a 266338312 byte allocation with 25165824 free bytes and 120MB until OOM, max allowed footprint 166812032, growth limit 268435456
org.wordpress.aztec.AztecParser.withinNestable
Code that error thrown
Device
Brand: asus
Model: ZenFone Max Pro M1 (ZB602KL) (WW) / Max Pro M1 (ZB601KL) (IN)
Orientation: Portrait
RAM free: 2.21 GB
Disk free: 13.08 GB
Operating System
Version: 9
Orientation: Portrait
Rooted: No
Crash
Date: 18 Apr 2020, 07:15:00
App version: 1.0.8 (9)
The text was updated successfully, but these errors were encountered: