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 191268 - AssertionError: limitOffset=8506 > docTextLength=8483
Summary: AssertionError: limitOffset=8506 > docTextLength=8483
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: 6.x
Hardware: All All
: P1 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-22 16:53 UTC by Jesse Glick
Modified: 2010-10-26 15:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 173394


Attachments
stacktrace (3.77 KB, text/plain)
2010-10-22 16:53 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2010-10-22 16:53:25 UTC
This issue was reported manually by jglick.
It already has 3 duplicates 


Build: NetBeans IDE Dev (Build 101022-615e942aece0)
VM: Java HotSpot(TM) Client VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Linux

User Comments:
jglick: Paste w/ Formatting




Stacktrace: 
java.lang.AssertionError: limitOffset=8506 > docTextLength=8483
   at org.netbeans.modules.editor.lib2.view.ViewBuilder.createNextView(ViewBuilder.java:365)
   at org.netbeans.modules.editor.lib2.view.ViewBuilder.createViews(ViewBuilder.java:308)
   at org.netbeans.modules.editor.lib2.view.ViewUpdates.buildViews(ViewUpdates.java:147)
   at org.netbeans.modules.editor.lib2.view.ViewUpdates.reinitViews(ViewUpdates.java:165)
   at org.netbeans.modules.editor.lib2.view.DocumentView.checkViewsInited(DocumentView.java:480)
   at org.netbeans.modules.editor.lib2.view.DocumentView.modelToY(DocumentView.java:897)
Comment 1 Jesse Glick 2010-10-22 16:53:31 UTC
Created attachment 102577 [details]
stacktrace
Comment 2 Jesse Glick 2010-10-22 17:06:05 UTC
Prevented IDE's UI from functioning. Workaround: Ctrl-0 Ctrl-S Ctrl-W
Comment 3 Jesse Glick 2010-10-22 21:21:13 UTC
This dev build is unusable, need to revert to a previous build.
Comment 4 Miloslav Metelka 2010-10-25 10:24:09 UTC
I have reproduced the problem and I'll fix it ASAP.
Comment 5 Miloslav Metelka 2010-10-25 15:53:28 UTC
http://hg.netbeans.org/jet-main/rev/f3349bd0b380
Comment 6 Miloslav Metelka 2010-10-26 15:01:15 UTC
Test added to prevent a regression:
http://hg.netbeans.org/jet-main/rev/d9603c843d1a
Comment 7 Miloslav Metelka 2010-10-26 15:11:25 UTC
*** Bug 188843 has been marked as a duplicate of this bug. ***