I’m writing a small logging API for internal use a...
# multiplatform
c
I’m writing a small logging API for internal use and is running into what looks like a memory leak when calling
throwable.stackTraceToString()
on macOS. I caught this as we had some unit tests verifying that things are getting released correctly. Anyone seen anything similar or know a workaround?
Seems to be a bug, so created https://youtrack.jetbrains.com/issue/KT-46291