You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2015/06/17 23:30:06 UTC

[Bug 55793] DTrace/SystemTap support

https://bz.apache.org/bugzilla/show_bug.cgi?id=55793

--- Comment #2 from Sergey Klyaus <Se...@Tune-IT.Ru> ---
It seems that original patch is a bit incorrect, it didn't exclude
apache_noprobes.h from export files. And in some cases (observed at CentOS 7,
which is probably has newer GCC), apache_noprobes.h redefined probes and ruined
SystemTap USDT probes. 

This small command fixes this:

   $ sed -i 's/apache_probes.h/"apache_.*probes.h"/' server/Makefile.in

Sorry that I'm too lazy to create a new patch.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org