From owner-freebsd-ports@freebsd.org Fri Oct 9 07:20:20 2015 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 457EC9D2544 for ; Fri, 9 Oct 2015 07:20:20 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 04A23312 for ; Fri, 9 Oct 2015 07:20:19 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id B541128431; Fri, 9 Oct 2015 09:20:09 +0200 (CEST) Received: from illbsd.quip.test (ip-89-177-49-111.net.upcbroadband.cz [89.177.49.111]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id E881E28430; Fri, 9 Oct 2015 09:20:08 +0200 (CEST) Message-ID: <56176AA8.3040606@quip.cz> Date: Fri, 09 Oct 2015 09:20:08 +0200 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:35.0) Gecko/20100101 Firefox/35.0 SeaMonkey/2.32 MIME-Version: 1.0 To: Walter Schwarzenfeld , freebsd-ports@freebsd.org Subject: Re: Firefox + SeaMonkey (gecko browsers) instant crash on some web pages References: <56167CDF.1080806@quip.cz> <56168E27.7050600@utanet.at> In-Reply-To: <56168E27.7050600@utanet.at> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Oct 2015 07:20:20 -0000 Walter Schwarzenfeld wrote on 10/08/2015 17:39: > Please post the options you compiled firefox with. (i guess you compiled > it with BUNDLED_CAIRO and CANBERRA, both should be off). It was build with the same options as official package. Then I tried with PulseAudio on, but BUNDLED_CAIRO and CANBERRA is off in all tested cases. Options : ALSA : on BUNDLED_CAIRO : off CANBERRA : off DBUS : on DEBUG : off DTRACE : off GCONF : off GIO : on GNOMEUI : off GSTREAMER : on GTK2 : on GTK3 : off INTEGER_SAMPLES: off LIBPROXY : off OPTIMIZED_CFLAGS: on PGO : off PROFILE : off PULSEAUDIO : on TEST : off Miroslav Lachman