Konstantin Belousov 787a64ddd2 Do not skip two elements of the tid_buffer when reusing the buffer
slot. This eventually results in exhaustion of the tid space, causing
new threads get tid -1 as identifier.

The bad effect of having the thread id equal to -1 is that
UMTX_OP_UMUTEX_WAIT returns EFAULT for a lock owned by such thread,
because casuword cannot distinguish between literal value -1 read from
the address and -1 returned as an indication of faulted
access. _thr_umutex_lock() helper from libthr does not check for
errors from _umtx_op_err(2), causing an infinite loop in
mutex_lock_sleep().

We observed the JVM processes hanging and consuming enormous amount of
system time on machines with approximately 100 days uptime.

Reported by:	Mykola Dzham <freebsd levsha org ua>
MFC after:	1 week
2012-09-22 12:17:09 +00:00
..
2012-09-12 10:12:03 +00:00
2012-09-21 19:18:39 +00:00
2012-09-22 08:02:42 +00:00
2012-09-14 22:00:03 +00:00
2012-09-20 03:29:43 +00:00
2012-09-18 08:00:43 +00:00
2012-08-16 19:22:34 +00:00
2012-08-16 13:01:56 +00:00
2012-08-26 01:21:02 +00:00
2012-09-21 21:27:57 +00:00
2012-09-02 21:04:40 +00:00
2012-09-14 21:28:56 +00:00