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 212923 - AssertionError at org.netbeans.modules.extbrowser.plugins.chrome.WebKitDebuggingTransport.sendCommand
Summary: AssertionError at org.netbeans.modules.extbrowser.plugins.chrome.WebKitDebugg...
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Extbrowser (show other bugs)
Version: 7.1.1
Hardware: All All
: P3 normal (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-24 06:41 UTC by Tomas Mysik
Modified: 2012-09-03 12:52 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 188282


Attachments
stacktrace (1.45 KB, text/plain)
2012-05-24 06:41 UTC, Tomas Mysik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Mysik 2012-05-24 06:41:26 UTC
Build: NetBeans IDE Dev (Build 20120524-35aaccea7dc4)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.7-b02, Java(TM) SE Runtime Environment, 1.6.0_32-b05
OS: Linux

User Comments:
tmysik: not sure, sorry




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.extbrowser.plugins.chrome.WebKitDebuggingTransport.sendCommand(WebKitDebuggingTransport.java:61)
   at org.netbeans.modules.web.webkit.debugging.TransportHelper.sendCommand(TransportHelper.java:82)
   at org.netbeans.modules.web.webkit.debugging.api.Debugger.disable(Debugger.java:93)
   at org.netbeans.modules.extbrowser.plugins.ExternalBrowserPlugin$BrowserTabDescriptor.deinitialize(ExternalBrowserPlugin.java:601)
   at org.netbeans.modules.extbrowser.plugins.ExternalBrowserPlugin$BrowserTabDescriptor.access$400(ExternalBrowserPlugin.java:492)
   at org.netbeans.modules.extbrowser.plugins.ExternalBrowserPlugin$BrowserPluginHandler.handleClose(ExternalBrowserPlugin.java:342)
Comment 1 Tomas Mysik 2012-05-24 06:41:31 UTC
Created attachment 119793 [details]
stacktrace
Comment 2 David Konecny 2012-06-18 22:59:45 UTC
I'm not sure about the cause. Making code more defensive:
5f9c3d9dc34e
Comment 3 Quality Engineering 2012-09-03 12:52:15 UTC
Integrated into 'main-golden', will be available in build *201209031048* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/5f9c3d9dc34e
User: David Konecny <dkonecny@netbeans.org>
Log: #212923 - AssertionError at org.netbeans.modules.extbrowser.plugins.chrome.WebKitDebuggingTransport.sendCommand
adding some random checks to narrow down this problem