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

crash on android 13.1 #1139

Closed foss- closed 2 days ago

foss- commented 3 days ago

Description

frequent crashes after longer usage. Sadly no specific pattern detected yet, which triggers the crash.

Strack trace

java.lang.OutOfMemoryError: Failed to allocate a 136 byte allocation with 2065064 free bytes and 2016KB until OOM, target footprint 268435456, growth limit 268435456; giving up on allocation because <1% of heap free after GC.
    at androidx.compose.ui.node.LayoutNodeLayoutDelegate.<init>(LayoutNodeLayoutDelegate.kt:10)
    at androidx.compose.ui.node.LayoutNode.<init>(LayoutNode.kt:13)
    at androidx.compose.ui.node.LayoutNode.<init>(LayoutNode.kt:3)
    at androidx.compose.ui.node.LayoutNode$Companion$Constructor$1.invoke(LayoutNode.kt:5)
    at androidx.compose.runtime.changelist.Operation$InsertNodeFixup.execute(Operation.kt:8)
    at androidx.compose.runtime.changelist.Operations.executeAndFlushAllPendingOperations(Operations.kt:23)
    at androidx.compose.runtime.changelist.Operation$InsertSlotsWithFixups.execute(Operation.kt:36)
    at androidx.compose.runtime.changelist.Operations.executeAndFlushAllPendingOperations(Operations.kt:23)
    at androidx.compose.runtime.changelist.ChangeList.executeAndFlushAllPendingChanges(ChangeList.kt:3)
    at androidx.compose.runtime.CompositionImpl.applyChangesInLocked(Composition.kt:51)
    at androidx.compose.runtime.CompositionImpl.applyChanges(Composition.kt:6)
    at androidx.compose.runtime.Recomposer.composeInitial$runtime_release(Recomposer.kt:104)
    at androidx.compose.runtime.ComposerImpl$CompositionContextImpl.composeInitial$runtime_release(Composer.kt:5)
    at androidx.compose.runtime.ComposerImpl$CompositionContextImpl.composeInitial$runtime_release(Composer.kt:5)
[98 lines truncated]

Device info

APP.VERSION : 1.33.1-fdroid
APP.VERSIONCODE : 2024090300
APP.SIGNATURE : dRIzg4UiJzwGibzTylZTobfZl/E=
LAUNCHER.APP : android
TIMEZONE : Europe/Berlin
VERSION.RELEASE : 13
VERSION.INCREMENTAL : 741
VERSION.SDK.NUMBER : 33
BOARD : lahaina
BOOTLOADER : unknown
BRAND : Xiaomi
CPU_ABI : arm64-v8a
CPU_ABI2 :
DISPLAY : TQ3A.230901.001
FINGERPRINT : Xiaomi/lisa/lisa:13/RKQ1.211001.001/V14.0.6.0.TKOCNXM:user/release-keys
HARDWARE : qcom
HOST : release
ID : TQ3A.230901.001
MANUFACTURER : Xiaomi
MODEL : 2109119DG
PRODUCT : lisa_global
TAGS : release-keys
TIME : 1707026526000
TYPE : user

MM2-0 commented 2 days ago

Duplicate of #1059