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

[Bug]: Crash in WebContents::RenderFrameHostChanged on line CHECK_EQ(web_frame->render_frame_host(), old_host) #30807

Closed
3 tasks done
be-dcodeit opened this issue Sep 2, 2021 · 2 comments
Assignees
Labels
14-x-y 15-x-y bug 🪲 status/confirmed A maintainer reproduced the bug or agreed with the feature
Projects

Comments

@be-dcodeit
Copy link

be-dcodeit commented Sep 2, 2021

Preflight Checklist

Electron Version

14.0.0

What operating system are you using?

Windows

Operating System Version

Windows 10

What arch are you using?

x64

Last Known Working Electron version

11.3.0

Expected Behavior

Electron should not crash

Actual Behavior

Electron crashes in method WebContents::RenderFrameHostChanged on line CHECK_EQ(web_frame->render_frame_host(), old_host);

Testcase Gist URL

No response

Additional Information

Crash Details:
image

Stack Trace:
stacktrace.txt

The issue seems to happen when frequently opening /closing BrowserWindows, however we haven't been able yet to find a small reproducible example.

@samuelmaddock samuelmaddock self-assigned this Sep 2, 2021
@clavin clavin added 14-x-y 15-x-y status/confirmed A maintainer reproduced the bug or agreed with the feature labels Sep 2, 2021
@be-dcodeit
Copy link
Author

Thanks for preparing the fix.
Is there an ETA for an Electron 14 patch version that includes this fix?

@mlaurencin mlaurencin added this to Unsorted Issues in 15-x-y Sep 8, 2021
@MarshallOfSound MarshallOfSound moved this from Unsorted Issues to Fixed For Next Release in 15-x-y Sep 8, 2021
@MarshallOfSound
Copy link
Member

Fixed in #30820

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
14-x-y 15-x-y bug 🪲 status/confirmed A maintainer reproduced the bug or agreed with the feature
Projects
15-x-y
Fixed For Next Release
Development

No branches or pull requests

4 participants