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 184603 - AssertionError at org.netbeans.modules.search.Manager.processNextPendingTask
Summary: AssertionError at org.netbeans.modules.search.Manager.processNextPendingTask
Status: VERIFIED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Victor Vasilyev
URL:
Keywords:
: 185037 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-04-21 12:12 UTC by Jaromir Uhrik
Modified: 2010-05-24 13:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 168311


Attachments
stacktrace (4.07 KB, text/plain)
2010-04-21 12:13 UTC, Jaromir Uhrik
Details
stacktrace (2.25 KB, text/plain)
2010-05-12 13:43 UTC, laurin1
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaromir Uhrik 2010-04-21 12:12:56 UTC
Build: NetBeans IDE 6.9 Beta (Build 201004200117)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.3-b01-101, Java(TM) SE Runtime Environment, 1.6.0_17-b04-248-9M3125
OS: Mac OS X

User Comments:
juhrik: -Searched in projects
-Closed all opened projects
-Closed Search top component
-->> AssertionError appeared...




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.search.Manager.processNextPendingTask(Manager.java:518)
   at org.netbeans.modules.search.Manager.scheduleCleanTask(Manager.java:170)
   at org.netbeans.modules.search.ResultView.removePanel(ResultView.java:366)
   at org.netbeans.modules.search.ResultView.closeAll(ResultView.java:552)
   at org.netbeans.modules.search.ResultView.componentClosed(ResultView.java:381)
   at org.openide.windows.WindowManager.componentCloseNotify(WindowManager.java:315)
Comment 1 Jaromir Uhrik 2010-04-21 12:13:02 UTC
Created attachment 97791 [details]
stacktrace
Comment 2 Victor Vasilyev 2010-05-12 01:17:45 UTC
*** Bug 185037 has been marked as a duplicate of this bug. ***
Comment 3 laurin1 2010-05-12 13:43:26 UTC
Created attachment 98849 [details]
stacktrace
Comment 4 Victor Vasilyev 2010-05-13 12:51:41 UTC
Strange error. I can't reproduce this, and I have no ideas about unexpected task that is cause of the error.

Debug output is added to assert statement to have a bit more info about unexpected task.
http://hg.netbeans.org/main/rev/b98ba1a1619a

Please, reopen this bug if you will see the Assertion Error in future.
Comment 5 Jaromir Uhrik 2010-05-24 13:14:25 UTC
Haven't seen the issue anymore - marking as Verified.