Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Nov 2015 19:16:45 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-threads@FreeBSD.org
Subject:   [Bug 204178] stress2 on arm64 thr1 hangs after printing pthread_join error
Message-ID:  <bug-204178-16-oPWxWCRMIC@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-204178-16@https.bugs.freebsd.org/bugzilla/>
References:  <bug-204178-16@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204178

martin@lispworks.com changed:

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

--- Comment #9 from martin@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-204178-16-oPWxWCRMIC>