https://bz.apache.org/bugzilla/show_bug.cgi?id=55793
--- Comment #2 from Sergey Klyaus <[email protected]> --- 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: [email protected] For additional commands, e-mail: [email protected]
