Closed
Bug 196507
Opened 23 years ago
Closed 23 years ago
Static builds crash at shutdown
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
mozilla1.4alpha
People
(Reporter: bryner, Assigned: bryner)
Details
(Keywords: crash, regression)
Attachments
(1 file)
|
505 bytes,
patch
|
dougt
:
review+
alecf
:
superreview+
|
Details | Diff | Splinter Review |
Static builds crash at shutdown. This started with dougt's checkin for bug 193442.
| Assignee | ||
Comment 1•23 years ago
|
||
The problem is with the #ifdef'ing of mStaticComponentLoader in
nsComponentManager. The component manager is allocated from nsXPComInit.cpp,
so if that #ifdef isn't visible there, it will allocate too small of a chunk of
memory for the component manager.
| Assignee | ||
Updated•23 years ago
|
Attachment #116671 -
Flags: superreview?(alecf)
Attachment #116671 -
Flags: review?(dougt)
| Assignee | ||
Updated•23 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.4alpha
Updated•23 years ago
|
Attachment #116671 -
Flags: review?(dougt) → review+
Comment 2•23 years ago
|
||
Comment on attachment 116671 [details] [diff] [review]
patch
sr=alecf
Attachment #116671 -
Flags: superreview?(alecf) → superreview+
| Assignee | ||
Comment 3•23 years ago
|
||
Checked in.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•