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. _______________________________________________ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"