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?