[
https://issues.apache.org/jira/browse/NETBEANS-5643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17433639#comment-17433639
]
Andrew edited comment on NETBEANS-5643 at 10/25/21, 9:03 AM:
-------------------------------------------------------------
Some instance of BasicTextUI is being called and operate with private field
"editor" which is null at this moment.
Looks like thread-safety issue, due to the field declaration:
{code:java}
transient JTextComponent editor;{code}
was (Author: coder27):
Some instance of **BdicTextUI is being called and operate with private field
"editor" which is null at this moment.
Looks like thread-safety issue, due to the field declaration:
{code:java}
transient JTextComponent editor;{code}
> NetBeans started to write into .netbeans/12.0/var/log/uigestures infinitely
> ---------------------------------------------------------------------------
>
> Key: NETBEANS-5643
> URL: https://issues.apache.org/jira/browse/NETBEANS-5643
> Project: NetBeans
> Issue Type: Bug
> Components: editor - Other, ide - Logger
> Affects Versions: 12.0
> Reporter: Andrew
> Priority: Major
> Attachments: logs.zip, logs_with_NPE.zip
>
>
> Sometimes when I'm typing something quickly in code editor the NetBeans
> suddenly becomes non-interactive and writes to HDD infinetely.
> linux fnotifystat utility shows that the NetBeans java process writes into
> .netbeans/12.0/var/log/uigestures file. The file grows quickly and splitted
> by by uigestures.1, etc.
>
> Looks like the IDE falls into infinite cycle due to NPE, see attached logs.
> I'm able to close non-interactive NetBeans window somehow.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists