Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
GangDEV opened this issue May 18, 2024 · 8 comments
Open

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

GangDEV opened this issue May 18, 2024 · 8 comments
Labels
bug Something isn't working tracked This issue is now tracked on our internal backlog upstream issue This issue exists in Chromium and is tracked on bugs.chromium.org

Comments

@GangDEV
Copy link

GangDEV commented May 18, 2024

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

@GangDEV GangDEV added the bug Something isn't working label May 18, 2024
@captainbrosset
Copy link
Contributor

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).

@captainbrosset captainbrosset added the more info needed We need more information before we can act on this issue label May 24, 2024
@hlhr202
Copy link

hlhr202 commented May 30, 2024

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

@hlhr202
Copy link

hlhr202 commented May 30, 2024

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

@GangDEV
Copy link
Author

GangDEV commented May 31, 2024

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
Copy link
Contributor

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

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

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

@captainbrosset
Copy link
Contributor

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

@captainbrosset captainbrosset added tracked This issue is now tracked on our internal backlog and removed more info needed We need more information before we can act on this issue labels Jun 3, 2024
@captainbrosset
Copy link
Contributor

captainbrosset commented Jun 3, 2024

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 captainbrosset added the upstream issue This issue exists in Chromium and is tracked on bugs.chromium.org label Jun 3, 2024
@captainbrosset
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working tracked This issue is now tracked on our internal backlog upstream issue This issue exists in Chromium and is tracked on bugs.chromium.org
Projects
None yet
Development

No branches or pull requests

3 participants