James Ward

Results 246 comments of James Ward

It looks like the fix was merged into 19.0.2. Might be worth trying that JDK to see if it fixes it.

I'm not totally sure how to figure that out. The latest release of Termium 17 was Oct 25: https://adoptium.net/temurin/archive/ So seems kinda unlikely the fix is in there.

Thanks @jebbench for the update. Not sure if there is anything we can do as it seems like an OpenJDK bug from the other conversations.

There are already a few bugs reported: https://github.com/adoptium/adoptium-support/issues/721 https://github.com/adoptium/adoptium-support/issues/659 https://youtrack.jetbrains.com/issue/KT-56975/JVM-A-fatal-error-has-been-detected-by-the-Java-Runtime-Environment-SIGSEGV-0xb https://youtrack.jetbrains.com/issue/KT-54693/SIGSEGV-0xb-at-pc0x0000000000000000-C2-CompilerThread0 https://bugs.openjdk.org/browse/JDK-8303279 I have also seen other reports of this outside of gRPC Kotlin. But without a good way to...

I wonder if this is needed depending on your JVM version. What version are you using?

I tried removing it in `examples/stub/build.gradle.kts` and got: ``` $ ./gradlew :stub:build > Task :stub:generateProto FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task...