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 150471 - StackOverflowError at org.netbeans.lib.editor.util.FlyOffsetGapList.elementOffset
Summary: StackOverflowError at org.netbeans.lib.editor.util.FlyOffsetGapList.elementOf...
Status: VERIFIED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Torbjorn Norbye
URL: http://statistics.netbeans.org/analyt...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-17 02:12 UTC by Torbjorn Norbye
Modified: 2011-12-13 07:43 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Patch against release65 clone (1.21 KB, patch)
2008-10-17 02:20 UTC, Torbjorn Norbye
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Torbjorn Norbye 2008-10-17 02:12:02 UTC
See this thread dump:
http://statistics.netbeans.org/analytics/detail.do?id=129123

There appears to be a possible infinite recursion scenario in embedded files (JSPs etc).
Comment 1 Torbjorn Norbye 2008-10-17 02:19:43 UTC
This is now fixed in 7.0/trunk (changeset a39574e201ac )

I think it should be included or patched in 6.5 as well. The fix is low risk. I will attach a release65 branch.
Comment 2 Torbjorn Norbye 2008-10-17 02:20:38 UTC
Created attachment 72072 [details]
Patch against release65 clone
Comment 3 Martin Schovanek 2008-10-17 14:11:25 UTC
Should be fixed for 6.5. Verified in trunk by QE.
Comment 4 Torbjorn Norbye 2008-10-19 04:16:19 UTC
Fixed in 6.5 as well: 4a0505d36573