Adam S
04/03/2023, 1:57 PMcompileKotlin
Gradle task always hangs for 10+ minutes, and launches a Java process that takes up 100% CPU?
This is for a small v1.8.10 project with ~10 Kotlin classes (Gradle 8.0.2)
I’ve tried cleaning, rebooting, running with --no-build-cache
, --no-configuration-cache
, kotlin.incremental=false
, `kotlin.caching.enabled=false`…tapchicoma
04/03/2023, 2:00 PMAdam S
04/03/2023, 2:00 PMtapchicoma
04/03/2023, 2:02 PM<tmp>
directory. For example /tmp/kotlin-daemon.2023.*.log
Adam S
04/03/2023, 2:03 PM/tmp
dirtapchicoma
04/03/2023, 2:04 PMAdam S
04/03/2023, 2:05 PMtapchicoma
04/03/2023, 2:06 PMjps -v
Adam S
04/03/2023, 2:07 PMwhile(true) {}
after a suspending function?hfhbd
04/03/2023, 2:32 PMAdam S
04/03/2023, 2:33 PMBuild stuck for several hours (seems to be stuck infinitely)Stuck for hours! That poor dev…