This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 189397 - Thread Call Stack doesn't appear on local sparc-Solaris
Summary: Thread Call Stack doesn't appear on local sparc-Solaris
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Profile (show other bugs)
Version: 6.x
Hardware: Sun Solaris
: P1 normal (vote)
Assignee: Egor Ushakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-11 13:06 UTC by soldatov
Modified: 2010-08-16 14:02 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description soldatov 2010-08-11 13:06:39 UTC
Thread Call Stack doesn't appear on local sparc-Solaris machine. But it works correctly if I check this tab from remote machine (linux or intel-s2)

Scenario:
- install NetBeans 6.9.1 on sparc-s2
- create Fractal project
- select "DTrace Extended" profiler
- launch application
- click on "Thread Details" button in "Run Monitor" tab
- click on thread in "Thread Details" tab
==> "No privileges support for xxxxx@localhost"

in IDE log:
SEVERE [nativeexecution.support.logger]: Resource signature is wrong: Wrong privp executable! CRC check failed!
SEVERE [nativeexecution.support.logger]: Resource signature is wrong: Wrong privp executable! CRC check failed!

from ./dlight.nativeexecution/src/org/netbeans/modules/nativeexecution/sps/impl/SPSLocalImpl.java:

        // Will not pass any password to unknown program...
        if (!Encrypter.checkCRC32(privpCmd, csums.get(path))) {
            throw new SignatureException("Wrong privp executable! CRC check failed!"); // NOI18N
        }
Comment 1 Egor Ushakov 2010-08-12 10:23:19 UTC
fixed in:
http://hg.netbeans.org/cnd-main/rev/3fdb60483c8f
Comment 2 soldatov 2010-08-12 13:08:17 UTC
verified in trunk on 2 sparc machines
Comment 3 Quality Engineering 2010-08-13 03:08:41 UTC
Integrated into 'main-golden', will be available in build *201008130001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/3fdb60483c8f
User: Egor Ushakov <gorrus@netbeans.org>
Log: fixed #189397 (Thread Call Stack doesn't appear on local sparc-Solaris)
Comment 4 Vladimir Voskresensky 2010-08-16 14:02:15 UTC
http://hg.netbeans.org/release691/rev/fb8b05e13799 (fix)
http://hg.netbeans.org/release691/rev/2d4ed8855c27 (incremented spec)