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 221449 - NullPointerException at org.netbeans.modules.web.webkit.debugging.api.dom.DOM.handleSetChildNodes
Summary: NullPointerException at org.netbeans.modules.web.webkit.debugging.api.dom.DOM...
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.3
Hardware: All All
: P2 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-04 23:02 UTC by David Konecny
Modified: 2012-11-07 03:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 194529


Attachments
stacktrace (6.36 KB, text/plain)
2012-11-04 23:02 UTC, David Konecny
Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Konecny 2012-11-04 23:02:40 UTC
Build: NetBeans IDE Dev (Build 20121105-df95053a3053)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.1-b02, Java(TM) SE Runtime Environment, 1.6.0_26-b03
OS: Linux

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.web.webkit.debugging.api.dom.DOM.handleSetChildNodes(DOM.java:542)
   at org.netbeans.modules.web.webkit.debugging.api.dom.DOM$Callback.handleResponse(DOM.java:725)
   at org.netbeans.modules.web.webkit.debugging.TransportHelper.notifyListeners(TransportHelper.java:152)
   at org.netbeans.modules.web.webkit.debugging.TransportHelper.access$200(TransportHelper.java:67)
   at org.netbeans.modules.web.webkit.debugging.TransportHelper$Callback.handleResponse(TransportHelper.java:263)
   at org.netbeans.modules.extbrowser.plugins.ExternalBrowserPlugin$BrowserPluginHandler.handleDebuggerResponse(ExternalBrowserPlugin.java:401)
Comment 1 David Konecny 2012-11-04 23:02:42 UTC
Created attachment 127104 [details]
stacktrace
Comment 2 David Konecny 2012-11-05 00:15:11 UTC
I create empty new HTML5 project and run it on Chrome-with-NB. Then I switched configuration to Chrome immediately followed by switch to Chromium-with-NB and I always get this NPE and what's worse no file can be opened in browser after that - changing browser and running file does nothing. Apart from triggering a different issue after a while - issue 221450.
Comment 3 David Konecny 2012-11-05 00:17:00 UTC
Hotfixing for now as 086936d79ac4. Martin please review. Thx.
Comment 4 David Konecny 2012-11-05 00:46:05 UTC
Oops, and 1751ff4dd57a.
Comment 5 David Konecny 2012-11-05 00:58:45 UTC
I fixed this in release73_beta2 as 16491d2b8b4f and fdb2e57d16c6.
Comment 6 Quality Engineering 2012-11-05 23:16:49 UTC
Integrated into 'releases', will be available in build *201211052012* or newer. Wait for official and publicly available build.
Changeset: http://hg.netbeans.org/releases/rev/16491d2b8b4f
User: David Konecny <dkonecny@netbeans.org>
Log: #221449 - NullPointerException at org.netbeans.modules.web.webkit.debugging.api.dom.DOM.handleSetChildNodes
Comment 7 Quality Engineering 2012-11-07 03:41:13 UTC
Integrated into 'main-golden', will be available in build *201211070001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/086936d79ac4
User: David Konecny <dkonecny@netbeans.org>
Log: #221449 - NullPointerException at org.netbeans.modules.web.webkit.debugging.api.dom.DOM.handleSetChildNodes