DavidGradwell opened a new issue, #6671: URL: https://github.com/apache/netbeans/issues/6671
### Apache NetBeans version Apache NetBeans 19 ### What happened Whilst searching all open projects for a text string 'tview_instance_class' got the attached error. This error is repeatable. It occurs after the search has been going on for around 10 seconds and many files have been scanned. [messages.log](https://github.com/apache/netbeans/files/13296720/messages.log) It looks to be data related. Watching the search as it progresses and then closing the project it was scanning and trying again removes the issue. ### How to reproduce _No response_ ### Did this work correctly in an earlier version? No / Don't know ### Operating System Mac OS X version 14.0 running on aarch64; UTF-8; en_GB (nb) ### JDK OpenJDK 64-Bit Server VM 17.0.7+7-LTS Runtime: OpenJDK Runtime Environment 17.0.7+7-LTS System: ### Apache NetBeans packaging Apache NetBeans provided installer ### Anything else java.lang.IllegalArgumentException: newPosition > limit: (8193 > 8192) at java.base/java.nio.Buffer.createPositionException(Buffer.java:341) at java.base/java.nio.Buffer.position(Buffer.java:316) at java.base/java.nio.ByteBuffer.position(ByteBuffer.java:1516) at java.base/java.nio.charset.CharsetDecoder.decode(CharsetDecoder.java:622) at org.netbeans.api.queries.FileEncodingQuery$ProxyCharset$ProxyDecoder.decodeHead(FileEncodingQuery.java:239) at org.netbeans.api.queries.FileEncodingQuery$ProxyCharset$ProxyDecoder.decodeLoop(FileEncodingQuery.java:201) at java.base/java.nio.charset.CharsetDecoder.decode(CharsetDecoder.java:585) Caused: java.nio.charset.CoderMalfunctionError at java.base/java.nio.charset.CharsetDecoder.decode(CharsetDecoder.java:587) at java.base/sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:305) at java.base/sun.nio.cs.StreamDecoder.read(StreamDecoder.java:188) at java.base/java.io.InputStreamReader.read(InputStreamReader.java:177) at java.base/java.io.BufferedReader.fill(BufferedReader.java:162) at java.base/java.io.BufferedReader.read(BufferedReader.java:183) at org.netbeans.modules.search.matcher.LineReader.readNext(LineReader.java:70) at org.netbeans.modules.search.matcher.SingleLineStreamMatcher.getTextDetailsSL(SingleLineStreamMatcher.java:102) at org.netbeans.modules.search.matcher.SingleLineStreamMatcher.checkMeasuredInternal(SingleLineStreamMatcher.java:68) at org.netbeans.modules.search.matcher.AbstractMatcher.check(AbstractMatcher.java:53) at org.netbeans.modules.search.matcher.DefaultMatcher.checkMeasuredInternal(DefaultMatcher.java:93) at org.netbeans.modules.search.matcher.AbstractMatcher.check(AbstractMatcher.java:53) at org.netbeans.modules.search.BasicComposition.start(BasicComposition.java:78) at org.netbeans.modules.search.SearchTask.run(SearchTask.java:87) at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1419) at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45) at org.openide.util.lookup.Lookups.executeWith(Lookups.java:287) [catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2034) ### Are you willing to submit a pull request? No -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
