This repository was archived by the owner on Jun 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 98
malloc crash “randomly” #78
Labels
bug
Something isn't working
Comments
Thanks for reporting this, @rastersize. I've seen this come up in development as well. I'm almost certain that the root cause of this is our implementation of |
The crash is in Interface.swift: for `extension` in extensionsByExtendedType[symbol.id.description] ?? [] {
inheritedTypeNames.formUnion(`extension`.inheritance)
} The problem is that |
Closed
This was referenced May 6, 2020
This should be fixed by #99. @rastersize I'm working to cut a new release (1.0.0-beta.3) this week, but you're welcome to try the latest in |
Great news! I’ll see if I have time to try it out later this week. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey!
When trying to generate docs for the libraries in an app I’m working on I keep running into
malloc
crashes. This happens for different libraries for different runs. Both when using the markdown and HTML formats.Basically I run this command for a number of modules:
The errors I see are:
For now I’ve worked around it by retrying the
swift doc
operation on failures. Which seems to generate all docs.Side note, I tried to build the project in Xcode to help debug the issue. Unfortunately Xcode (11.4 (11E146)) fails to build with an error:
I can file a separate issue for this if you want?
The text was updated successfully, but these errors were encountered: