http://defect.opensolaris.org/bz/show_bug.cgi?id=3520


Chad Mynhier <cmynhier at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |CLOSED
         Resolution|                            |FIXED




--- Comment #1 from Chad Mynhier <cmynhier at gmail.com>  2008-09-21 18:26:48 
---
The fix introduced in 3468 checked the return value of dtrace_status() against
DTRACE_STATUS_OKAY (specifically, "!= DTRACE_STATUS_OKAY".)  When doing a
continual refresh, dtrace_status was returning DTRACE_STATUS_NONE, which was
perfectly fine but obviously not equal to DTRACE_STATUS_OKAY.

The check was changed to "== -1", which is the actual return value in the case
of bug 3468.

-- 
Configure bugmail: http://defect.opensolaris.org/bz/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Reply via email to