seeing sporadic a crash when initializing ktor on ...
# ktor
p
seeing sporadic a crash when initializing ktor on an iOS client at launch
Copy code
#0	(null) in kfun:kotlinx.cinterop#<get-cstr>__at__kotlin.String(){}kotlinx.cinterop.CValues<kotlinx.cinterop.ByteVarOf<kotlin.Byte>> ()
#1	(null) in kfun:kotlinx.cinterop#<get-cstr>__at__kotlin.String(){}kotlinx.cinterop.CValues<kotlinx.cinterop.ByteVarOf<kotlin.Byte>> ()
#2	(null) in kfun:io.ktor.utils.io.charsets.CharsetImpl.<init>#internal ()
#3	(null) in kfun:io.ktor.utils.io.charsets.Charsets#<init>(){} ()
#4	(null) in InitSingletonStrict ()
#5	(null) in 0x106780000 ()
#6	(null) in Kotlin_initRuntimeIfNeeded ()
#7	(null) in (anonymous namespace)::workerRoutine(void*) ()
#8	(null) in _pthread_start ()
#9	(null) in thread_start ()
does anyone have any clues on where to begin to look for a cause of this?
a
Is it possible to determine in the debugger what string is passed to the
CharsetImpl
constructor?