Are there any known cases where using `AtomicRefer...
# kotlin-native
n
Are there any known cases where using
AtomicReference
can cause a Kotlin Native program to terminate suddenly?
k
Just accessing it? I haven't heard of that. Any reason you're thinking it's that?
n
Some sort of memory issue was encountered related to initializing Curl that seems to cause the Kotlin Native program to immediately terminate (after the message was logged).