From owner-freebsd-hackers@freebsd.org Thu Dec 24 18:46:19 2015 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AF199A50F2F; Thu, 24 Dec 2015 18:46:19 +0000 (UTC) (envelope-from thomas.e.zander@googlemail.com) Received: from mail-lf0-x22d.google.com (mail-lf0-x22d.google.com [IPv6:2a00:1450:4010:c07::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3F0A218EF; Thu, 24 Dec 2015 18:46:19 +0000 (UTC) (envelope-from thomas.e.zander@googlemail.com) Received: by mail-lf0-x22d.google.com with SMTP id p203so168046020lfa.0; Thu, 24 Dec 2015 10:46:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=T4LYRAjF+C3fKNgPc/FoTmZZnCPbuujJYDvcomGB7pU=; b=OsLp3Tms1+FwZhrNw4jTm0+34SG9s0knjTrXvgIij0+Y2KI/YV7yZbQW56YOBYcTc/ rIUCxkRIYXz1TS4znwUQ0bldemuFuDqlgJGudbtb5fJtASVD8Puqg677qUGsxY43XOK1 yVw/l3LutFkb65Tek+OLgLA2cEglAys0J0EoTQLZL7seYK1dfQPfWdPBXg/3X7DmWXsD i7Go+laxdNGpxrRpWQ5F2/f2mbUelRaXesFhJur2hI1xpSLqV/E0PpgvRDycP0As04MB 3VK7K6rf8ZosrM4HW4QtTqF1R8WR8d8aFVw4T07n76ilkv/0jbaMP31WjCsl43B3cB8F kc1w== MIME-Version: 1.0 X-Received: by 10.25.17.138 with SMTP id 10mr3442043lfr.26.1450982776436; Thu, 24 Dec 2015 10:46:16 -0800 (PST) Sender: thomas.e.zander@googlemail.com Received: by 10.114.48.9 with HTTP; Thu, 24 Dec 2015 10:46:16 -0800 (PST) In-Reply-To: <567BF197.10908@FreeBSD.org> References: <567BF197.10908@FreeBSD.org> Date: Thu, 24 Dec 2015 19:46:16 +0100 X-Google-Sender-Auth: GGA9tu5ZDWOWacXGXnpbUpKV8GU Message-ID: Subject: Re: firefox crashes during pkg upgrade From: Thomas Zander To: FreeBSD Hackers , freebsd-gecko@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 18:46:19 -0000 On 24 December 2015 at 14:22, Andriy Gapon wrote: > I've got a strange problem: sometime when I do pkg upgrade a firefox process > crashes with SIGBUS. And that happens rather often. Yep, here too. Didn't bother me enough to look into it, though. My crystal-ball-guess is that FF does not handle it well when ldconfig is run during pkg upgrade. Riggs