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

IntelliJ hangs with unusual popup when editing large doc block #2813

Open
maxmarcon opened this issue Aug 24, 2022 · 2 comments
Open

IntelliJ hangs with unusual popup when editing large doc block #2813

maxmarcon opened this issue Aug 24, 2022 · 2 comments

Comments

@maxmarcon
Copy link

Describe the bug

When editing a large doc block, IntelliJ hangs showing an unusual popup that offers you to "dump threads".

To Reproduce
Steps to reproduce the behavior:

  1. Unzip and open this Elixir file:
    scratch_315.ex.zip
  2. Try to edit the doc block for the function
  3. Pretty soon, IntelliJ should hang with the screenshot below. Notice the small popup with the "dump threads" option (no idea what this is, never seen it before)

Screenshots
image

Logs
idea-logs-20220824-114738123917161004888237.zip

Desktop:

  • OS: MacOS
  • Version 12.5.1

Erlang:

  • Installer asdf
  • Version 24

Elixir:

  • Installer asdf
  • Version 1.13.4

Plugin:

  • Version 13.2.0
@KronicDeth
Copy link
Owner

I've never seen the Dump Threads options either, but I assume it dumps all the threads like the automated system for when the UI hangs and make the threadDump folders that I can use for performance debugging, so yeah, click dump threads next time and attach a zip of the thread dumps.

@maxmarcon
Copy link
Author

Sorry I realize this wasn't clear from my message: the dump thread button doesn't work, if I click on it nothing happens. All I can do is kill and restart IntelliJ. I attached the IntelliJ logs to my message. I initially filed the bug report to JetBrains, they looked at those logs and concluded it was probably the plugin, so that's why I reopened it here. Are the logs enough to debug the problem or do you need something else?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants