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 176437 - demangler does not work for SunStudio
Summary: demangler does not work for SunStudio
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: D-Light (show other bugs)
Version: 6.x
Hardware: PC Solaris
: P2 normal (vote)
Assignee: Alexander Simon
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2009-11-10 10:13 UTC by Alexander Simon
Modified: 2009-11-11 02:26 UTC (History)
0 users

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 Alexander Simon 2009-11-10 10:13:20 UTC
Steps:
- create fractal example
- select SunStudio tool collection
- select extended dtrace provider
- start application
- open thread map
- select stack
Expected:
- Mandelbrot in call stack
Actual:
- __1cKMandelbrot6F_v_
Comment 1 Alexey Vladykin 2009-11-10 10:32:17 UTC
Bugs in the demangler itself should have been caught by the unit tests. So either the demangler is not called, or the wrong demangler is called, or another high-level bug has been introduced. Will investigate.
Comment 2 Alexey Vladykin 2009-11-10 10:46:20 UTC
Could not reproduce on my home OpenSolaris box.
Comment 3 Alexander Simon 2009-11-11 02:14:09 UTC
ok, I will fix
Comment 4 Alexander Simon 2009-11-11 02:19:12 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/7713854d0525
Comment 5 Alexander Simon 2009-11-11 02:26:40 UTC
additional fix:
http://hg.netbeans.org/cnd-main/rev/c95dee522a53