Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Apr 2016 18:41:52 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-dtrace@FreeBSD.org
Subject:   [Bug 207735] www/firefox: DTRACE no longer works since 41.0
Message-ID:  <bug-207735-32976-vgjtqHVZuk@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-207735-32976@https.bugs.freebsd.org/bugzilla/>
References:  <bug-207735-32976@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207735

--- Comment #6 from commit-hook@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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-207735-32976-vgjtqHVZuk>