Date: Mon, 11 Apr 2016 07:58:03 +0100 From: Matthew Seaman <matthew@FreeBSD.org> To: freebsd-pkg@freebsd.org Subject: Re: lock problem with contemporary poudriere-devel Message-ID: <570B4AFB.3010603@FreeBSD.org> In-Reply-To: <2C70EACD-4FB6-4466-9463-3427081EE371@ellael.org> References: <alpine.BSF.2.00.1604100338530.69832@woozle.rinet.ru> <EDA00B73-70DC-42DC-AFDA-0AC8DEF034AC@ellael.org> <alpine.BSF.2.00.1604101322060.69832@woozle.rinet.ru> <2C70EACD-4FB6-4466-9463-3427081EE371@ellael.org>
next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --N8am9Dih7maJPj6ffRcl66KAoEsFW5nW9 Content-Type: multipart/mixed; boundary="AvsNC6JxcgwqI0Kr5943IDnXaeSRSs2NG" From: Matthew Seaman <matthew@FreeBSD.org> To: freebsd-pkg@freebsd.org Message-ID: <570B4AFB.3010603@FreeBSD.org> Subject: Re: lock problem with contemporary poudriere-devel References: <alpine.BSF.2.00.1604100338530.69832@woozle.rinet.ru> <EDA00B73-70DC-42DC-AFDA-0AC8DEF034AC@ellael.org> <alpine.BSF.2.00.1604101322060.69832@woozle.rinet.ru> <2C70EACD-4FB6-4466-9463-3427081EE371@ellael.org> In-Reply-To: <2C70EACD-4FB6-4466-9463-3427081EE371@ellael.org> --AvsNC6JxcgwqI0Kr5943IDnXaeSRSs2NG Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On 10/04/2016 13:23, Michael Grimm wrote: > Dmitry Morozovsky <marck@rinet.ru> wrote: >=20 >> -- and only with 10amd64 jail it has such lock. >=20 > JFTR: I am seeing these locks at 10.3-STABLE (r297721) and amd64 I found that this patch to the base system (t)csh helps: Index: bin/csh/config_p.h =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- bin/csh/config_p.h (revision 297698) +++ bin/csh/config_p.h (working copy) @@ -80,7 +80,6 @@ /****************** local defines *********************/ #if defined(__FreeBSD__) -#define SAVESIGVEC #define NLS_BUGS #define BSD_STYLE_COLORLS /* Use LC_MESSAGES locale category to open the message catalog */ That's due to a leak of the signal mask during vfork(). There's a PR about this problem somewhere... https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208132 Cheers, Matthew --AvsNC6JxcgwqI0Kr5943IDnXaeSRSs2NG-- --N8am9Dih7maJPj6ffRcl66KAoEsFW5nW9 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQJ8BAEBCgBmBQJXC0sDXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ2NTNBNjhCOTEzQTRFNkNGM0UxRTEzMjZC QjIzQUY1MThFMUE0MDEzAAoJELsjr1GOGkATADgQAKc0ewh/X4qlhFjIaAXuip5u 51qZhSJk/TD8iKDnfdgy3U0EbgFsO8VFAMpL1tX4P8ZcQHGh/bb1XWf7DFQQRKqO GRpy2fUC1H5wIgb4MtuEcVwqIuMTrnh/jjVLzLmG3DI6XsygTfSy48xF0Z0cJmJQ qMea/UR5TwJhVOapM8vbdCxPr/dSZ0oTNclg9PXUIqgInRRqR5q9d0uH66OIN9Ni UWFAQkLU4eHNZ2M5WaUX6EZL6XpuhV+MTYxNZwyOcmc5HiX6DB4OMTqJK6WgFtZy tYKZQsCs5r/isjNBhC2g+l9H/UGfg0e3S/pd/Kpr7eEGBfZz7dWwy2LA2Qza6S19 mErMG3VvunPjGmlYoEfxbunxPxHE9CeY5wNoK4WiQ4Rp5nNbA8U3k+93peuMS0uK UuOB4HXN2knQAZXVjBfoaHnJod2wcPpuAFLC+RYYo740uEpRpt52Tt0wENMFptj8 BPsS/H+UhJZgk2a0+0BNZrfW23CjvadS09c1OUUCpdcntKMnGdwoSqT8lWGxIQfR qzl37YSkDLtw9CBShXLSWqefbUIxqM/sI6asiz3RQ9ZYEPvMsnY56wPyzC9LJDwl iG4gkXdAVpbInP8Dre+HaMZd6Nbty/iH91bVw/wOiK95dLmR3SnjsS/iLeAe5//e CxuuxDB0ohSt9APOBRp7 =Hob2 -----END PGP SIGNATURE----- --N8am9Dih7maJPj6ffRcl66KAoEsFW5nW9--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?570B4AFB.3010603>