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 241096 - IllegalArgumentException: Contents must be presorted - added value 182713 is less than preceding value 571577
Summary: IllegalArgumentException: Contents must be presorted - added value 182713 is ...
Status: RESOLVED INCOMPLETE
Alias: None
Product: platform
Classification: Unclassified
Component: Output Window (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-29 08:28 UTC by touzas
Modified: 2014-06-20 10:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 207065


Attachments
stacktrace (1.21 KB, text/plain)
2014-01-29 08:28 UTC, touzas
Details

Note You need to log in before you can comment on or make changes to this bug.
Description touzas 2014-01-29 08:28:24 UTC
This bug was originally marked as duplicate of bug 201450, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0 Beta (Build 201401141042)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Linux

User Comments:
touzas: This error ocurrs when i use a xdegug in php

GUEST: background scanning never ends!!




Stacktrace: 
java.lang.IllegalArgumentException: Contents must be presorted - added value 182713 is less than preceding value 571577
   at org.netbeans.core.output2.IntList.add(IntList.java:76)
   at org.netbeans.core.output2.AbstractLines.addTabAt(AbstractLines.java:1298)
   at org.netbeans.core.output2.OutWriter.doWrite(OutWriter.java:481)
   at org.netbeans.core.output2.OutWriter.println(OutWriter.java:344)
   at org.netbeans.core.output2.NbWriter.println(NbWriter.java:165)
   at org.netbeans.modules.php.dbgp.packets.DbgpStream.process(DbgpStream.java:89)
Comment 1 touzas 2014-01-29 08:28:26 UTC
Created attachment 144504 [details]
stacktrace
Comment 2 Jaroslav Havlin 2014-01-29 09:08:58 UTC
There are probably some characters in the PHP output that are not supported.
Can you please attach the debugger output, or the debugged page if it is open source or not confidential?
Thank you.
Comment 3 Jaroslav Havlin 2014-06-20 10:14:02 UTC
I'm sorry, I cannot reproduce this bug. It is necessary to have some sample output that causes the problem. Is your PHP script generating a web page or some other data type? What encoding is used? Does the output contain any special characters (\b backspace character, ANSI sequences)?
Closing for now. Please reopen if you can provide any additional information.
Thank you.