Tag Archives: futex

JDBC takes forever to login

JDBC applications trying to connect to an 11g database appear to freeze. No error message appears and truss/strace reveals a never-ending FUTEX call: futex(0x4152f9d0, FUTEX_WAIT, 16502, NULL) = -1 EINTR (Interrupted system call) futex(0x4193b9d0, FUTEX_WAIT, 16368, NULL <unfinished … exit … Continue reading

Posted in jdbc | Tagged , , , | Leave a comment