After bumping from Kotlin 1.5.10 to any of 1.5.20/...
# kotlin-native
a
After bumping from Kotlin 1.5.10 to any of 1.5.20/1.5.21/1.5.30-M1, I'm getting a segfault when running tests for my iosX64 target. No code changes between Kotlin versions, and the same tests run fine in the JVM and JS targets. Any tips on how to track down the cause?
Copy code
> Task :shared-module-a:iosX64Test FAILED
Child process terminated with signal 11: Segmentation fault

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':shared-module-a:iosX64Test'.
> command '/usr/bin/xcrun' exited with errors (exit code: 139)