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 199588 - ArrayIndexOutOfBoundsException: bad offset/length
Summary: ArrayIndexOutOfBoundsException: bad offset/length
Status: RESOLVED INCOMPLETE
Alias: None
Product: cnd
Classification: Unclassified
Component: Terminalemulator (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-21 14:46 UTC by tbrunhoff
Modified: 2012-05-11 13:16 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 179481


Attachments
stacktrace (2.36 KB, text/plain)
2011-06-21 14:46 UTC, tbrunhoff
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tbrunhoff 2011-06-21 14:46:19 UTC
Build: NetBeans IDE Dev (Build 201106041000)
VM: Java HotSpot(TM) Client VM, 19.0-b09, Java(TM) SE Runtime Environment, 1.6.0_23-b05
OS: Linux

User Comments:
tbrunhoff: selecting text in the (internal) debugger output window.




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: bad offset/length
   at sun.java2d.SunGraphics2D.drawChars(SunGraphics2D.java:2834)
   at org.netbeans.lib.terminalemulator.Term.myDrawChars(Term.java:2761)
   at org.netbeans.lib.terminalemulator.Term.paint_line_new(Term.java:2850)
   at org.netbeans.lib.terminalemulator.Term.do_paint(Term.java:3092)
   at org.netbeans.lib.terminalemulator.Screen.paint(Screen.java:196)
   at javax.swing.JComponent.paintChildren(JComponent.java:862)
Comment 1 tbrunhoff 2011-06-21 14:46:24 UTC
Created attachment 109017 [details]
stacktrace
Comment 2 Egor Ushakov 2011-10-07 16:38:13 UTC
Todd, is it reproducible in 7.1 beta or dev? if so, please attach the new stacktrace
Comment 3 tbrunhoff 2011-10-07 16:45:51 UTC
I may get to work in the debugger today. We'll see.

Have you tried repeating it in Build 201106041000?

Have you added code that will automatically include the gdb log when an exception occurs and the debugger is running?
Comment 4 Egor Ushakov 2011-10-12 10:05:55 UTC
any news?
Comment 5 tbrunhoff 2011-10-12 16:07:23 UTC
I spent a bunch of time in the debugger yesterday and did not see it.