[Illumos-team] [OpenIndiana Distribution - Bug #3366] Since 151a7, dtrace breaking in strange ways

illumos project devnull at illumos.org
Thu Feb 7 20:38:56 UTC 2013


Issue #3366 has been updated by Ken Mays.

Assignee set to OI illumos


----------------------------------------
Bug #3366: Since 151a7, dtrace breaking in strange ways
https://www.illumos.org/issues/3366

Author: Rich Ercolani
Status: New
Priority: Normal
Assignee: OI illumos
Category: 
Target version: 
Difficulty: Medium
Tags: needs-triage


Exactly as the title says, ever since I updated to 151a7, I've been unable to use, for example, hotkernel:
# /opt/DTT/hotkernel
Sampling... Hit Ctrl-C to end.
dtrace: invalid probe specifier
        #pragma D option quiet
        profile:::profile-1001hz
        /arg0/
        {
                @pc[arg0] = count();
        }
        dtrace:::END
        {
                printa("%a %@d\\n", @pc);
        }
: "/usr/lib/dtrace/tcp.d", line 105: cannot find type: tcph_t*: Conflicting type is already defined

FUNCTION                                                COUNT   PCNT

# uname -a 
SunOS dss003 5.11 oi_151a7 i86pc i386 i86pc Solaris

# pkg info dtrace/toolkit
          Name: developer/dtrace/toolkit
       Summary: SUNWDTraceToolkit
   Description: DTraceToolkit (0.99)
      Category: Development/System
         State: Installed
     Publisher: openindiana.org
       Version: 0.5.11
 Build Release: 5.11
        Branch: 0.151.1.7
Packaging Date: October  3, 2012 09:55:09 PM
          Size: 2.98 MB
          FMRI: pkg://openindiana.org/developer/dtrace/toolkit@0.5.11,5.11-0.151.1.7:20121003T215509Z

# pkg publisher
PUBLISHER                             TYPE     STATUS   URI
openindiana.org                       origin   online   http://pkg.openindiana.org/dev/

Not running a custom kernel build or anything, haven't overwritten my dtrace toolkit binaries with anything.


-- 
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://www.illumos.org/my/account



More information about the Illumos-team mailing list