Control: clone -1 -2
Control: retitle -2 Various regressions in unit tests when linking against 
-lpthread

On 01/05/2017 12:17 PM, Christian Seiler wrote:
> The correct solution is to change the name of the function to
> __libc_waitpid in __waitpid.c and to define a weak alias for
> waitpid there. I'm already working on this (saw your initial email
> where you reassigned this), and will do an upload soon together
> with regression tests for this.

So I now started to run the test suite by also linking against -lpthread
and found two test suite failures already on amd64 (haven't tried the
other platforms yet) if just -lpthread is added. Since none of the
test suite run uses pthreads directly, this is because weak symbol
overrides in the pthreads library cause unrelated functions to fail.
Yikes.

I'm cloning this bug report to track that problem separately.

Regards,
Christian

Reply via email to