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 253456 - AssertionError at org.netbeans.modules.cnd.debugger.common2.debugger.ProgressManager.updateProgress
Summary: AssertionError at org.netbeans.modules.cnd.debugger.common2.debugger.Progress...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-14 08:23 UTC by Alexander Simon
Modified: 2017-04-08 03:08 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 218512


Attachments
stacktrace (3.42 KB, text/plain)
2015-07-14 08:23 UTC, Alexander Simon
Details
stacktrace (3.42 KB, text/plain)
2015-07-14 10:14 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2015-07-14 08:23:43 UTC
Build: Oracle Solaris Studio Dodona (2015/07/14 e6c741fdece6)
VM: Java HotSpot(TM) Server VM, 24.75-b04, Java(TM) SE Runtime Environment, 1.7.0_75-b13
OS: SunOS

User Comments:
alexvsimon: start debug core file




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.cnd.debugger.common2.debugger.ProgressManager.updateProgress(ProgressManager.java:106)
   at org.netbeans.modules.cnd.debugger.dbx.CommonDbx$StartProgressManager.updateProgress(CommonDbx.java:173)
   at org.netbeans.modules.cnd.debugger.dbx.CommonDbx$Factory.start(CommonDbx.java:630)
   at org.netbeans.modules.cnd.debugger.dbx.DbxDebuggerImpl.start2(DbxDebuggerImpl.java:590)
   at org.netbeans.modules.cnd.debugger.dbx.DbxDebuggerImpl.access$300(DbxDebuggerImpl.java:165)
   at org.netbeans.modules.cnd.debugger.dbx.DbxDebuggerImpl$2.run(DbxDebuggerImpl.java:521)
Comment 1 Alexander Simon 2015-07-14 08:23:45 UTC
Created attachment 154604 [details]
stacktrace
Comment 2 Alexander Simon 2015-07-14 10:14:28 UTC
Created attachment 154611 [details]
stacktrace

debug core file:
- debug by gdb, delete target
- gebug by dbx, see assertion
Comment 3 Alexander Simon 2015-07-14 10:16:00 UTC
debug core file with active native section
Comment 4 Alexander Simon 2015-07-14 10:51:32 UTC
fixed in sputnik, change set:
15282:6f377490d64f
Comment 5 Quality Engineering 2017-04-08 03:08:22 UTC
Integrated into 'main-silver', will be available in build *201704080002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/bc3e348849eb
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #253456 AssertionError at org.netbeans.modules.cnd.debugger.common2.debugger.ProgressManager.updateProgress