Hi, my project is using compose multiplatform, and i got this frequent error :
#11 0x0000000102c20c24 in kfun:org.jetbrains.skia.DirectContext#flushAndSubmit$default(org.jetbrains.skia.Surface;kotlin.Boolean;kotlin.Int){} ()
My project libs version :
Kotlin : 2.2.0
CMP : 1.9.0-beta01
crashes occured on iOS devices
a
Andrei Salavei
07/30/2025, 2:26 PM
Hi! Is it happening on every run? Do you have a reproducer?\
f
ferdialif02
07/30/2025, 3:17 PM
Its rarely happening, but its common crash on my app
ferdialif02
07/30/2025, 3:18 PM
@Andrei Salavei Sometimes when navigating to other screen the crash occured
a
Andrei Salavei
07/31/2025, 8:33 AM
Thank you!
What navigation library you're using?
Also, please, file an issue in our YouTrack with Compose Multiplatform project. Attach full crashlog there and a test app with reproducer steps to speed-up investigation and fixing from our side.
f
ferdialif02
07/31/2025, 11:24 AM
Hi, sorry for late replies, i am using compose navigation for my app. Will try to issue in YouTrack and send full crashlog.
👍 1
ferdialif02
08/01/2025, 6:15 AM
Hi @Andrei Salavei i have submitted the bug to the youtrack. Thank you