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 147278 - A lot of BadLocationException exceptions
Summary: A lot of BadLocationException exceptions
Status: RESOLVED WORKSFORME
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-15 15:04 UTC by Martin Krauskopf
Modified: 2008-09-30 11:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
ble.txt (42.49 KB, text/plain)
2008-09-15 15:05 UTC, Martin Krauskopf
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Krauskopf 2008-09-15 15:04:42 UTC
Likely somehow cycled, since I have to kill the IDE to get rid of 100% CPU consuming. It happens to me during Exception
Reporter windows was displayed, when trying to file another exception. Not sure if related. Attaching log.
Comment 1 Martin Krauskopf 2008-09-15 15:05:19 UTC
Created attachment 69875 [details]
ble.txt
Comment 2 Miloslav Metelka 2008-09-16 14:53:38 UTC
Is it random? When did it start to happen? Could you attach a messages.log? Thanks.
Comment 3 Miloslav Metelka 2008-09-30 11:38:38 UTC
Since there's

	at org.openide.text.CloneableEditorSupport.reloadDocument(CloneableEditorSupport.java:1447)

I've tried to reproduce by having an exception reporter opened and forcing reloading of the document opened in the
editor by doing an external modification but it did not trigger the problem.
Closing as worksforme please reopen if the problem reapears.