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 217103 - IllegalStateException: startCreationOffset=0 > matchOffset=-1961
Summary: IllegalStateException: startCreationOffset=0 > matchOffset=-1961
Status: RESOLVED DUPLICATE of bug 225451
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: 7.3
Hardware: All All
: P2 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-20 13:31 UTC by Exceptions Reporter
Modified: 2013-02-26 02:23 UTC (History)
13 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 191686


Attachments
stacktrace (3.61 KB, text/plain)
2012-08-20 13:31 UTC, Exceptions Reporter
Details
stacktrace (3.60 KB, text/plain)
2013-01-24 14:10 UTC, misterm
Details
stacktrace (3.61 KB, text/plain)
2013-01-25 14:55 UTC, karel_barel
Details
stacktrace (3.60 KB, text/plain)
2013-01-25 16:43 UTC, ehsavoie
Details
stacktrace (3.61 KB, text/plain)
2013-01-25 17:34 UTC, misterm
Details
stacktrace (3.60 KB, text/plain)
2013-01-30 14:55 UTC, misterm
Details
stacktrace (3.61 KB, text/plain)
2013-02-04 12:28 UTC, Jan Becicka
Details
stacktrace (3.60 KB, text/plain)
2013-02-11 13:49 UTC, malakim
Details
stacktrace (3.61 KB, text/plain)
2013-02-11 16:58 UTC, Ondrej Vrabec
Details
stacktrace (3.60 KB, text/plain)
2013-02-12 09:10 UTC, malakim
Details
stacktrace (3.60 KB, text/plain)
2013-02-12 09:31 UTC, malakim
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-08-20 13:31:27 UTC
This bug was originally marked as duplicate of bug 208788, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201206280002)
VM: OpenJDK 64-Bit Server VM, 20.0-b12, OpenJDK Runtime Environment, 1.6.0_24-b24
OS: Linux

User Comments:
GUEST: I used git on the command line to check out a file while netbeans had it open (I've done this 1001 times without the crash, though...)




Stacktrace: 
java.lang.IllegalStateException: startCreationOffset=0 > matchOffset=-1961
   at org.netbeans.modules.editor.lib2.view.ViewBuilder.createViews(ViewBuilder.java:693)
   at org.netbeans.modules.editor.lib2.view.ViewBuilder.createReplaceRepaintViews(ViewBuilder.java:684)
   at org.netbeans.modules.editor.lib2.view.ViewUpdates.updateViewsByModification(ViewUpdates.java:311)
   at org.netbeans.modules.editor.lib2.view.ViewUpdates.removeUpdate(ViewUpdates.java:277)
   at sun.reflect.GeneratedMethodAccessor47.invoke(GeneratedMethodAccessor47.java:0)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
Comment 1 Exceptions Reporter 2012-08-20 13:31:30 UTC
Created attachment 123311 [details]
stacktrace
Comment 2 misterm 2013-01-24 14:10:43 UTC
Created attachment 130588 [details]
stacktrace
Comment 3 Exceptions Reporter 2013-01-24 14:10:50 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=191686
Comment 4 karel_barel 2013-01-25 14:55:44 UTC
Created attachment 130651 [details]
stacktrace

switched git branch when having confliccting file opened
Comment 5 ehsavoie 2013-01-25 16:43:44 UTC
Created attachment 130664 [details]
stacktrace
Comment 6 misterm 2013-01-25 17:34:44 UTC
Created attachment 130666 [details]
stacktrace
Comment 7 Exceptions Reporter 2013-01-25 18:07:46 UTC
This bug already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=191686
Comment 8 misterm 2013-01-30 14:55:50 UTC
Created attachment 130840 [details]
stacktrace
Comment 9 Jan Becicka 2013-02-04 12:28:59 UTC
Created attachment 130999 [details]
stacktrace
Comment 10 malakim 2013-02-11 13:49:45 UTC
Created attachment 131238 [details]
stacktrace
Comment 11 Exceptions Reporter 2013-02-11 13:49:52 UTC
This bug already has 20 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=191686
Comment 12 Ondrej Vrabec 2013-02-11 16:58:45 UTC
Created attachment 131255 [details]
stacktrace

external change in a file
Comment 13 malakim 2013-02-12 09:10:45 UTC
Created attachment 131276 [details]
stacktrace

git merge in a console window
Comment 14 malakim 2013-02-12 09:31:46 UTC
Created attachment 131277 [details]
stacktrace
Comment 15 Miloslav Metelka 2013-02-14 11:59:47 UTC
There are no more reports with any build later than 20130201 so the problem should be resolved by fix of issue #225451 (integrated in dev builds and release73 since 20130204).

*** This bug has been marked as a duplicate of bug 225451 ***