Re: race condition destroying condition variables

2017-12-21 Thread Brent W. Baccala
Well, I've got a patch that might work, but I'm having a lot of trouble testing it. I can't dpkg-buildpackage the Debian glibc package. It gets into the test routines, then a bunch of the math tests crash with SIGSEGVs and SIGILLs, then I get a bunch of kernel errors: no more room in ee26a908 ((

Re: race condition destroying condition variables

2017-12-21 Thread Svante Signell
On Thu, 2017-12-21 at 17:32 -0500, Brent W. Baccala wrote: > Well, I've got a patch that might work, but I'm having a lot of > trouble testing it. > > I can't dpkg-buildpackage the Debian glibc package. > > It gets into the test routines, then a bunch of the math tests crash > with SIGSEGVs and S

Re: race condition destroying condition variables

2017-12-21 Thread Samuel Thibault
Svante Signell, on jeu. 21 déc. 2017 23:58:20 +0100, wrote: > On Thu, 2017-12-21 at 17:32 -0500, Brent W. Baccala wrote: > > Well, I've got a patch that might work, but I'm having a lot of > > trouble testing it. > > > > I can't dpkg-buildpackage the Debian glibc package. > > > > It gets into the

Re: race condition destroying condition variables

2017-12-21 Thread Svante Signell
On Fri, 2017-12-22 at 00:22 +0100, Samuel Thibault wrote: > > > > > The testsuite for glibc is known to be broken. Just > > export DEB_BUILD_OPTIONS=nocheck before building > > with dpkg-buildpackage -b ... > > Broken tests are marked as such, there aren't so many marked as such. > > Using noch