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 192859 - Debugger hangs on attempt to debug project compiled with SolarisStudio
Summary: Debugger hangs on attempt to debug project compiled with SolarisStudio
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.0
Hardware: PC Solaris
: P2 normal (vote)
Assignee: Egor Ushakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-03 18:04 UTC by Alexander Pepin
Modified: 2010-12-14 06:15 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 Pepin 2010-12-03 18:04:31 UTC
This could be a typical case for Solaris user if SolarisStudio is installed on the machine
Steps to reproduce:
- create Quote sample (default toolchain by default is SolarisStudio)
- do step into
Result: Error window appears with a message like:
Dwarf Error: Cannot find type of die [in module /export/hudson/home/NetBeansProjects/Quote_1/dist/Debug/OracleSolarisStudio-Solaris-x86/quote_1]
Dwarf Error: Cannot find type of die [in module /export/hudson/home/NetBeansProjects/Quote_1/dist/Debug/OracleSolarisStudio-Solaris-x86/quote_1]


After that a user can not terminate the debug session. The only workaround is to restart IDE.
Comment 1 Egor Ushakov 2010-12-13 12:12:28 UTC
fixed, now debugger stop action will really kill the session:
http://hg.netbeans.org/cnd-main/rev/4c8442809dfd
Comment 2 Quality Engineering 2010-12-14 06:15:46 UTC
Integrated into 'main-golden', will be available in build *201012140001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/4c8442809dfd
User: Egor Ushakov <gorrus@netbeans.org>
Log: fixed #192859 (Debugger hangs on attempt to debug project compiled with SolarisStudio)