Displaying 1 result from an estimated 1 matches for "dtvd_name".
Did you mean:
dev_name
2009 Mar 09
1
Assertion in dtrace
...rovider were
provided by an extension loaded by the program. As a result the
function-entry probe already exists. Now if I compile my program with my
probes which reimplement function-entry (so provider name and probe name
match), I get the following error:
Assertion failed: strcmp(pvp->pv_desc.dtvd_name, pdp->dtpd_provider) ==
0, file ../common/dt_provider.c, line 246
Do you know how dtrace get''s it''s information about the old provider and
how I can remove it?
In this case were are talking about the dtrace extension of php
distributed with OpenSolaris.
David