Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upProgram gets stuck in infinite loop when trying to process Unity.Mathematics.dll #2
Comments
|
Seems like a dependency resolution issue. I'll look into it. Could you share the hanging module? |
|
Hm... It's not the actual original dll, but an empty stub, so it should be fine, i guess: |
|
Well yeah, but the problem is not the actual source code; it's the inheritance tree causing the (really dumb) algorithm to go into a loop. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi and thanks for this project. I hate to report an error like this without proposing a solution, but I haven't been able to understand the code well enough (yet?).
When you try to process a project that contains
Unity.Mathematics.dll, the program will get stuck. Specifically it will try to process these types, but keeps skipping and adding them to the deque:I also noticed the program getting stuck in
System.Drawing, but I did not check the reason for that.Any help would be appreciated.