[Bug 207735] www/firefox: DTRACE no longer works since 41.0

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Apr 25 18:41:52 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207735

--- Comment #6 from commit-hook at freebsd.org ---
A commit references this bug:

Author: markj
Date: Mon Apr 25 18:40:57 UTC 2016
New revision: 298589
URL: https://svnweb.freebsd.org/changeset/base/298589

Log:
  Allow DOF sections with excessively long probe function components.

  Without this change, DTrace will refuse to load a DOF section if the
  function component of any of its probes exceeds DTRACE_FUNCNAMELEN (128).
  Probes in C++ programs can have very long function components. Rather than
  rejecting all probes if a single probe exceeds the limit, simply skip the
  invalid probe and emit a warning. This ensures that valid probes are
  instantiated.

  PR:           207735
  MFC after:    2 weeks

Changes:
  head/sys/cddl/contrib/opensolaris/uts/common/dtrace/dtrace.c

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-dtrace mailing list