-
Notifications
You must be signed in to change notification settings - Fork 423
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
StackOverflowError while running dokkaHtml #3403
Labels
Comments
hoc081098
added a commit
to hoc081098/solivagant
that referenced
this issue
Feb 7, 2024
hoc081098
added a commit
to hoc081098/solivagant
that referenced
this issue
Feb 7, 2024
* lifecycle: supports targets tvosX64() tvosSimulatorArm64() tvosArm64() watchosArm32() watchosArm64() watchosX64() watchosSimulatorArm64() * lifecycle: supports targets tvosX64() tvosSimulatorArm64() tvosArm64() watchosArm32() watchosArm64() watchosX64() watchosSimulatorArm64() * lifecycle: supports targets tvosX64() tvosSimulatorArm64() tvosArm64() watchosArm32() watchosArm64() watchosX64() watchosSimulatorArm64() * add rememberCloseableOnRoute * add rememberCloseableOnRoute * add rememberCloseableOnRoute * replace DestinationId with StackEntryId * fix dokka * org.gradle.jvmargs=-Xmx8g * POM_INCEPTION_YEAR=2024 * fully qualified import for WeakReference Kotlin/dokka#3403 * fix dokka * dokka: suppress all internal packages * dokka: suppress all internal packages * LifecycleControllerEffect to non-internal pkg * externalDocumentationLink { url = URL("https://hoc081098.github.io/kmp-viewmodel/docs/0.x/API/") packageListUrl = URL("https://hoc081098.github.io/kmp-viewmodel/docs/0.x/API/package-list") } * fix dokka * LifecycleDestroyedException * LifecycleDestroyedException * license * license * docs * org.gradle.jvmargs=-Xmx4g * update CI * dokka * InternalNavigationApi * InternalNavigationApi * InternalNavigationApi * dump * dump * detekt * detekt * update ci [skip ci] * TODO: Issue Kotlin/dokka#3368 and Kotlin/dokka#2037 * changelog [skip ci]
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
dokkaHtml
throws aStackOverflowError
while generating the documentation for one of my modules. I tried increasing the max heap space to 32GB, but that didn't resolve the issue. Here's the exception:Expected behaviour
dokkaHtml
completes successfully.To Reproduce
Dokka configuration
Installation
Additional context
I'm guessing this exception is caused by parsing a specific class/file. If there's any way I can help find that specific class let me know.
Are you willing to provide a PR?
Yes
The text was updated successfully, but these errors were encountered: