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

--- Comment #6 from Petr Sumbera <[email protected]> ---
MCacheMaxObjectCount was set to 10099. But from core it seems that 'posn =
q->get(d)' sets posn to 15151592.

I can see also:
q->size = 0
q->avail = 10100
q->step = 10100

size is zero. So shouldn't cache_pq_remove() start with something like:

if (!q || q->size == 1)
return NULL;

?

BTW this might be related to 2.2 only as cache_pqueue.c doesn't seem to be
present in 2.4.

-- 
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