Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Mar 2016 09:01:04 -0800
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        Mathieu Arnold <mat@FreeBSD.org>, Xin LI <delphij@FreeBSD.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-releng@freebsd.org
Subject:   Re: svn commit: r296465 - in releng/9.3: . crypto/openssl crypto/openssl/apps crypto/openssl/bugs crypto/openssl/crypto crypto/openssl/crypto/aes crypto/openssl/crypto/asn1 crypto/openssl/crypto/bf cry...
Message-ID:  <56DF0550.6000604@FreeBSD.org>
In-Reply-To: <DC10EFD5F03DA877503B6C3E@ogg.in.absolight.net>
References:  <201603071622.u27GMC4a082792@repo.freebsd.org> <9B6D673B7B15CCDC424E97A8@atuin.in.mat.cc> <56DEFD08.6050100@FreeBSD.org> <63FB9E5BBBF224CA12839457@ogg.in.absolight.net> <56DEFDF5.2040500@FreeBSD.org> <1E2DCDEE8775312979CE7D0B@ogg.in.absolight.net> <56DF0234.2090307@FreeBSD.org> <56DF025B.1090706@FreeBSD.org> <DC10EFD5F03DA877503B6C3E@ogg.in.absolight.net>

next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 4880 and 3156)
--wF6cMO9KA2gGg1RISeTE76daTm4Km6js6
Content-Type: multipart/mixed; boundary="PnILOghhedvtPSgpDwCU1Qpf8HDM23Woh"
From: Bryan Drewery <bdrewery@FreeBSD.org>
To: Mathieu Arnold <mat@FreeBSD.org>, Xin LI <delphij@FreeBSD.org>,
 src-committers@freebsd.org, svn-src-all@freebsd.org,
 svn-src-releng@freebsd.org
Message-ID: <56DF0550.6000604@FreeBSD.org>
Subject: Re: svn commit: r296465 - in releng/9.3: . crypto/openssl
 crypto/openssl/apps crypto/openssl/bugs crypto/openssl/crypto
 crypto/openssl/crypto/aes crypto/openssl/crypto/asn1 crypto/openssl/crypto/bf
 cry...
References: <201603071622.u27GMC4a082792@repo.freebsd.org>
 <9B6D673B7B15CCDC424E97A8@atuin.in.mat.cc> <56DEFD08.6050100@FreeBSD.org>
 <63FB9E5BBBF224CA12839457@ogg.in.absolight.net>
 <56DEFDF5.2040500@FreeBSD.org>
 <1E2DCDEE8775312979CE7D0B@ogg.in.absolight.net>
 <56DF0234.2090307@FreeBSD.org> <56DF025B.1090706@FreeBSD.org>
 <DC10EFD5F03DA877503B6C3E@ogg.in.absolight.net>
In-Reply-To: <DC10EFD5F03DA877503B6C3E@ogg.in.absolight.net>

--PnILOghhedvtPSgpDwCU1Qpf8HDM23Woh
Content-Type: text/plain; charset=windows-1252
Content-Transfer-Encoding: quoted-printable

On 3/8/2016 8:52 AM, Mathieu Arnold wrote:
> +--On 8 mars 2016 08:48:27 -0800 Bryan Drewery <bdrewery@FreeBSD.org> w=
rote:
> | On 3/8/2016 8:47 AM, Bryan Drewery wrote:
> |> On 3/8/2016 8:35 AM, Mathieu Arnold wrote:
> |>> +--On 8 mars 2016 08:29:41 -0800 Bryan Drewery <bdrewery@FreeBSD.or=
g>
> |>> wrote:
> |>> | On 3/8/2016 8:28 AM, Mathieu Arnold wrote:
> |>> |> +--On 8 mars 2016 08:25:44 -0800 Bryan Drewery <bdrewery@FreeBSD=
=2Eorg>
> |>> |> wrote:
> |>> |> | On 3/7/2016 4:29 PM, Mathieu Arnold wrote:
> |>> |> |> +--On 7 mars 2016 16:22:12 +0000 Xin LI <delphij@FreeBSD.org>=

> |>> |> |> wrote:
> |>> |> |> | Author: delphij
> |>> |> |> | Date: Mon Mar  7 16:22:11 2016
> |>> |> |> | New Revision: 296465
> |>> |> |> | URL: https://svnweb.freebsd.org/changeset/base/296465
> |>> |> |> |=20
> |>> |> |> | Log:
> |>> |> |> |   Fix multiple OpenSSL vulnerabilities.
> |>> |> |> |  =20
> |>> |> |> |   Security:	FreeBSD-SA-16:12.openssl
> |>> |> |> |   Approved by:	so
> |>> |> |>=20
> |>> |> |> After that, poudriere bulk fails with:
> |>> |> |>=20
> |>> |> |> [00:00:07] =3D=3D=3D=3D>> Creating pkgng repository
> |>> |> |> Creating repository in /tmp/packages: 100%
> |>> |> |> Packing files for repository:   0%Child process pid=3D50970
> |>> |> |> terminated abnormally: Segmentation fault: 11
> |>> |> |> [00:00:08] =3D=3D=3D=3D>> Cleaning up
> |>> |> |> 9amd64-pkgng-default: removed
> |>> |> |> 9amd64-pkgng-default-n: removed
> |>> |> |>=20
> |>> |> |> pkg-static is the one doing the segfault...
> |>> |> |>=20
> |>> |> |=20
> |>> |> | Is QEMU involved here?
> |>> |> |=20
> |>> |> | Do you have PKG_REPO_FROM_HOST or PKG_REPO_SIGNING_KEY set? (N=
ot
> |>> |> | saying you should)
> |>> |>=20
> |>> |> No, it's a regular 9amd64 build on a 10.2 amd64 host.
> |>> |>=20
> |>> |=20
> |>> | Can you please rebuild pkg with debug symbols and then run your 9=
=2E3
> |>> | version against the repo in gdb?
> |>>=20
> |>> I could yes, but not today, tomorrow at the earliest.  How do I bui=
ld
> |>> the port with debug symbols ?
> |>>=20
> |>=20
> |> WITH_DEBUG=3Dyes make
> |>=20
> |=20
> | You might need this too: DEBUG_FLAGS=3D"-g -O0"
>=20
> Mmmm, ok, what commands do I need to run ?
>=20

(assuming devel/gdb installed)
gdb710 --args /usr/local/sbin/pkg-static repo <path to repo>
# run
<crash>
# bt full

--=20
Regards,
Bryan Drewery


--PnILOghhedvtPSgpDwCU1Qpf8HDM23Woh--

--wF6cMO9KA2gGg1RISeTE76daTm4Km6js6
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQEcBAEBAgAGBQJW3wVQAAoJEDXXcbtuRpfPdkQIAMChshdXDVZ4IkELouhxvqlx
NcAtAYTorGnJkqDiwcZziZ66l8d/IKo6NyOEsJWXqigqzOnaZQ+TbBNlte6YPn5a
K34bDRgNGTuMqn1a8nPq+NA7KG1xLwXVR2lxflC+chIkKlCSvHZRFyDDHjwmcvEf
fxw8NPv7veRjiH798LqI3tkaIcvYt9WfSXGk+51yNUkszg7zDIGcXpFO6KP7MLR9
EkQcML5Ky9cpcgOT+j+q2oMhtOLo3Qdl6N9zvUhMh1cVaJRZp45Ovy0lUTv0JZKT
x60toatjlDRqxHcY6QvdLQvMTBp1VdL30D8hIf4VaiummDD258Lmd2jH+S87Mbk=
=C0G+
-----END PGP SIGNATURE-----

--wF6cMO9KA2gGg1RISeTE76daTm4Km6js6--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?56DF0550.6000604>