https://bz.apache.org/bugzilla/show_bug.cgi?id=58489

--- Comment #1 from Remy Tiitre <[email protected]> ---
SlowQueryReport.java line 478 is the reason for this crash. compare(x,x) should
not return 1.

if (stats1.lastInvocation == 0 && stats2.lastInvocation != 0) return 1;

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to