MicrosoftEdge / DevTools

Feedback and discussions about Microsoft Edge Developer Tools
MIT License
151 stars 49 forks source link

New Edge version 125, DevTools - Application tab make browser crash #255

Open GangDEV opened 1 month ago

GangDEV commented 1 month ago

Just updated to the new 125 version, doing my normal development work, opened the DevTools, went to "Application" tab, then the Edge browser crashed.

Rollback to version 124.0.2478.109, the browser is not crashing anymore.

Steps to reproduce:

  1. Create an app with a web app manifest that defines an icon with no size property.
  2. Run the app in Edge 125 or 126.
  3. Open DevTools.
  4. Open the Application tool.

Result: Edge hangs for a few seconds and then crashes.

AB#51532435

captainbrosset commented 1 month ago

Sorry about this. Is this still occurring for you? Does it always happen on the same webpage, or on all webpages? If it's always on the same one, it would help us so much if you could create a minimal reproduction webpage (or just provide the URL if it's a public one).

hlhr202 commented 1 month ago

same thing. but i guess chrome also experience the same bug.

hlhr202 commented 1 month ago

BTW, the issue doesn't exist in canary chrome.

GangDEV commented 1 month ago

sorry for the delay for providing more info, but good news is our development team has figured out what was the problem. it was because of in the web manifest file, one of the icons item was missing the "sizes" property, after specified the "sizes" property, even put wrong size info, the Edge browser is not crashing anymore.

again this is only happens on Edge browser version 125. rollback to version 124 also not crashing. Chrome browser working fine.

@captainbrosset

captainbrosset commented 1 month ago

@GangDEV thank you for responding, and even more for figuring out the exact steps that make it crash. I was able to confirm locally:

Result: Edge hangs for a few seconds and then crashes.

captainbrosset commented 1 month ago

I will make sure our dev team sees and prioritizes this.

captainbrosset commented 1 month ago

same thing. but i guess chrome also experience the same bug.

Yeah, I was also able to reproduce this in Chrome. Filed this upstream issue: https://issues.chromium.org/issues/344343046

captainbrosset commented 1 month ago

My issue got closed as a duplicate of 341319146 where a fix has been made! So this issue will go away soon.