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 164549

Summary: StackOverflowError at java.util.regex.Pattern$CharProperty$1.isSatisfiedBy
Product: contrib Reporter: athompson <athompson>
Component: TasklistAssignee: Stanislav Aubrecht <saubrecht>
Status: RESOLVED DUPLICATE    
Severity: blocker CC: jtulach, vstejskal
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=150663
Issue Type: DEFECT Exception Reporter: 150663
Attachments: stacktrace

Description athompson 2009-05-06 03:41:32 UTC
Build: NetBeans IDE Dev (Build 200905051401)
VM: Java HotSpot(TM) 64-Bit Server VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Linux, 2.6.28-11-generic, amd64

User Comments:
athompson: starting netbeans



Stacktrace: 
org.openide.util.RequestProcessor$Item: task failed: java.lang.StackOverflowError
        at org.openide.util.RequestProcessor$Item.fillInStackTrace(RequestProcessor.java:853)
        at java.lang.Throwable.<init>(Throwable.java:181)
        at java.lang.Exception.<init>(Exception.java:29)
        at org.openide.util.RequestProcessor$Item.<init>(RequestProcessor.java:819)
        at org.openide.util.RequestProcessor$Task.schedule(RequestProcessor.java:629)
        at org.openide.util.RequestProcessor.post(RequestProcessor.java:295)
Comment 1 athompson 2009-05-06 03:41:38 UTC
Created attachment 81607 [details]
stacktrace
Comment 2 Stanislav Aubrecht 2009-05-11 13:48:17 UTC
looks like a bug in RequestProcessor, pls evaluate
Comment 3 Jaroslav Tulach 2009-05-18 16:46:48 UTC
Request processor is not using Pattern at all. What makes you believe there is a bug in RequestProcessor then?
Comment 4 Jaroslav Tulach 2009-05-19 14:04:10 UTC
Looking at the code, this message means that the Runnable sent to the post method by
org.netbeans.modules.tasklist.impl.TaskManagerImpl.startLoading(TaskManagerImpl.java:267)
caused StackOverflowError. There is not much to do about that in RequestProcessor.
Comment 5 Stanislav Aubrecht 2009-05-19 14:30:36 UTC
the request processor task the exception originated from doesn't use any regular expressions. it's likely that the
exception was thrown from indexing infrastructure (query support).

any, we need some steps to reproduce
Comment 6 Stanislav Aubrecht 2009-09-23 15:10:02 UTC
closing - please reopen if reproducible in recent builds, thanks
Comment 7 Jesse Glick 2009-10-26 15:41:35 UTC
.
Comment 8 Jesse Glick 2009-10-26 15:47:05 UTC

*** This issue has been marked as a duplicate of 154894 ***