[ 
https://issues.apache.org/jira/browse/NETBEANS-2318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matthias Bläsing resolved NETBEANS-2318.
----------------------------------------
       Resolution: Fixed
    Fix Version/s: Next

Fix was merged to master.

> 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
>             Fix For: Next
>
>         Attachments: deadlock.txt
>
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> 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

Reply via email to