Hey folks, we started getting a crash in `(anonymo...
# ios
n
Hey folks, we started getting a crash in
(anonymous namespace)::garbageCollect(MemoryState*, bool)
after releasing a version of an iOS app with a fairly big chunk of new Kotlin/Native code. There’s a somewhat similar thread but our stack trace is different.
stacktrace:
Copy code
EXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x010db2ee00000001

Crashed: Thread
0  ModuleName                     0x102097ccc (anonymous namespace)::garbageCollect(MemoryState*, bool) + 2168
1  ModuleName                     0x10209d630 DeinitMemory + 32
2  ModuleName                     0x1020a2b70 (anonymous namespace)::Kotlin_deinitRuntimeCallback(void*) + 892
3  ModuleName                     0x1020a2cb0 konan::onThreadExitCallback(void*) + 32
4  libsystem_pthread.dylib        0x191a48468 _pthread_tsd_cleanup + 504
5  libsystem_pthread.dylib        0x191a45904 _pthread_exit + 80
6  libsystem_pthread.dylib        0x191a452cc _pthread_body + 140
7  libsystem_pthread.dylib        0x191a45220 _pthread_start + 44
8  libsystem_pthread.dylib        0x191a48cdc thread_start + 4
@svyatoslav.scherbina as you were active in the referenced thread, I’d appreciate any input. Thanks!
s
That thread seems related. Please follow the advices I posted there.
n
Thank you.
k
@Nikolay Kasyanov were you able to solve this?
n
@Kashismails it seems like yes, but I can’t remember if the solution was in the thread or it just went away at some point