[Bug 204178] stress2 on arm64 thr1 hangs after printing pthread_join error

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Nov 30 19:16:45 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204178

martin at lispworks.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |martin at lispworks.com

--- Comment #9 from martin at lispworks.com ---
(In reply to Andrew Turner from comment #5)
Aren't the locks in _thr_alloc only used by threads that call pthread_create? 
For the code at
https://svnweb.freebsd.org/base/user/pho/stress2/testcases/thr1/thr1.c, this
only happens sequentially from the main thread, so that suggests something went
wrong releasing the lock on the userland side (it shouldn't need to trap into
the kernel).

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-threads mailing list