From owner-freebsd-gecko@freebsd.org Sat Oct 3 15:42:07 2015 Return-Path: Delivered-To: freebsd-gecko@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 602A5A0E6BA for ; Sat, 3 Oct 2015 15:42:07 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 4553017C8 for ; Sat, 3 Oct 2015 15:42:07 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 44987A0E6B9; Sat, 3 Oct 2015 15:42:07 +0000 (UTC) Delivered-To: gecko@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 4426CA0E6B7 for ; Sat, 3 Oct 2015 15:42:07 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 30EF617C7 for ; Sat, 3 Oct 2015 15:42:07 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t93Fg7dw062789 for ; Sat, 3 Oct 2015 15:42:07 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 203384] www/firefox: upgrade to 41 Date: Sat, 03 Oct 2015 15:42:07 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: cmt@burggraben.net X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Oct 2015 15:42:07 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203384 --- Comment #4 from Christoph Moench-Tegeder --- Did the DTrace support even work with Firefox 40? I'm quite sure dtrace in general is working on my machine (verified with a minimal test program to make sure I can dtrace things not in the base system). When I build Firefox 40 with DTRACE enabled, the dtrace-support symbols end up in /usr/local/lib/firefox/libxul.so, but the probes never show up in "dtrace -l". I can patch Firefox 41 to get the same effect, but that does not seem to be too helpful at all. I do get the dtrace probes into firefox when I enable DEBUG (needs --disable-gold), but the resulting binary is not usable as a everyday browser. Is there any documentation for building and using firefox+dtrace beside Mozilla's wiki and bugzilla? (Wiki and bugzilla feel a little outdated and not very verbose on this subject). -- You are receiving this mail because: You are the assignee for the bug.