New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 679861 link

Starred by 1 user

Issue metadata

Status: Archived
Owner:
Last visit > 30 days ago
Closed: Jun 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 2
Type: Bug-Regression



Sign in to add a comment

Uncaught Natives disabled, and debugger often not working compared to old version.

Reported by lukeshar...@gmail.com, Jan 10 2017

Issue description

UserAgent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0

Steps to reproduce the problem:
1. Use Chrome beta, go to this page http://jsfiddle.net/8uXZk/embedded/result/
2. Follow the steps here (https://bugzilla.mozilla.org/show_bug.cgi?id=977972) to set breakpoint on:

jQuery.get('',{},function(data) {
   console.log('got '+data); 

Reload and run, and note odd error in Chrome console.

What is the expected behavior?
Only normal console logs.

What went wrong?
Shows strange "Uncaught Natives disabled" from "extensions:extension" code. 

Furthermore, on some pages sometimes debugger is not breaking at breakpoint until I reload the page.

Did this work before? Yes 55?

Chrome version: 56.0.2924.51 (Official Build) beta (64-bit)  Channel: beta
OS Version: 56
Flash Version: 24.0.0.194
 

Comment 1 by alph@chromium.org, Jan 10 2017

Labels: Needs-Feedback
Owner: kozyatinskiy@chromium.org
Status: Assigned (was: Unconfirmed)
Cannot reproduce it neither on 56.0.2924.51 (Official Build) beta (64-bit)
nor on ToT.

Could it come from an extension. Try disabling extensions and see if it's still reproducible.

Perhaps so but the file (attached) where it is failing looks like Chrome core code.

In console I see:

2(index):1 (CONTENT_SCRIPT context for kejbdjndbnbjgmefkgdddjlbokphdefk) Lazy require of extension.binding did not set the binding field
(index):1 (CONTENT_SCRIPT context for kejbdjndbnbjgmefkgdddjlbokphdefk) extensions::lastError:82: Uncaught TypeError: Cannot convert undefined or null to object{TypeError: Cannot convert undefined or null to object
    at Object.clear (extensions::lastError:82:23)
    at handleResponse (extensions::sendRequest:84:15)}
2(index):1 (CONTENT_SCRIPT context for kejbdjndbnbjgmefkgdddjlbokphdefk) Lazy require of extension.binding did not set the binding field
(index):1 (CONTENT_SCRIPT context for kejbdjndbnbjgmefkgdddjlbokphdefk) extensions::lastError:82: Uncaught TypeError: Cannot convert undefined or null to object{TypeError: Cannot convert undefined or null to object
    at Object.clear (extensions::lastError:82:23)
    at handleResponse (extensions::sendRequest:84:15)}
(index):1 (CONTENT_SCRIPT context for kejbdjndbnbjgmefkgdddjlbokphdefk) extensions::messaging:9: Uncaught Natives disabled{<stack trace unavailable>}
VM64 extensions::extension:10 Uncaught Natives disabled
extensions::extension
4.1 KB View Download
Still happening when only Tag Assistant by Google is enabled.
Status: Archived (was: Assigned)
please reopen it if it's still a problem.

Sign in to add a comment