RFR: 8299560: Assertion failed: currentQueryIndex >= 0 && currentQueryIndex < numberOfJavaProcessesAtInitialization
Kevin Walls
kevinw at openjdk.org
Wed Sep 27 15:57:25 UTC 2023
On Wed, 27 Sep 2023 10:36:08 GMT, Kevin Walls <kevinw at openjdk.org> wrote:
>> What was the cause of all the 0's in the output, and how did you get rid of them so you could see the assert message?
>
> Thanks Leonid!
>
> On the \u0000 content, I don't see that mess in the console (cygwin) if I make these asserts trigger in a local windows build and test.
> But I do see the \u0000... in the .jtr file created by jtreg. So a character encoding disagreement when the output is captured and saved..? The jtreg faq mentions this, https://openjdk.org/jtreg/faq.html but I haven't worked on it further.
>
> In logs/bug reports that have them, I just search and replace to remove them...
Thanks Chris!
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/15750#discussion_r1338830889
More information about the serviceability-dev
mailing list