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

--- Comment #5 from Petr Sumbera <[email protected]> ---
While looking closely at core file I see it's throwing segmentation fault at

185    q->d[posn] = q->d[--q->size];

cache_pq_remove+0x23:           movq   (%rbx),%rcx
cache_pq_remove+0x26:           leaq   -0x1(%rcx),%rax
cache_pq_remove+0x2a:           movq   %rax,(%rbx)
cache_pq_remove+0x2d:           movq   0x30(%rbx),%rax
cache_pq_remove+0x31:           movq   -0x8(%rax,%rcx,8),%rcx
cache_pq_remove+0x36:           movq   %rcx,(%rax,%r12,8)   <===== here

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