-
Notifications
You must be signed in to change notification settings - Fork 410
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dokka 0.9.13 crashes JVM on build. #135
Comments
I noticed such crashes while development of new Dokka build configuration, I will check for workaround and answer soon. |
It happens when you loading dokka plugin with working directory != directory with gradlew |
@ajalt sorry, which JDK do you happen to have locally? I, unfortunately, fully reproduce the issue. Is it a Sun one? Or OpenJDK? |
From the log that I posted:
Is that what you were looking for? |
Not the same, but close. The issue is reproducible locally. |
Tested on the latest Oracle JDK. Fails as well. Sdk version:
|
Fixed in 0.9.14 |
I recently upgraded the Dokka version on an android library that I publish through jitpack.
It appears that Dokka is crashing the JVM when run on the Jitpack servers. I can not reproduce the crash on my local machine, but it happens on every build on jitpack.
Here's a log with a stacktrace and a thread dump that contains the error:
https://jitpack.io/com/github/jitpack-io/flexadapter/e9d8686/build.log
And here's another log with just a stacktrace, but that uses the gradle daemon:
https://jitpack.io/com/github/ajalt/flexadapter/140483df580a998b301d32ac3a37a67b793967a0/build.log
Here are my gradle files:
https://github.com/ajalt/flexadapter/blob/master/build.gradle
https://github.com/ajalt/flexadapter/blob/master/flexadapter/build.gradle
Let me know if there's any more information I can provide.
The text was updated successfully, but these errors were encountered: