[
https://issues.apache.org/jira/browse/NETBEANS-2318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated NETBEANS-2318:
-------------------------------------
Labels: pull-request-available (was: )
> Deadlock in SQL Editor when closing editor
> ------------------------------------------
>
> Key: NETBEANS-2318
> URL: https://issues.apache.org/jira/browse/NETBEANS-2318
> Project: NetBeans
> Issue Type: Bug
> Components: db - Code
> Affects Versions: 10.0
> Reporter: Matthias Bläsing
> Assignee: Matthias Bläsing
> Priority: Major
> Labels: pull-request-available
> Attachments: deadlock.txt
>
>
> In the attached thread dump a deadlock can be found, when the SQL editor is
> closed.
> The AWT thread holds the SQLEditorSupport lock, then call into a
> RequestProcessor and it is assumed, that that request processor is
> "org.openide.text Document Processing". That in turn tries to acquire the
> SQLEditorSupport lock and thus prevents progress.
> Suggested solution: Untangle the locks and separate the lock protecting the
> logger from the object lock.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
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