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 191130 - [69cat] AssertionError: Unexpected task: null
Summary: [69cat] AssertionError: Unexpected task: null
Status: RESOLVED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Search (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-19 12:07 UTC by stefan79
Modified: 2011-09-08 14:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 173284


Attachments
stacktrace (4.72 KB, text/plain)
2010-10-19 12:07 UTC, stefan79
Details

Note You need to log in before you can comment on or make changes to this bug.
Description stefan79 2010-10-19 12:07:44 UTC
This bug was originally marked as duplicate of bug 184603, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 6.9.1 (Build 201007282301)
VM: Java HotSpot(TM) 64-Bit Server VM, 17.0-b17, Java(TM) SE Runtime Environment, 1.6.0_21-b07
OS: Windows 7

User Comments:
stefan79: Closed the Search-Window.




Stacktrace: 
java.lang.AssertionError: Unexpected task: null
   at org.netbeans.modules.search.Manager.processNextPendingTask(Manager.java:522)
   at org.netbeans.modules.search.Manager.taskFinished(Manager.java:637)
   at org.netbeans.modules.search.Manager.access$100(Manager.java:78)
   at org.netbeans.modules.search.Manager$MyTaskListener.taskFinished(Manager.java:702)
   at org.openide.util.Task.notifyFinished(Task.java:231)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1424)
Comment 1 stefan79 2010-10-19 12:07:49 UTC
Created attachment 102479 [details]
stacktrace
Comment 2 Jaroslav Havlin 2011-09-07 09:54:02 UTC
core-main/rev/e870de472f07

Caused by insufficient synchronization.
Fixed, hopefully.
Comment 3 Quality Engineering 2011-09-08 14:30:29 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/e870de472f07
User: Jaroslav Havlin <jhavlin@netbeans.org>
Log: #191130 - [69cat] AssertionError: Unexpected task: null