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

Summary: demangler does not work for SunStudio
Product: cnd Reporter: Alexander Simon <alexvsimon>
Component: D-LightAssignee: Alexander Simon <alexvsimon>
Status: RESOLVED FIXED    
Severity: normal Keywords: REGRESSION
Priority: P2    
Version: 6.x   
Hardware: PC   
OS: Solaris   
Issue Type: DEFECT Exception Reporter:

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