From owner-freebsd-ports@freebsd.org Wed Sep 21 08:16:22 2016 Return-Path: Delivered-To: freebsd-ports@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 AC4C5BE3EA0 for ; Wed, 21 Sep 2016 08:16:22 +0000 (UTC) (envelope-from sevenjp@gmail.com) Received: from mail-wm0-x235.google.com (mail-wm0-x235.google.com [IPv6:2a00:1450:400c:c09::235]) (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 48E9F2C5 for ; Wed, 21 Sep 2016 08:16:22 +0000 (UTC) (envelope-from sevenjp@gmail.com) Received: by mail-wm0-x235.google.com with SMTP id w84so178174574wmg.1 for ; Wed, 21 Sep 2016 01:16:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=PsxU3WFJVzX8Qf2dxi1gx9m5db4FCKq7ZBagxrOM7KU=; b=t1KrozcaXbQR+WSTFs6Ql05TL1zFYY6mAtQSaz5rCxas1BmCyDKksgzGEG9hMJd9eq 7lFKMpX5ewQobeombufGYg5XNY4c4pyAN4chaLNkFf2Ee7+h+DmIwlU/NJkWaFz/wnZQ C6rR049PryxvnfItP/+cC6brJCfXKqGomY18AeFr3BX5CvTK9oC4zY3I9i+A8WwzHj+H BvooIwZHCVLciZWBwBnaAWA9I143UUBoxvticCyFWF6VSOEONKPcztiHKxk6SrgEgVnj W5kyDDr+Ek+P/02014bedXcrKreynaqgvdFlvF0h/tzsDYMrPK32I977aWIn9l7NzQpW Y9VA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=PsxU3WFJVzX8Qf2dxi1gx9m5db4FCKq7ZBagxrOM7KU=; b=F6CRaH/JYL2Z+YIsHp/WVV+1bLrSiIWYqoLz3cJ21G08u+BLoL3nE65XBjUeX5VV34 5j1C3JENUUZGXU7nY6qNfV/xYwobXctJwa2bgiN/2BAvd3Cldhh7h10/3zY9yjy7FVXp TP5ssvUxtffpqvsHB5qrAbOo2QPxC0DbosluNL3rc3+2UFd87ZhjP5wHVGjLFwJpwLGA aTPV/DMrhwOl3+93GRBWsNvZev408GtZAZ1UmQSndFEgkrafL7qHfLGjSBDWLjfbByUg YEvsz4SG79HUcr6UjxUUP95HBlEURHfonmg3zowptmo6ifMmGtj6k+9+PQ1bYJlIdMlS fo9w== X-Gm-Message-State: AE9vXwNlUIjFlgZ0tAXpJ1mObVgKlcJj5JzERCm9khRDLGrDoSA1Rg67Etpxo71pMLJCFMCENldyhlxwWruGLg== X-Received: by 10.28.199.14 with SMTP id x14mr2034349wmf.106.1474445780589; Wed, 21 Sep 2016 01:16:20 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.117.103 with HTTP; Wed, 21 Sep 2016 01:16:00 -0700 (PDT) From: =?UTF-8?Q?Jo=C3=A3o_Neves?= Date: Wed, 21 Sep 2016 10:16:00 +0200 Message-ID: Subject: Firefox 49.0_5,1 crash on startup To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Sep 2016 08:16:22 -0000 Hi, Upgraded to Firefox 49.0_5,1 from ports on my 10.3 x86_64 installation running on VirtualBox, where a previous version was running OK recently and now Firefox immediately fails to start up, no core dump or any other information. I enabled the DEBUG config option to try and get some sort of output, but I only get: nsStringStats =3D> mAllocCount: 8 =3D> mReallocCount: 1 =3D> mFreeCount: 1 -- LEAKED 7 !!! =3D> mShareCount: 4 =3D> mAdoptCount: 0 =3D> mAdoptFreeCount: 0 =3D> Process ID: 10931, Thread ID: 34403848192 The only non-standard option I am currently using is DBUS=3Doff. My make.conf is as follows: DEFAULT_VERSIONS+=3Dssl=3Dlibressl DEFAULT_VERSIONS+=3Dlinux=3Dc6_64 Cheers. -- Jo=C3=A3o Neves