Re: Bug#882158: stretch-pu: package glibc/2.24-11+deb9u2

2017-11-24 Thread Adam D. Barratt
Control: tags -1 + confirmed d-i On Wed, 2017-11-22 at 18:02 +0100, Aurelien Jarno wrote: > On 2017-11-19 18:36, Aurelien Jarno wrote: [...] > > I would like to upload a new glibc package for the next stretch > > release. > > It mostly consists in pulling the release/2.24/master upstream > >

Bug#882586: libc6-dev:amd64: pthread_rwlock_unlock segfaults in statically linked executable

2017-11-24 Thread g1
Package: libc6-dev Version: 2.24-11+deb9u1 Severity: important A minimal program that exercises R/W locks crashes when linked statically: $ cat test-rwlock.c #include int main() { pthread_rwlock_t rw; if (pthread_rwlock_init(, NULL)) return -1; if (pthread_rwlock_wrlock())