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 249146 - IllegalArgumentException: offset=205; count=-125; buf_length=80; buf_capacity=134
Summary: IllegalArgumentException: offset=205; count=-125; buf_length=80; buf_capacity...
Status: RESOLVED INCOMPLETE
Alias: None
Product: cnd
Classification: Unclassified
Component: Terminalemulator (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: ilia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-05 12:13 UTC by petrk
Modified: 2015-07-23 10:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 213928


Attachments
stacktrace (3.00 KB, text/plain)
2014-12-05 12:13 UTC, petrk
Details

Note You need to log in before you can comment on or make changes to this bug.
Description petrk 2014-12-05 12:13:35 UTC
Build: NetBeans IDE Dev (Build 20141121-71c8640d3a10)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Linux

User Comments:
petrk: Select multiple lines in output window




Stacktrace: 
java.lang.IllegalArgumentException: offset=205; count=-125; buf_length=80; buf_capacity=134
   at org.netbeans.lib.terminalemulator.Line.text(Line.java:420)
   at org.netbeans.lib.terminalemulator.Sel$1.visit(Sel.java:356)
   at org.netbeans.lib.terminalemulator.Buffer.visitLines(Buffer.java:225)
   at org.netbeans.lib.terminalemulator.Term.visitLines(Term.java:885)
   at org.netbeans.lib.terminalemulator.Sel.getSelection(Sel.java:354)
   at org.netbeans.lib.terminalemulator.Term.copyToSelection(Term.java:2347)
Comment 1 petrk 2014-12-05 12:13:37 UTC
Created attachment 150915 [details]
stacktrace
Comment 2 ilia 2015-07-23 10:09:27 UTC
I've tried different ways to reproduce this issue but still didn't get an exception.

Can you, please, provide exaxt steps to reproduce this?