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 205817 - Dwarf Error: Cannot find type of die
Summary: Dwarf Error: Cannot find type of die
Status: RESOLVED DUPLICATE of bug 194701
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.1
Hardware: PC Solaris
: P3 normal (vote)
Assignee: Egor Ushakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-02 00:44 UTC by hajma
Modified: 2011-12-02 10:16 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 hajma 2011-12-02 00:44:42 UTC
When trying to debug (step into) a test binary from Qt 4.7.4 built with Solaris Studio 12.3 beta, I get a popup window saying

Dwarf Error: Cannot find type of die [in module /opt/test2/packages/BUILD/qt-4.7.4/i386/qt-everywhere-opensource-src-4.7.4/tests/qt4/tst_qaccessibility/tst_qaccessibility]

Netbeans then do not debug the binary, it's just run.

NB 7.1RC1
Comment 1 soldatov 2011-12-02 07:00:32 UTC
What you expect? Yes, gdb can't debug Solaris Studio C++ binaries. Solaris Studio can use dbx and gdb. NetBeans uses gdb only.
Comment 2 Egor Ushakov 2011-12-02 10:16:40 UTC

*** This bug has been marked as a duplicate of bug 194701 ***