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 271184 - Attach hangs very often (dbx)
Summary: Attach hangs very often (dbx)
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: Dev
Hardware: PC Linux
: P3 normal (vote)
Assignee: Maria Tishkova
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-28 08:32 UTC by soldatov
Modified: 2017-07-28 08:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
stack (IDE hangs) (45.07 KB, text/plain)
2017-07-28 08:53 UTC, soldatov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description soldatov 2017-07-28 08:32:54 UTC
With Oracle C++ compiler and Dbx this noisy bug can be reproduced in NetBeans now.

============================================
I see this random failure on different platforms (OEL7, Sparc Solaris 11.3,
Solaris 11.3 x86. Solaris Sparc is most "stable" platform.

Scenario:
- Create Quote project
- Build project
- Open quote.cc file in built-in editor
- Set line breakpoint at 143th line
- Launch Project
- Press Attach|Attach Debugger...
- Select quote process
- Press OK
==> IDE opens 'istream' file and hangs.
============================================
Comment 1 soldatov 2017-07-28 08:53:57 UTC
Created attachment 164847 [details]
stack (IDE hangs)