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

Cancel button on decompilation phase when trying to save a candidate will not work on high memory loads #27

Open
TheAmg opened this issue Aug 7, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@TheAmg
Copy link
Contributor

TheAmg commented Aug 7, 2024

Describe the bug

If the system you are using unlogged with has low available memory and you try to cancel the decompilation phase (before seeing the confirm option), it will not cancel. This leaves the user stuck, in need of force quitting Idea.

Reproduction steps

  1. Load up your system with a lot of applications (get to very high ram usage)
  2. DirectInvoke a method that returns a very large response, try to save this candidate. The method should take a long time decompiling as you click on save. Alternatively try to save many candidates.
  3. Click on cancel
    ...

Expected behavior

For there to be no UI blocker if the user wants to cancel.

Additional context

No response

@TheAmg TheAmg added the bug Something isn't working label Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant