Mozilla Firefox Nightly 68.0a1 (2019-05-06) crashes in [@ mozilla::dom::BrowsingContext::Detach ]
Categories
(Core :: DOM: Core & HTML, defect, P1)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr60 | --- | unaffected |
| firefox66 | --- | unaffected |
| firefox67 | --- | unaffected |
| firefox68 | blocking | verified |
People
(Reporter: Virtual, Assigned: farre)
References
(Regression)
Details
(4 keywords)
Crash Data
Attachments
(1 file)
STR:
- Open this website page https://imgur.com/
- Open some image
- Press back browser button
and enjoy crash in [@ mozilla::dom::BrowsingContext::Detach ]
https://crash-stats.mozilla.org/report/index/d63be416-91cf-48b1-9ca0-4cc230190506
Same STR like from bug #1547911, so I suspect it's not fixed completely and regression range is same.
Virtual_ManPL [:Virtual] 🇵🇱 - (please needinfo? me - so I will see your comment/reply/question/etc.)
Reporter
|
||
Updated•6 years ago
|
Virtual_ManPL [:Virtual] 🇵🇱 - (please needinfo? me - so I will see your comment/reply/question/etc.)
Reporter
|
||
Updated•6 years ago
|
Virtual_ManPL [:Virtual] 🇵🇱 - (please needinfo? me - so I will see your comment/reply/question/etc.)
Reporter
|
||
Updated•6 years ago
|
| Assignee | ||
Updated•6 years ago
|
Virtual_ManPL [:Virtual] 🇵🇱 - (please needinfo? me - so I will see your comment/reply/question/etc.)
Reporter
|
||
Updated•6 years ago
|
| Assignee | ||
Comment 1•6 years ago
•
|
||
| Assignee | ||
Comment 2•6 years ago
|
||
| Assignee | ||
Comment 3•6 years ago
|
||
My steps to reproduce the tab crashes as of Build-ID: 20190506130308 for Nightly (64-bit) on Windows 10 (64-bit):
-
Create a brand new profile in Nightly.
-
Launch Nightly using that new profile.
-
Add extension: either uBlock Origin or AdBlock Plus
-
Shut down that Nightly.
-
Launch Nightly using that same (new) profile.
-
Navigate to https://imgur.com/
-
Click on an image to go into a story. (Can be video or still picture)
-
Click on the Back button by the URL bar.
- Note: TAB CRASHED
This does not happen if in step 3 I had added IPvFoo instead of an ad blocker.
I don't know what makes imgur.com special since I can use an ad blocker and on many sites drill down and later click on the Back button without any crashes.
| Assignee | ||
Comment 6•6 years ago
|
||
Thanks for the updated STR! I can confirm that patch in Comment 4 fixes this.
Updated•6 years ago
|
Updated•6 years ago
|
Comment 7•6 years ago
|
||
| bugherder | ||
Virtual_ManPL [:Virtual] 🇵🇱 - (please needinfo? me - so I will see your comment/reply/question/etc.)
Reporter
|
||
Comment 8•6 years ago
|
||
I'm confirming that bug is fixed, no more crashes in Mozilla Firefox Nightly 68.0a1 (2019-05-07) looking at Reports, so I'm marking this bug as VERIFIED.
Thank you very much! \o/
Virtual_ManPL [:Virtual] 🇵🇱 - (please needinfo? me - so I will see your comment/reply/question/etc.)
Reporter
|
||
Updated•6 years ago
|
Comment 9•6 years ago
|
||
Retroactively moving fixed bugs whose summaries mention "Fission" (or other Fission-related keywords) but are not assigned to a Fission Milestone to an appropriate Fission Milestone.
This will generate a lot of bugmail, so you can filter your bugmail for the following UUID and delete them en masse:
0ee3c76a-bc79-4eb2-8d12-05dc0b68e732
Comment 10•5 years ago
|
||
Please specify a root cause for this bug. See :tmaity for more information.
| Assignee | ||
Comment 11•5 years ago
|
||
Description of root cause:
Race between parent having closed a browsing context that a child wanted to detach from a tree. Possible sub-category for Coding could be Parallelism issue (similar to concurrency, but not the same since handling cross process errors
Description
•