This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug nptl/16657] Lock elision breaks pthread_mutex_destroy


https://sourceware.org/bugzilla/show_bug.cgi?id=16657

--- Comment #21 from Rich Felker <bugdal at aerifal dot cx> ---
Judging from the description, I suspect this is just a bug in your code (lack
of synchronization when accessing data read/written by other threads) and
neither a glibc bug nor a gcc bug. An "outline of the code" is definitely not
sufficient to determine this since the potential bug is in the details. A
minimal self-contained reproducible test case is needed.

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]