Thunderbird startup Crash in [@ OOM | small] via mozilla::dom::Document::AddToIdTable
Categories
(Thunderbird :: General, defect)
Tracking
(Not tracked)
People
(Reporter: wsmwk, Unassigned)
References
Details
(Keywords: crash)
Crash Data
Attachments
(1 file)
835.52 KB,
application/octet-stream
|
Details |
Startup. Not my crash. Don't know whether this is common.
Crash report: https://crash-stats.mozilla.org/report/index/63659a0d-795a-47d7-ad32-2062b0200822
Top 10 frames of crashing thread:
0 xul.dll NS_ABORT_OOM xpcom/base/nsDebugImpl.cpp:611
1 xul.dll PLDHashTable::Add xpcom/ds/PLDHashTable.cpp
2 xul.dll mozilla::dom::Document::AddToIdTable dom/base/Document.cpp:3699
3 xul.dll mozilla::dom::Element::BindToTree dom/base/Element.cpp:1620
4 xul.dll nsXULElement::BindToTree dom/xul/nsXULElement.cpp:588
5 xul.dll nsINode::InsertChildBefore dom/base/nsINode.cpp:1520
6 xul.dll mozilla::dom::PrototypeDocumentContentSink::ResumeWalkInternal dom/prototype/PrototypeDocumentContentSink.cpp:492
7 xul.dll mozilla::dom::PrototypeDocumentContentSink::OnScriptCompileComplete dom/prototype/PrototypeDocumentContentSink.cpp:903
8 xul.dll mozilla::dom::PrototypeDocumentContentSink::OnStreamComplete dom/prototype/PrototypeDocumentContentSink.cpp:832
9 xul.dll mozilla::net::nsStreamLoader::OnStopRequest netwerk/base/nsStreamLoader.cpp:88
Comment 1•4 years ago
|
||
https://hg.mozilla.org/releases/mozilla-esr78/file/tip/xpcom/base/nsDebugImpl.cpp#l611 for whatever Out of memory. Probably nothing to do about it.
Comment 2•4 years ago
•
|
||
I managed to reproduce the issue while testing the acer builds on Windows 8.1 x32, Windows 7 x32 and Windows 10 x64 (x32 Fx build).
STR:
- Downloaded and install Firefox 82.0 - ar build.
- Added the attached distribution file in the Firefox install folder.
- Start Firefox (with the default profile / not via profile launcher).
- Start CMD as admin and input the following comands to remove all profile data:
rd /s /q %userprofile%\AppData\Roaming\Mozilla
rd /s /q %userprofile%\AppData\Local\Mozilla
rd /s /q %userprofile%\AppData\LocalLow\Mozilla
- Start CMD as admin and input the following comands to remove all profile data:
- Update manually.
Actual result:
- Firefox crashes.
Expected result:
- Firefox is updated and starts without issues.
Reporter | ||
Comment 3•4 years ago
|
||
(In reply to Magnus Melin [:mkmelin] from comment #1)
https://hg.mozilla.org/releases/mozilla-esr78/file/tip/xpcom/base/nsDebugImpl.cpp#l611 for whatever Out of memory. Probably nothing to do about it.
Indeed. Also, among current crashes I don't see any with Document::AddToIdTable on the stack.
Reporter | ||
Comment 4•4 years ago
|
||
(In reply to Oana Botisan, Desktop Release QA from comment #2)
Created attachment 9192597 [details]
distribution.7zI managed to reproduce the issue while testing the acer builds on Windows 8.1 x32, Windows 7 x32 and Windows 10 x64 (x32 Fx build).
It would be more interesting if this reproduced when using Thunderbird.
Reporter | ||
Comment 5•3 years ago
|
||
(In reply to Oana Botisan, Desktop Release QA from comment #2)
Created attachment 9192597 [details]
distribution.7zI managed to reproduce the issue while testing the acer builds on Windows 8.1 x32, Windows 7 x32 and Windows 10 x64 (x32 Fx build).
Oana, did you match this up to a Firefox bug report, and/or determine the cause?
Comment 6•3 years ago
|
||
I can't reproduce this issue anymore. I can't be sure now if there were any other related bugs in the crash report, but the signature was the same.
Reporter | ||
Comment 7•2 years ago
|
||
version 102 crashes with mozilla::dom::Document::AddToIdTab on stack are rare.
Skimming some crashes, the following are high percentage startup, vs 36% startup for the average for OOM | small:
Comment 8•2 years ago
|
||
Have these crashes also slowed down in the past couple weeks?
Reporter | ||
Comment 9•1 year ago
|
||
(In reply to Wayne Mery (:wsmwk) from comment #7)
version 102 crashes with mozilla::dom::Document::AddToIdTab on stack are rare.
Skimming some crashes, the following are high percentage startup, vs 36% startup for the average for OOM | small:
crash rate for version 115 is somewhat decreased
Description
•