Date: Sun, 06 Mar 2016 06:35:14 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 207735] www/firefox: DTRACE no longer works since 41.0 Message-ID: <bug-207735-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207735 Bug ID: 207735 Summary: www/firefox: DTRACE no longer works since 41.0 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: gecko@FreeBSD.org Reporter: jbeich@FreeBSD.org CC: freebsd-dtrace@FreeBSD.org Blocks: 203384 Flags: maintainer-feedback?(gecko@FreeBSD.org) Assignee: gecko@FreeBSD.org dtrace fails to install probes with long names e.g., _ZL19NewArrayTryUseGroupILj4294967295EEP8JSObjectPN2js16ExclusiveContextEN2= JS6HandleIPNS2_11ObjectGroupEEEmNS2_13NewObjectKindEb Steps to reproduce: 1. Build www/firefox with DTRACE=3Don 2. kldload dtraceall or kldload sdt 3. Start firefox 4. Check dtrace -l output Actual result: $ dtrace -l | fgrep javascript <empty> Expected result: $ dtrace -l | fgrep javascript 33327 javascript65009 js _ZN2js13ExecuteKernelEP9JSContextN2JS6HandleIP8JSScriptEER8JSObjectRKNS2_5V= alueESB_NS_11ExecuteTypeENS_16AbstractFramePtrEPS9_ execute-done 33328 javascript65009 js _ZN2js13ExecuteKernelEP9JSContextN2JS6HandleIP8JSScriptEER8JSObjectRKNS2_5V= alueESB_NS_11ExecuteTypeENS_16AbstractFramePtrEPS9_ execute-start 33329 javascript65009 js _ZN2js16InterpreterFrame8prologueEP9JSContext function-entry ... Bisecting first bad: https://hg.mozilla.org/mozilla-central/rev/3a994e364343 Referenced Bugs: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D203384 [Bug 203384] www/firefox: upgrade to 41 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-207735-13>