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 254257 - IndexOutOfBoundsException during regular IDE work
Summary: IndexOutOfBoundsException during regular IDE work
Status: RESOLVED WONTFIX
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 8.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
: 255727 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-08-11 06:53 UTC by stwr
Modified: 2015-10-06 11:17 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (44.90 KB, application/x-octet-stream)
2015-08-11 06:53 UTC, stwr
Details

Note You need to log in before you can comment on or make changes to this bug.
Description stwr 2015-08-11 06:53:51 UTC
Created attachment 155258 [details]
IDE log

Product Version: NetBeans IDE Dev (Build 201508100002)
Java: 1.8.0_60-ea; Java HotSpot(TM) 64-Bit Server VM 25.60-b23
Runtime: Java(TM) SE Runtime Environment 1.8.0_60-ea-b25
System: Windows 7 version 6.1 running on amd64; Cp1250; en_US (nb)
User directory: C:\Users\cendrowiczm\AppData\Roaming\NetBeans\dev
Cache directory: C:\Users\cendrowiczm\AppData\Local\NetBeans\Cache\dev

Exception (see attached log file) has been thrown when:

1. IDE has just been started with clear userdir
2. Java project has just been opened
3. Debugger session has been started for the opened project

Debugger session has been started successfully and in parallel the exception has been emitted.
Comment 1 stwr 2015-08-11 09:22:25 UTC
It happened again. In both cases newly opened project was MemoryView from this test specification --> http://services.netbeans.org/synergy/client/app/#/specification/288/v/2. The use case was totally the same.
Comment 2 Martin Entlicher 2015-09-09 07:23:29 UTC
This is not a NetBeans issue. It happens in a thread, which is out of control for NetBeans. It needs to be fixed in the JDK.
See https://bugs.openjdk.java.net/browse/JDK-8135230
Comment 3 Martin Entlicher 2015-10-06 11:17:36 UTC
*** Bug 255727 has been marked as a duplicate of this bug. ***