Chrome dev tools crash: Cannot read property 'pseudoType' of undefined

Clash Royale CLAN TAG#URR8PPP
When using the Chrome (v71.0.3578.98) developer tools on Ubuntu 18.04 I get a complete system freeze fairly regularly.
It's the kind of freeze that locks the mouse, and prevents even Ctrl+Alt+f1. I can only continue working by using "the magic SysRq key".
I've had a look in var/log/syslog and the last thing the system did before doing nothing for a long time involves loading Chrome extensions and includes this:
org.gnome.Shell.desktop[1549]: [5705:5721:0227/192015.998704:ERROR:extension_protocols.cc(568)] Allowing load of chrome-extension://cfhdojbkjhnklbpkdaibdccddilifddb/include.postload.js.mapfrom unknown origin. Could not find user data for request.
org.gnome.Shell.desktop[1549]: [5705:5721:0227/192053.261140:ERROR:extension_protocols.cc(568)] Allowing load of chrome-extension://cfhdojbkjhnklbpkdaibdccddilifddb/include.preload.js.mapfrom unknown origin. Could not find user data for request.
org.gnome.Shell.desktop[1549]: [5705:5705:0227/192055.471838:ERROR:CONSOLE(970)] "TypeError: Cannot read property 'pseudoType' of undefined TypeError: Cannot read property 'pseudoType' of undefined
org.gnome.Shell.desktop[1549]: at SDK.DOMNode._removeChild (chrome-devtools://devtools/bundled/shell.js:4303:28)
org.gnome.Shell.desktop[1549]: at SDK.DOMModel._childNodeRemoved (chrome-devtools://devtools/bundled/shell.js:4422:121)
org.gnome.Shell.desktop[1549]: at SDK.DOMDispatcher.childNodeRemoved (chrome-devtools://devtools/bundled/shell.js:4465:54)
org.gnome.Shell.desktop[1549]: at Protocol.InspectorBackend._DispatcherPrototype.dispatch (chrome-devtools://devtools/bundled/shell.js:3402:26)
org.gnome.Shell.desktop[1549]: at SDK.Target._onMessage (chrome-devtools://devtools/bundled/shell.js:3353:31)
org.gnome.Shell.desktop[1549]: at SDK.MainConnection._dispatchMessage (chrome-devtools://devtools/bundled/shell.js:3490:41)
org.gnome.Shell.desktop[1549]: at Common.Object.dispatchEventToListeners (chrome-devtools://devtools/bundled/shell.js:490:23)
org.gnome.Shell.desktop[1549]: at innerDispatch (chrome-devtools://devtools/bundled/shell.js:970:98)
org.gnome.Shell.desktop[1549]: at Host.InspectorFrontendAPIImpl._dispatch (chrome-devtools://devtools/bundled/shell.js:970:1)
org.gnome.Shell.desktop[1549]: at DevToolsAPIImpl._dispatchOnInspectorFrontendAPI (chrome-devtools://devtools/bundled/devtools_compatibility.js:57:36)", source: chrome-devtools://devtools/bundled/shell.js (970)
Feb 27 19:20:57 rob-hp-pavilion org.gnome.Shell.desktop[1549]: [5705:5721:0227/192057.083931:ERROR:extension_protocols.cc(568)] Allowing load of chrome-extension://cfhdojbkjhnklbpkdaibdccddilifddb/include.postload.js.mapfrom unknown origin. Could not find user data for request.
The extension being loaded (according to its ID) is Adblocker Plus.
Is this a known issue?
Update
I've removed Adblock Plus and it still happens. It's nothing to do with the extension loading.
chrome
add a comment |
When using the Chrome (v71.0.3578.98) developer tools on Ubuntu 18.04 I get a complete system freeze fairly regularly.
It's the kind of freeze that locks the mouse, and prevents even Ctrl+Alt+f1. I can only continue working by using "the magic SysRq key".
I've had a look in var/log/syslog and the last thing the system did before doing nothing for a long time involves loading Chrome extensions and includes this:
org.gnome.Shell.desktop[1549]: [5705:5721:0227/192015.998704:ERROR:extension_protocols.cc(568)] Allowing load of chrome-extension://cfhdojbkjhnklbpkdaibdccddilifddb/include.postload.js.mapfrom unknown origin. Could not find user data for request.
org.gnome.Shell.desktop[1549]: [5705:5721:0227/192053.261140:ERROR:extension_protocols.cc(568)] Allowing load of chrome-extension://cfhdojbkjhnklbpkdaibdccddilifddb/include.preload.js.mapfrom unknown origin. Could not find user data for request.
org.gnome.Shell.desktop[1549]: [5705:5705:0227/192055.471838:ERROR:CONSOLE(970)] "TypeError: Cannot read property 'pseudoType' of undefined TypeError: Cannot read property 'pseudoType' of undefined
org.gnome.Shell.desktop[1549]: at SDK.DOMNode._removeChild (chrome-devtools://devtools/bundled/shell.js:4303:28)
org.gnome.Shell.desktop[1549]: at SDK.DOMModel._childNodeRemoved (chrome-devtools://devtools/bundled/shell.js:4422:121)
org.gnome.Shell.desktop[1549]: at SDK.DOMDispatcher.childNodeRemoved (chrome-devtools://devtools/bundled/shell.js:4465:54)
org.gnome.Shell.desktop[1549]: at Protocol.InspectorBackend._DispatcherPrototype.dispatch (chrome-devtools://devtools/bundled/shell.js:3402:26)
org.gnome.Shell.desktop[1549]: at SDK.Target._onMessage (chrome-devtools://devtools/bundled/shell.js:3353:31)
org.gnome.Shell.desktop[1549]: at SDK.MainConnection._dispatchMessage (chrome-devtools://devtools/bundled/shell.js:3490:41)
org.gnome.Shell.desktop[1549]: at Common.Object.dispatchEventToListeners (chrome-devtools://devtools/bundled/shell.js:490:23)
org.gnome.Shell.desktop[1549]: at innerDispatch (chrome-devtools://devtools/bundled/shell.js:970:98)
org.gnome.Shell.desktop[1549]: at Host.InspectorFrontendAPIImpl._dispatch (chrome-devtools://devtools/bundled/shell.js:970:1)
org.gnome.Shell.desktop[1549]: at DevToolsAPIImpl._dispatchOnInspectorFrontendAPI (chrome-devtools://devtools/bundled/devtools_compatibility.js:57:36)", source: chrome-devtools://devtools/bundled/shell.js (970)
Feb 27 19:20:57 rob-hp-pavilion org.gnome.Shell.desktop[1549]: [5705:5721:0227/192057.083931:ERROR:extension_protocols.cc(568)] Allowing load of chrome-extension://cfhdojbkjhnklbpkdaibdccddilifddb/include.postload.js.mapfrom unknown origin. Could not find user data for request.
The extension being loaded (according to its ID) is Adblocker Plus.
Is this a known issue?
Update
I've removed Adblock Plus and it still happens. It's nothing to do with the extension loading.
chrome
add a comment |
When using the Chrome (v71.0.3578.98) developer tools on Ubuntu 18.04 I get a complete system freeze fairly regularly.
It's the kind of freeze that locks the mouse, and prevents even Ctrl+Alt+f1. I can only continue working by using "the magic SysRq key".
I've had a look in var/log/syslog and the last thing the system did before doing nothing for a long time involves loading Chrome extensions and includes this:
org.gnome.Shell.desktop[1549]: [5705:5721:0227/192015.998704:ERROR:extension_protocols.cc(568)] Allowing load of chrome-extension://cfhdojbkjhnklbpkdaibdccddilifddb/include.postload.js.mapfrom unknown origin. Could not find user data for request.
org.gnome.Shell.desktop[1549]: [5705:5721:0227/192053.261140:ERROR:extension_protocols.cc(568)] Allowing load of chrome-extension://cfhdojbkjhnklbpkdaibdccddilifddb/include.preload.js.mapfrom unknown origin. Could not find user data for request.
org.gnome.Shell.desktop[1549]: [5705:5705:0227/192055.471838:ERROR:CONSOLE(970)] "TypeError: Cannot read property 'pseudoType' of undefined TypeError: Cannot read property 'pseudoType' of undefined
org.gnome.Shell.desktop[1549]: at SDK.DOMNode._removeChild (chrome-devtools://devtools/bundled/shell.js:4303:28)
org.gnome.Shell.desktop[1549]: at SDK.DOMModel._childNodeRemoved (chrome-devtools://devtools/bundled/shell.js:4422:121)
org.gnome.Shell.desktop[1549]: at SDK.DOMDispatcher.childNodeRemoved (chrome-devtools://devtools/bundled/shell.js:4465:54)
org.gnome.Shell.desktop[1549]: at Protocol.InspectorBackend._DispatcherPrototype.dispatch (chrome-devtools://devtools/bundled/shell.js:3402:26)
org.gnome.Shell.desktop[1549]: at SDK.Target._onMessage (chrome-devtools://devtools/bundled/shell.js:3353:31)
org.gnome.Shell.desktop[1549]: at SDK.MainConnection._dispatchMessage (chrome-devtools://devtools/bundled/shell.js:3490:41)
org.gnome.Shell.desktop[1549]: at Common.Object.dispatchEventToListeners (chrome-devtools://devtools/bundled/shell.js:490:23)
org.gnome.Shell.desktop[1549]: at innerDispatch (chrome-devtools://devtools/bundled/shell.js:970:98)
org.gnome.Shell.desktop[1549]: at Host.InspectorFrontendAPIImpl._dispatch (chrome-devtools://devtools/bundled/shell.js:970:1)
org.gnome.Shell.desktop[1549]: at DevToolsAPIImpl._dispatchOnInspectorFrontendAPI (chrome-devtools://devtools/bundled/devtools_compatibility.js:57:36)", source: chrome-devtools://devtools/bundled/shell.js (970)
Feb 27 19:20:57 rob-hp-pavilion org.gnome.Shell.desktop[1549]: [5705:5721:0227/192057.083931:ERROR:extension_protocols.cc(568)] Allowing load of chrome-extension://cfhdojbkjhnklbpkdaibdccddilifddb/include.postload.js.mapfrom unknown origin. Could not find user data for request.
The extension being loaded (according to its ID) is Adblocker Plus.
Is this a known issue?
Update
I've removed Adblock Plus and it still happens. It's nothing to do with the extension loading.
chrome
When using the Chrome (v71.0.3578.98) developer tools on Ubuntu 18.04 I get a complete system freeze fairly regularly.
It's the kind of freeze that locks the mouse, and prevents even Ctrl+Alt+f1. I can only continue working by using "the magic SysRq key".
I've had a look in var/log/syslog and the last thing the system did before doing nothing for a long time involves loading Chrome extensions and includes this:
org.gnome.Shell.desktop[1549]: [5705:5721:0227/192015.998704:ERROR:extension_protocols.cc(568)] Allowing load of chrome-extension://cfhdojbkjhnklbpkdaibdccddilifddb/include.postload.js.mapfrom unknown origin. Could not find user data for request.
org.gnome.Shell.desktop[1549]: [5705:5721:0227/192053.261140:ERROR:extension_protocols.cc(568)] Allowing load of chrome-extension://cfhdojbkjhnklbpkdaibdccddilifddb/include.preload.js.mapfrom unknown origin. Could not find user data for request.
org.gnome.Shell.desktop[1549]: [5705:5705:0227/192055.471838:ERROR:CONSOLE(970)] "TypeError: Cannot read property 'pseudoType' of undefined TypeError: Cannot read property 'pseudoType' of undefined
org.gnome.Shell.desktop[1549]: at SDK.DOMNode._removeChild (chrome-devtools://devtools/bundled/shell.js:4303:28)
org.gnome.Shell.desktop[1549]: at SDK.DOMModel._childNodeRemoved (chrome-devtools://devtools/bundled/shell.js:4422:121)
org.gnome.Shell.desktop[1549]: at SDK.DOMDispatcher.childNodeRemoved (chrome-devtools://devtools/bundled/shell.js:4465:54)
org.gnome.Shell.desktop[1549]: at Protocol.InspectorBackend._DispatcherPrototype.dispatch (chrome-devtools://devtools/bundled/shell.js:3402:26)
org.gnome.Shell.desktop[1549]: at SDK.Target._onMessage (chrome-devtools://devtools/bundled/shell.js:3353:31)
org.gnome.Shell.desktop[1549]: at SDK.MainConnection._dispatchMessage (chrome-devtools://devtools/bundled/shell.js:3490:41)
org.gnome.Shell.desktop[1549]: at Common.Object.dispatchEventToListeners (chrome-devtools://devtools/bundled/shell.js:490:23)
org.gnome.Shell.desktop[1549]: at innerDispatch (chrome-devtools://devtools/bundled/shell.js:970:98)
org.gnome.Shell.desktop[1549]: at Host.InspectorFrontendAPIImpl._dispatch (chrome-devtools://devtools/bundled/shell.js:970:1)
org.gnome.Shell.desktop[1549]: at DevToolsAPIImpl._dispatchOnInspectorFrontendAPI (chrome-devtools://devtools/bundled/devtools_compatibility.js:57:36)", source: chrome-devtools://devtools/bundled/shell.js (970)
Feb 27 19:20:57 rob-hp-pavilion org.gnome.Shell.desktop[1549]: [5705:5721:0227/192057.083931:ERROR:extension_protocols.cc(568)] Allowing load of chrome-extension://cfhdojbkjhnklbpkdaibdccddilifddb/include.postload.js.mapfrom unknown origin. Could not find user data for request.
The extension being loaded (according to its ID) is Adblocker Plus.
Is this a known issue?
Update
I've removed Adblock Plus and it still happens. It's nothing to do with the extension loading.
chrome
chrome
edited Feb 28 at 10:53
LondonRob
asked Feb 27 at 19:57
LondonRobLondonRob
15212
15212
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f503409%2fchrome-dev-tools-crash-cannot-read-property-pseudotype-of-undefined%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f503409%2fchrome-dev-tools-crash-cannot-read-property-pseudotype-of-undefined%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown