https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278489

Nathan Huff <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #3 from Nathan Huff <[email protected]> ---
I think this is working as designed.  The default evaltime for dtrace is
postinit so it doesn't start tracing until after initializers have run. 
Setting evaltime to exec will start tracing right after the process spawns so
will catch the initializers, but as Mark theorized this will break USDT probes
since they are setup in an initializer function.

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

Reply via email to