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 222025 - [dlight.libs.common.logger]: Should not be called from UI thread
Summary: [dlight.libs.common.logger]: Should not be called from UI thread
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: D-Light (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Maria Tishkova
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-13 10:43 UTC by Jiri Skrivanek
Modified: 2012-11-30 10:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stack trace. (10.73 KB, text/plain)
2012-11-13 10:43 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2012-11-13 10:43:56 UTC
Created attachment 127692 [details]
Stack trace.

The message below is printed to IDE log when I tried to create Welcome project from C/C++ samples.

INFO [dlight.libs.common.logger]: Should not be called from UI thread
    [junit] java.lang.Exception: Should not be called from UI thread
    [junit] 	at org.netbeans.modules.dlight.libs.common.DLightLibsCommonLogger.assertNonUiThread(DLightLibsCommonLogger.java:119)

Product Version: NetBeans IDE Dev (Build 201211130001)
Java: 1.7.0_10-ea; Java HotSpot(TM) 64-Bit Server VM 23.6-b04
Runtime: Java(TM) SE Runtime Environment 1.7.0_10-ea-b15
System: Windows 7 version 6.1 running on amd64; Cp1250; en_US (nb)
Comment 1 Maria Tishkova 2012-11-20 15:45:43 UTC
will back to this BZ next release, now it is not a problem for wizard
Comment 2 Maria Tishkova 2012-11-27 14:47:15 UTC
fixed in http://hg.netbeans.org/cnd-main/rev/166e74598569
Comment 3 Quality Engineering 2012-11-30 02:38:26 UTC
Integrated into 'main-golden', will be available in build *201211300001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/166e74598569
User: Maria Tishkova <mromashova@netbeans.org>
Log: fixed bz#222025 - [dlight.libs.common.logger]: Should not be called from UI thread