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 162324 - Exception:
Summary: Exception:
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Vladimir Voskresensky
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-09 16:09 UTC by Egor Ushakov
Modified: 2009-04-14 14:31 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 148615


Attachments
stacktrace (376 bytes, text/plain)
2009-04-09 16:09 UTC, Egor Ushakov
Details
stacktrace (376 bytes, text/plain)
2009-04-14 14:31 UTC, t_h
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Egor Ushakov 2009-04-09 16:09:12 UTC
Build: NetBeans IDE Dev (Build 090409)
VM: Java HotSpot(TM) Server VM, 11.0-b15, Java(TM) Platform, Standard Edition for Business, 1.6.0_10-b33
OS: SunOS, 5.11, x86

User Comments:
susanm: Just started running the DLight_Simple_Tests for gizmo tools.
Here is the program output:

LD_PRELOAD=
DYLD_INSERT_LIBRARIES=
Sleeping 5 sec...
Awoke
added 111a
added 222a
added 333a
QP_1: starting... 
locking glob_mutex
SW: starting... 
cycle 0
test_sync_trivial: sleeping 10 sec
test_sync_trivial_thread_start: locking...
SW waiting on lock
starting queue processor QP_1
	>
	<
queue is empty - waiting on lock...
test_sync_trivial: sleeping 10 sec more
sleeping_thread_start: sleeping...
sleeping_thread_start: sleeping...
>> leak_malloc size=FFFFFFFD returned 8065C28
added line 0
Calculating PI (1000000 steps)...
sleeping_thread_start: awoke...
sleeping_thread_start: awoke...
test_sync_trivial_thread_start: locked.
test_sync_trivial_thread_start: unlocked.



Stacktrace: 
java.lang.Exception: 
        at org.netbeans.modules.cnd.utils.CndUtils.assertTrue(CndUtils.java:107)
        at org.netbeans.modules.cnd.modelimpl.csm.core.ProjectBase$MyRunnable.run(ProjectBase.java:2681)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:573)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1005)
Comment 1 Egor Ushakov 2009-04-09 16:09:22 UTC
Created attachment 79829 [details]
stacktrace
Comment 2 Vladimir Voskresensky 2009-04-12 23:25:14 UTC
fixed:
http://hg.netbeans.org/cnd-main?cmd=changeset;node=cc7446f2caa0
Comment 3 Quality Engineering 2009-04-13 19:04:33 UTC
Integrated into 'main-golden', will be available in build *200904131401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/cc7446f2caa0
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: fixed IZ#162324: Exception
Comment 4 t_h 2009-04-14 14:31:14 UTC
Build: NetBeans IDE Dev (Build 090406)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Windows Vista, 6.0, x86

User Comments: 


Stacktrace: 
java.lang.Exception: 
        at org.netbeans.modules.cnd.utils.CndUtils.assertTrue(CndUtils.java:107)
        at org.netbeans.modules.cnd.modelimpl.csm.core.ProjectBase$MyRunnable.run(ProjectBase.java:2717)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:573)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1005)
Comment 5 t_h 2009-04-14 14:31:31 UTC
Created attachment 80042 [details]
stacktrace