Closed
Bug 1354724
Opened 8 years ago
Closed 8 years ago
Crashes when multiple tabs are put in the same zone
Categories
(Core :: JavaScript: GC, enhancement)
Core
JavaScript: GC
Tracking
()
RESOLVED
INVALID
People
(Reporter: billm, Unassigned)
Details
In bug 1353922, I accidentally wrote a patch that put merged multiple tabs into one zone (specifically tabs from the same TabGroup). There shouldn't be anything wrong with doing this. However, it caused a couple crashes in the GC (all in devtools):
https://treeherder.mozilla.org/#/jobs?repo=try&revision=ec6dfea3d9607b681f648d342e01059489d260b5&selectedJob=89024279
I think it might be a good idea to investigate these. Perhaps the same thing could happen without my patch.
| Reporter | ||
Comment 1•8 years ago
|
||
Actually, I don't think this is related to zones. It seems more likely to be caused by the use of zone groups.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•