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 229083 - Inspection on device randomly terminated
Summary: Inspection on device randomly terminated
Status: RESOLVED WORKSFORME
Alias: None
Product: web
Classification: Unclassified
Component: Cordova (show other bugs)
Version: 7.4
Hardware: PC Linux
: P4 normal (vote)
Assignee: Jan Becicka
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2013-04-26 14:22 UTC by Vladimir Riha
Modified: 2013-05-28 13:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (137.23 KB, text/plain)
2013-04-26 14:22 UTC, Vladimir Riha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Riha 2013-04-26 14:22:54 UTC
Created attachment 133854 [details]
IDE log

This seems to be random, but sometimes out of nowhere all inspection on device is terminated - Navigator is gray, CSS Styles suggests to run file. It seems to be connected with DOM changes in the page (e.g. expanding menu on click)

I'm attaching IDE log, once this happened, WebKit log showed only

16:17:46:018 no response for {"id":2305,"method":"Network.getResponseBody","params":{"requestId":"22796.28"}}


After some time, new messages appear in WebKit log

16:18:11:032 event {"method":"Debugger.scriptParsed","params":{"startLine":0,"endLine":0,"startColumn":0,"scriptId":"615","url":"","endColumn":70}}
16:20:14:761 event {"method":"Debugger.scriptParsed","params":{"startLine":0,"endLine":0,"startColumn":0,"scriptId":"616","url":"","endColumn":71}}
16:20:14:761 event {"method":"DOM.attributeModified","params":{"nodeId":30,"name":":netbeans_highlighted","value":"clear"}}
16:20:14:762 event {"method":"DOM.attributeRemoved","params":{"nodeId":30,"name":":netbeans_highlighted"}}
16:20:22:399 event {"method":"Debugger.scriptParsed","params":{"startLine":0,"endLine":0,"startColumn":0,"scriptId":"617","url":"","endColumn":70}}
16:20:29:127 event {"method":"Debugger.scriptParsed","params":{"startLine":0,"endLine":0,"startColumn":0,"scriptId":"618","url":"","endColumn":71}}
16:20:29:127 event {"method":"DOM.attributeModified","params":{"nodeId":30,"name":":netbeans_highlighted","value":"clear"}}
16:20:29:128 event {"method":"DOM.attributeRemoved","params":{"nodeId":30,"name":":netbeans_highlighted"}}




Product Version: NetBeans IDE Dev (Build web-main-10391-on-20130425)
Java: 1.7.0_21; Java HotSpot(TM) Client VM 23.21-b01
Runtime: Java(TM) SE Runtime Environment 1.7.0_21-b11
System: Linux version 3.2.0-40-generic-pae running on i386; UTF-8; en_US (nb)
Comment 1 Jan Becicka 2013-05-28 13:15:38 UTC
Cannot reproduce