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 219030 - AssertionError at org.netbeans.modules.web.webkit.debugging.api.Debugger.getCurrentCallStack
Summary: AssertionError at org.netbeans.modules.web.webkit.debugging.api.Debugger.getC...
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-25 23:29 UTC by sunbiz
Modified: 2012-10-05 02:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 192769


Attachments
stacktrace (3.36 KB, text/plain)
2012-09-25 23:29 UTC, sunbiz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sunbiz 2012-09-25 23:29:51 UTC
Build: NetBeans IDE 7.3 Beta (Build 201209232010)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.10-b01, Java(TM) SE Runtime Environment, 1.6.0_35-b10
OS: Windows NT (unknown)

User Comments:
sunbiz: On a blank Call Stack window, right-click ->Copy stack throws this exception




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.web.webkit.debugging.api.Debugger.getCurrentCallStack(Debugger.java:275)
   at org.netbeans.modules.web.javascript.debugger.callstack.CallStackActionsModel.stackToCLBD(CallStackActionsModel.java:172)
   at org.netbeans.modules.web.javascript.debugger.callstack.CallStackActionsModel.access$100(CallStackActionsModel.java:76)
   at org.netbeans.modules.web.javascript.debugger.callstack.CallStackActionsModel$2.perform(CallStackActionsModel.java:121)
   at org.netbeans.spi.viewmodel.Models$ActionSupport.actionPerformed(Models.java:711)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
Comment 1 sunbiz 2012-09-25 23:29:54 UTC
Created attachment 124916 [details]
stacktrace
Comment 2 Denis Anisimov 2012-10-01 06:52:54 UTC
Stack trace has no any relation to WS Client functionality.
It is web debugger functionality.
Probably the most closer is JavaScript/Debugger but I'm not sure.
Comment 3 Martin Entlicher 2012-10-04 12:04:40 UTC
Fixed by changeset:   235041:b87e8e1391d4
http://hg.netbeans.org/web-main/rev/b87e8e1391d4
Comment 4 Quality Engineering 2012-10-05 02:01:09 UTC
Integrated into 'main-golden', will be available in build *201210050002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/b87e8e1391d4
User: mentlicher@netbeans.org
Log: #219030: Allow to copy the stack only when the debugger is suspended.