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 206016 - [71cat] IllegalStateException: Mark already disposed: mark=offset=<invalid>, bias=Forward, class=class org.netbeans.editor.MarkFactory$ContextMark
Summary: [71cat] IllegalStateException: Mark already disposed: mark=offset=<invalid>, ...
Status: RESOLVED DUPLICATE of bug 203827
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-06 17:00 UTC by schkovich
Modified: 2012-02-22 15:30 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 181409


Attachments
stacktrace (2.50 KB, text/plain)
2011-12-06 17:00 UTC, schkovich
Details
stacktrace (2.50 KB, text/plain)
2012-01-13 17:41 UTC, Jesse Glick
Details
stacktrace (2.50 KB, text/plain)
2012-01-23 21:21 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description schkovich 2011-12-06 17:00:16 UTC
Build: NetBeans IDE 7.1 (Build 201112030901)
VM: Java HotSpot(TM) 64-Bit Server VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Linux

User Comments:
schkovich: viewing differences of remotely modified file. exception was thrown after pressing button show both local and remote changes

rkubacki: editing source file...

GUEST: after commit on subversion




Stacktrace: 
java.lang.IllegalStateException: Mark already disposed: mark=offset=<invalid>, bias=Forward, class=class org.netbeans.editor.MarkFactory$ContextMark
   at org.netbeans.editor.Mark.dispose(Mark.java:216)
   at org.netbeans.editor.Mark.move(Mark.java:135)
   at org.netbeans.editor.BaseCaret.insertUpdate(BaseCaret.java:1368)
   at org.netbeans.lib.editor.util.swing.PriorityDocumentListenerList.insertUpdate(PriorityDocumentListenerList.java:85)
   at javax.swing.text.AbstractDocument.fireInsertUpdate(AbstractDocument.java:202)
   at org.netbeans.editor.BaseDocument.fireInsertUpdate(BaseDocument.java:1559)
Comment 1 schkovich 2011-12-06 17:00:19 UTC
Created attachment 113887 [details]
stacktrace
Comment 2 Jesse Glick 2012-01-13 17:41:51 UTC
Created attachment 114884 [details]
stacktrace
Comment 3 Jesse Glick 2012-01-23 21:21:58 UTC
Created attachment 115176 [details]
stacktrace
Comment 4 Exceptions Reporter 2012-01-23 21:22:06 UTC
This bug already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=181409
Comment 5 Miloslav Metelka 2012-02-22 15:30:31 UTC
BaseCaret newly uses positions after integration of issue #203827

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