Synchronizing auxiliary mutex data
Andrew Pinski
pinskia@gmail.com
Tue Jun 27 23:43:00 GMT 2017
On Mon, Jun 19, 2017 at 1:10 AM, Andreas Schwab <schwab@suse.de> wrote:
> What is synchronizing the auxiliary data in pthread_mutex_t.__data
> (__owner and __count) between threads?
I suspect you are running into a problem where you are getting a
deadlock and/or lock has happened on two different CPUs?
Since mutex also depends on futex, what kernel version? RT full enabled?
If it a kernel version from sometime last year and RT full enabled you
might want to test
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=dbb26055defd03d59f678cb5f2c992abe05b064a
>
> Andreas.
>
> --
> Andreas Schwab, SUSE Labs, schwab@suse.de
> GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7
> "And now for something completely different."
More information about the Libc-alpha
mailing list