Skip to content
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

OutOfMemoryException #2612

Closed
CreateAndInject opened this issue Jan 19, 2022 · 0 comments
Closed

OutOfMemoryException #2612

CreateAndInject opened this issue Jan 19, 2022 · 0 comments
Labels
Bug Decompiler The decompiler engine itself

Comments

@CreateAndInject
Copy link
Contributor

static void Main()
{
    byte[] bytes = new byte[int.MaxValue];
    Console.ReadKey();
}

If I remove the second line Console.ReadKey();, ILSpy work.

@CreateAndInject CreateAndInject added Bug Decompiler The decompiler engine itself labels Jan 19, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 26, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug Decompiler The decompiler engine itself
Projects
None yet
Development

No branches or pull requests

1 participant