This is the mail archive of the libc-alpha@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]

Re: pthread_mutex_lock problem after upgrade to glibc 2.26 (Linux x32)


On Sunday 15 of October 2017, H.J. Lu wrote:
> On Sun, Oct 15, 2017 at 5:04 AM, Andreas Schwab <schwab@linux-m68k.org> 
wrote:
> > On Okt 15 2017, Arkadiusz Miśkiewicz <arekm@maven.pl> wrote:
> >> Some incompatible change in glibc 2.26?
> > 
> > The problem is that sysdeps/nptl/bits/thread-shared-types.h in 2.26 uses
> > #if __WORDSIZE == 64 where sysdeps/x86/bits/pthreadtypes.h in 2.25 uses
> > #ifdef __x86_64__.  This isn't the same on x32.
> > 
> > Andreas.
> 
> This is a regression.  Please open a glibc bug.

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

Regression introduced by commit:

commit eab380d8ec9884e90232dceba24161e63ddd26b8
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Tue Apr 4 15:51:10 2017 -0300

    Move shared pthread definitions to common headers

> 
> Thanks.


-- 
Arkadiusz Miśkiewicz, arekm / ( maven.pl | pld-linux.org )


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