Closed
Bug 1166920
Opened 10 years ago
Closed 10 years ago
frequent crashes when typing quickly in Google Doc
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1166277
People
(Reporter: luke, Unassigned)
Details
On the latest Nightly, I was able to crash 5 times pretty quickly in GDocs. It seems to involve typing quickly (typing slowly has no crash) and using undo. I was able to repro in a large doc and a new, empty doc. 3 of the crash reports are in GC store buffer tracing:
https://crash-stats.mozilla.com/report/index/7d588bcb-3ad4-4a3d-851c-f28d52150520
https://crash-stats.mozilla.com/report/index/06395a64-4302-4932-b1ee-273052150520
https://crash-stats.mozilla.com/report/index/74b987cb-f9d8-4a84-9150-d79442150520
and 2 are in MacroAssembler under storeUnboxedProperty:
https://crash-stats.mozilla.com/report/index/74b987cb-f9d8-4a84-9150-d79442150520
https://crash-stats.mozilla.com/report/index/3c77a41d-d94c-400c-a373-892742150520
which makes me think this is related to unboxed objects.
Comment 1•10 years ago
|
||
These crashes are probably dupes of bug 1166700 and bug 1166277.
![]() |
Reporter | |
Comment 2•10 years ago
|
||
Looks fixed in current nightly.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•