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

--- Comment #2 from [email protected] ---
Created attachment 36904
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=36904&action=edit
GDB output

The most interesting (to me) seems to be thread 77, which is waiting in the
read() call. /proc/pid/syscall/ output for that thread is:

0 0xf 0x7fc5a27cc75f 0x1 0x0 0x0 0x0 0x7fc5a27cc6e0 0x7fc5cfa48544

If I understand that correctly, it is a read from FD 15, which is (from
/proc/pid/fd/15) pipe:[70519261]

According to lsof, this pipe is exclusive to the parent process 8904 and its
threads and is not used by any other process in the system

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