-
Notifications
You must be signed in to change notification settings - Fork 26.5k
Closed
Description
Which @angular/* package(s) are the source of the bug?
Don't known / other
Is this a regression?
Yes
Description
Likely related to #62450 & #55854
When visiting the page, either directly or via the sign in link, all chrome open tabs/browser windows become unresponsive.
CPU spikes and holds at a very high usage and memory usage starts to increase rapidly, gigabytes of usage per minute.
Disabling the extension resolves the issue.
Please provide a link to a minimal reproduction of the bug
Visit auth.openai.com with Angular DevTools - 1.0.37 enabled
Please provide the exception or error you saw
No on page exception, entire browser locks up.
Eventually chrome allows me to close the tab.
From chrome extensions management errors:
--
Uncaught (in promise) Error: No tab with id: 1540330389.
Context
app/background_bundle.js
Stack Trace
app/background_bundle.js:0 (anonymous function)
--
Uncaught TypeError: Cannot read properties of undefined (reading 'sendMessage')
Context
https://auth.openai.com
Stack Trace
app/content_script_bundle.js:1 (anonymous function)
Please provide the environment you discovered this bug in (run ng version
)
Angular DevTools - 1.0.37
Google Chrome 137.0.7151.104 (Official Build) (64-bit) (cohort: Stable)
Revision dd98cd04c723035396b6d301e1f196b29a14a0ff-refs/branch-heads/7151@{#1958}
OS Windows 10 Version 22H2 (Build 19045.5965)
JavaScript V8 13.7.152.14
User Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36
Anything else?
No response
garethdn, bbolgradov, DMeisterling-Simmeth, RenaldasK, AlesSrsen and 2 more