comment causes freezups
It seems every time I insert a very long // comment into my code
IntelliJ freezes. Why did I do that? I posted the clipboard in
temporarily to see some text I had to analyse by regex. It was much
longer than I expected.
--
Roedy Green Canadian Mind Products
http://mindprod.com
Doing what the user expects with respect to navigation is absurdly important for user satisfaction.
~ anonymous Google Android developer
Please sign in to leave a comment.
Hi Roedy,
Please provide CPU snapshot and thread dump for the problem situation.
Btw, how long is the comment string?
Denis
On Thu, 14 Apr 2011 09:30:44 MSD, Denis Zhdanov
<no_reply@jetbrains.com> wrote, quoted or indirectly quoted someone
who said :
>Please provide CPU snapshot and thread dump for the problem situation.
How does one get these, especially when Intellij has frozen?
The string was about 99,000 chars long with no newlines. I pasted it
in just after a //. I am not expecting it to work, I just would like
IntelliJ to defend itself and not freeze. For me it is a fairly common
error to try to paste in strings that are much longer than I intended.
--
Roedy Green Canadian Mind Products
http://mindprod.com
Doing what the user expects with respect to navigation is absurdly important for user satisfaction.
~ anonymous Google Android developer
How to take thread dumps and report problems when IDEA hangs and doesn't respond.
Regarding the problem - IDEA-58130. Unfortunately it's not solved yet.
Denis