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: [COMMITTED] Fix wake-up in sysdeps/nptl/fork.c.


> Committed this as obvious.  The futex wake-up needs the address of the
> futex variable, not the value.  

Yowza!  That's a sure sign that we really need this cleanup to demacroify
this stuff and get proper type checking.

> I've searched glibc bugs for "fork", but
> didn't see a bug that seemed to be likely to be related to this.

The failure mode would be a hang at exit, which is not too likely to be
characterized in a user bug report in a way that would be easy to find.


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