I have a problem with memory deallocation from obj...
# kotlin-native
d
I have a problem with memory deallocation from objective c with my kotlin/native framework. When a class from the kotlin/native framework is deallocated with ARC, I get a crash in
FreeContainer(ContainerHeader* header)
, probably from this file https://github.com/JetBrains/kotlin-native/blob/master/runtime/src/main/cpp/Memory.cpp . Has anyone seen this before? Any suggestions on how to debug this?
o
To debug this you could either use lldb and debug yourself, or create a bug and provide K/N team with self-containing example, where we can help you with this