MM2-0 / Kvaesitso

A search-focused Android launcher
https://kvaesitso.mm20.de/
GNU General Public License v3.0
2.51k stars 86 forks source link

App crash after used for couple days #1113

Closed robert0ng closed 1 month ago

robert0ng commented 1 month ago

Description

Please provide as many information about the crash as possible (What did you do before the crash happened? Steps to reproduce?)

Strack trace

java.lang.OutOfMemoryError: Failed to allocate a 72 byte allocation with 1577040 free bytes and 1540KB until OOM, target footprint 268435456, growth limit 268435456; giving up on allocation because <1% of heap free after GC.
    at java.util.Arrays.copyOf(Arrays.java:3553)
    at java.util.Arrays.copyOf(Arrays.java:3522)
    at java.util.ArrayList.grow(ArrayList.java:244)
    at java.util.ArrayList.grow(ArrayList.java:251)
    at java.util.ArrayList.add(ArrayList.java:461)
    at java.util.ArrayList.add(ArrayList.java:474)
    at androidx.compose.ui.semantics.SemanticsNode.fillOneLayerOfSemanticsWrappers(SemanticsNode.kt:44)
    at androidx.compose.ui.semantics.SemanticsNode.fillOneLayerOfSemanticsWrappers(SemanticsNode.kt:48)
    at androidx.compose.ui.semantics.SemanticsNode.fillOneLayerOfSemanticsWrappers(SemanticsNode.kt:48)
    at androidx.compose.ui.semantics.SemanticsNode.fillOneLayerOfSemanticsWrappers(SemanticsNode.kt:48)
    at androidx.compose.ui.semantics.SemanticsNode.fillOneLayerOfSemanticsWrappers(SemanticsNode.kt:48)
    at androidx.compose.ui.semantics.SemanticsNode.fillOneLayerOfSemanticsWrappers(SemanticsNode.kt:48)
    at androidx.compose.ui.semantics.SemanticsNode.unmergedChildren$ui_release(SemanticsNode.kt:15)
    at androidx.compose.ui.semantics.SemanticsNode.getChildren$ui_release(SemanticsNode.kt:27)
[20 lines truncated]

Device info

APP.VERSION : 1.33.1-fdroid
APP.VERSIONCODE : 2024090300
APP.SIGNATURE : dRIzg4UiJzwGibzTylZTobfZl/E=
LAUNCHER.APP : de.mm20.launcher2.release
TIMEZONE : Asia/Taipei
VERSION.RELEASE : 14
VERSION.INCREMENTAL : eng.compil.20240902.172845
VERSION.SDK.NUMBER : 34
BOARD : k6983v1_64
BOOTLOADER : unknown
BRAND : vivo
CPU_ABI : arm64-v8a
CPU_ABI2 :
DISPLAY : PD2183F_EX_A_14.2.15.1.W20.V000L1
FINGERPRINT : vivo/V2144/V2144:14/UP1A.231005.007/compiler09021725:user/release-keys
HARDWARE : mt6983
HOST : comdg01146223
ID : UP1A.231005.007
MANUFACTURER : vivo
MODEL : V2144
PRODUCT : V2144
TAGS : release-keys
TIME : 1725269144000
TYPE : user

MM2-0 commented 1 month ago

Duplicate of #1059