Trond Endrestøl
2016-Dec-29 11:04 UTC
Strange dtrace warning on running svn, perl and other programs on stable/10 r310494
I keep getting these warnings whenever I run svn, perl, and other programs. WARNING: number of probes fixed does not match the number of defined probes (16 != 18, respectively) WARNING: some probes might not fire or your program might crash They also clobber the building of security/vpnc. Some "clever" Perl script is being used to produce a .c file on stdout and a .h file on stderr while building vpnc. Any chance of getting rid of the messages, or at least disabling them? This is on stable/10, r310494. /etc/make.conf contains: STRIPCFLAGS+=-fno-omit-frame-pointer WITH_CTF=1 WITH_SSP_PORTS=yes This particular system will soon be upgraded to stable/11, r310770. Maybe my troubles will disappear once the transition is complete. -- +-------------------------------+------------------------------------+ | Vennlig hilsen, | Best regards, | | Trond Endrest?l, | Trond Endrest?l, | | IT-ansvarlig, | System administrator, | | Fagskolen Innlandet, | Gj?vik Technical College, Norway, | | tlf. mob. 952 62 567, | Cellular...: +47 952 62 567, | | sentralbord 61 14 54 00. | Switchboard: +47 61 14 54 00. | +-------------------------------+------------------------------------+
Mark Johnston
2016-Dec-29 19:47 UTC
Strange dtrace warning on running svn, perl and other programs on stable/10 r310494
On Thu, Dec 29, 2016 at 12:04:56PM +0100, Trond Endrest?l wrote:> I keep getting these warnings whenever I run svn, perl, and other > programs. > > WARNING: number of probes fixed does not match the number of defined probes (16 != 18, respectively) > WARNING: some probes might not fire or your program might crash > > They also clobber the building of security/vpnc. Some "clever" Perl > script is being used to produce a .c file on stdout and a .h file on > stderr while building vpnc.This is emitted by some code that registers userland DTrace probes during process init. The mechanism used in stable/10 doesn't work in some cases. This has been fixed in 11, but the change cannot easily be merged back.> > Any chance of getting rid of the messages, or at least disabling them?If you're not planning on using the DTrace probes, the message can be suppressed by setting DTRACE_DOF_INIT_DISABLE in the environment.> > This is on stable/10, r310494. > > /etc/make.conf contains: > > STRIP> CFLAGS+=-fno-omit-frame-pointer > WITH_CTF=1 > WITH_SSP_PORTS=yes > > This particular system will soon be upgraded to stable/11, r310770. > Maybe my troubles will disappear once the transition is complete.Indeed, this message is gone on stable/11.
Trond Endrestøl
2017-Jan-01 12:27 UTC
Strange dtrace warning on running svn, perl and other programs on stable/10 r310494
On Thu, 29 Dec 2016 12:04+0100, Trond Endrest?l wrote:> I keep getting these warnings whenever I run svn, perl, and other > programs. > > WARNING: number of probes fixed does not match the number of defined probes (16 != 18, respectively) > WARNING: some probes might not fire or your program might crashUpgrading to stable/11 and recompiling all installed ports made the warnings go away. Happy New Year! -- +-------------------------------+------------------------------------+ | Vennlig hilsen, | Best regards, | | Trond Endrest?l, | Trond Endrest?l, | | IT-ansvarlig, | System administrator, | | Fagskolen Innlandet, | Gj?vik Technical College, Norway, | | tlf. mob. 952 62 567, | Cellular...: +47 952 62 567, | | sentralbord 61 14 54 00. | Switchboard: +47 61 14 54 00. | +-------------------------------+------------------------------------+