Hi, we’re trying to tackle down a GC / heap corrup...
# kotlin-native
p
Hi, we’re trying to tackle down a GC / heap corruption linked to object graph transfer issue originated from K/N on iOS. We have a custom K/N compiled to add TRACE_MEMORY. Is CLion actually a support IDE to do K/N runtime development?
s
Hi. You can use CLion to develop K/N runtime, but you are not limited to CLion of course.
p
Thx a lot! We added some additional tracing to give more insights on why an object transfer fails and which specific object blocks
ClearSubgraphReferences
inside
hasExternalRef
. I will try to open a PR to give more verbose information to the exception why the transfer is not possible in a SAFE way.
👍 1