Anyone knows how to track where `EXC_BAD_ACCESS` c...
# kotlin-native
r
Anyone knows how to track where
EXC_BAD_ACCESS
crashes in
ReleaseHeapRefStrict
come from? I tried looking at some memory graphs in XCode but I don’t think I know what I’m looking at. Looks like I can’t get help without a reproducer for this kind of issue and I don’t know how to reproduce it yet. I’ve got an issue open on Ktor because the only thing I’m 100% sure about is that it’s absolutely never occurring with Ktor 1.3.0 but ends up occurring 100% of the time (albeit after some execution time, like 1-10min) with Ktor 1.3.1 https://github.com/ktorio/ktor/issues/1650