-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
An unhandled exception of type 'System.StackOverflowException' occurred in ICSharpCode.Decompiler.dll #2180
Comments
Yes, please provide the DLL. If you prefer a private channel, please send it to siegfried.pammer@gmail.com. Thanks! |
Send. There should be nothing important in the DLL. |
I haven't received anything yet... |
Send again. |
Still nothing... no spam... nothing... sorry. Might be GMail blocking executables as attachments... |
Downloaded, thanks! |
@dgrunwald the infinite recursion starts here: ILSpy/ICSharpCode.Decompiler/CSharp/TranslatedExpression.cs Lines 504 to 514 in 65a5af2
I am not sure, what the best fix would be. |
We're starting with Note: the unknown types occur because the assembly references are missing. ILSpy needs to load referenced assemblies for proper decompilation. |
…to integer types. This avoids the risk of stack overflows when converting to an unexpected nullable type (such as `Nullable<UnknownType>`).
Steps to reproduce
Error message shown
Details
The text was updated successfully, but these errors were encountered: