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...
Baptiste Daroussin
bapt at FreeBSD.org
Fri Mar 18 05:15:04 UTC 2016
On Tue, Mar 08, 2016 at 09:01:04AM -0800, Bryan Drewery wrote:
> On 3/8/2016 8:52 AM, Mathieu Arnold wrote:
> > +--On 8 mars 2016 08:48:27 -0800 Bryan Drewery <bdrewery at FreeBSD.org> wrote:
> > | 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 at FreeBSD.org>
> > |>> wrote:
> > |>> | On 3/8/2016 8:28 AM, Mathieu Arnold wrote:
> > |>> |> +--On 8 mars 2016 08:25:44 -0800 Bryan Drewery <bdrewery at FreeBSD.org>
> > |>> |> wrote:
> > |>> |> | On 3/7/2016 4:29 PM, Mathieu Arnold wrote:
> > |>> |> |> +--On 7 mars 2016 16:22:12 +0000 Xin LI <delphij at FreeBSD.org>
> > |>> |> |> wrote:
> > |>> |> |> | Author: delphij
> > |>> |> |> | Date: Mon Mar 7 16:22:11 2016
> > |>> |> |> | New Revision: 296465
> > |>> |> |> | URL: https://svnweb.freebsd.org/changeset/base/296465
> > |>> |> |> |
> > |>> |> |> | Log:
> > |>> |> |> | Fix multiple OpenSSL vulnerabilities.
> > |>> |> |> |
> > |>> |> |> | Security: FreeBSD-SA-16:12.openssl
> > |>> |> |> | Approved by: so
> > |>> |> |>
> > |>> |> |> After that, poudriere bulk fails with:
> > |>> |> |>
> > |>> |> |> [00:00:07] ====>> Creating pkgng repository
> > |>> |> |> Creating repository in /tmp/packages: 100%
> > |>> |> |> Packing files for repository: 0%Child process pid=50970
> > |>> |> |> terminated abnormally: Segmentation fault: 11
> > |>> |> |> [00:00:08] ====>> Cleaning up
> > |>> |> |> 9amd64-pkgng-default: removed
> > |>> |> |> 9amd64-pkgng-default-n: removed
> > |>> |> |>
> > |>> |> |> pkg-static is the one doing the segfault...
> > |>> |> |>
> > |>> |> |
> > |>> |> | Is QEMU involved here?
> > |>> |> |
> > |>> |> | Do you have PKG_REPO_FROM_HOST or PKG_REPO_SIGNING_KEY set? (Not
> > |>> |> | saying you should)
> > |>> |>
> > |>> |> No, it's a regular 9amd64 build on a 10.2 amd64 host.
> > |>> |>
> > |>> |
> > |>> | Can you please rebuild pkg with debug symbols and then run your 9.3
> > |>> | version against the repo in gdb?
> > |>>
> > |>> I could yes, but not today, tomorrow at the earliest. How do I build
> > |>> the port with debug symbols ?
> > |>>
> > |>
> > |> WITH_DEBUG=yes make
> > |>
> > |
> > | You might need this too: DEBUG_FLAGS="-g -O0"
> >
> > Mmmm, ok, what commands do I need to run ?
> >
>
> (assuming devel/gdb installed)
> gdb710 --args /usr/local/sbin/pkg-static repo <path to repo>
-d repo...
> # run
> <crash>
> # bt full
>
> --
> Regards,
> Bryan Drewery
>
you need -d to prevent pkg from forking itself
Bapt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-src-releng/attachments/20160318/938ebc9f/attachment.sig>
More information about the svn-src-releng
mailing list