Fatal error 'mutex is on list' at line 139 in file /usr/src/lib/libthr/thread/thr_mutex.c (errno = 35)
Konstantin Belousov
kostikbel at gmail.com
Tue Mar 22 10:52:06 UTC 2016
On Tue, Mar 22, 2016 at 12:01:38PM +0200, Oleg V. Nauman wrote:
> After applying this patch:
>
> No coredumps produced after three subsequent KDE session restarts.
Thank you for patience and testing. The issue is apparent bug in KDE
which can do several calls to pthread_mutex_init() for process-shared
mutex, from different processes. This situation is declared as undefined
by Posix and really is quite severe bug for unchecked implementations.
I committed the workaround as r297185.
More information about the freebsd-current
mailing list