This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 256838 - org.netbeans.modules.deadlock.detector.Detector$DeadlockDetectedException: AWT-EventQueue-1
Summary: org.netbeans.modules.deadlock.detector.Detector$DeadlockDetectedException: AW...
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 8.1
Hardware: All All
: P2 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-27 18:03 UTC by DaviesX
Modified: 2016-08-16 21:28 UTC (History)
7 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 213924


Attachments
stacktrace (4.47 KB, text/plain)
2015-11-27 18:03 UTC, DaviesX
Details

Note You need to log in before you can comment on or make changes to this bug.
Description DaviesX 2015-11-27 18:03:49 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: OpenJDK 64-Bit Server VM, 24.91-b01, OpenJDK Runtime Environment, 1.7.0_91-b02
OS: Linux

User Comments:
GUEST: Accessing to the Font & color Tab unser Tools -> Options menu. It happens every time I click on that tab

GUEST: Clicked on miscellaneous under Options. Netbeans froze so I had to kill the process

GUEST: How nice. Ubuntu 15.10 decided to update the OpenJDK this morning and Netbeans decided to lockup for no apparent reasons right after launch. I had to kill the process and delete the .netbeans folder's content to ge the application to restart, BUT it is still freezing.

GUEST: Changing some settings under Options

GUEST: Netbeans crash during choseing Font&Color on Options windows.
Thanks.

GUEST: deadlock

GUEST: I was still playing with the configuration panel... what's happening?

GUEST: Hang up on option setting window.

GUEST: <Please provide a description of the problem or the steps to reproduce>

DaviesX: Program freezes while launching Tools=>option=>font and color(tab). Had to kill it.




Stacktrace: 
org.netbeans.modules.deadlock.detector.Detector$DeadlockDetectedException: AWT-EventQueue-1
   at java.awt.Component.invalidate(Component.java:2920)
   at java.awt.Container.invalidate(Container.java:1580)
   at javax.swing.JComponent.revalidate(JComponent.java:4853)
   at javax.swing.JLabel.setText(JLabel.java:343)
   at org.openide.awt.ColorComboBoxRendererWrapper.getListCellRendererComponent(ColorComboBoxRendererWrapper.java:85)
   at javax.swing.plaf.basic.BasicListUI.updateLayoutState(BasicListUI.java:1360)
Comment 1 DaviesX 2015-11-27 18:03:51 UTC
Created attachment 157532 [details]
stacktrace
Comment 2 Exceptions Reporter 2015-12-17 08:50:04 UTC
This bug already has 20 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=213924
Comment 3 Martin Entlicher 2016-08-08 13:39:37 UTC
According to the reports it seems to happen on OpenJDK 1.7 only.
NetBeans 8.2 runs on JDK minimal version 1.8.
It works for me on JDK 1.8.
Comment 4 Leos.Bitto 2016-08-16 21:28:24 UTC
This bug happened to me when using Linux Mint 18 (based on Ubuntu 16.04) with the unofficial OpenJDK 7 package from https://launchpad.net/~openjdk-r/+archive/ubuntu/ppa which I used because there is no official OpenJDK 7 package in Ubuntu 16.04. When I use the official OpenJDK 8 package instead this bug disappears.

I can use OpenJDK 7 on Linux Mint 17.3 (based on Ubuntu 14.04) with NetBeans 8.1 without any problems - but that is the official package from Ubuntu, not from PPA.