Closed
Bug 342132
Opened 19 years ago
Closed 19 years ago
Crash [@ operator new[]] [@ nsXULPrototypeElement::Deserialize]
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 341595
People
(Reporter: alfred.peng, Unassigned)
References
Details
(Keywords: crash)
Crash Data
Attachments
(2 files)
3.07 KB,
text/plain
|
Details | |
1.04 KB,
patch
|
Details | Diff | Splinter Review |
Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.9a1) Gecko/20060619 Minefield/3.0a1
The crash can only be reproduced in a specific profile. During startup, a session restore dialogue shows up. No matter I select "Restore Session" or "Cancel", Firefox crashes.
Reporter | ||
Comment 1•19 years ago
|
||
Comment 2•19 years ago
|
||
Same stack as bug 341595.
this is the general "corrupt fastload" leads to trying to allocate a very large block which triggers oom.
Assignee: general → nobody
Severity: major → critical
Component: DOM → XP Toolkit/Widgets: XUL
Keywords: crash
QA Contact: ian → xptoolkit.xul
Whiteboard: DUPEME
Reporter | ||
Comment 4•19 years ago
|
||
Attachment #226331 -
Flags: review?(bzbarsky)
![]() |
||
Comment 5•19 years ago
|
||
Comment on attachment 226331 [details] [diff] [review]
Patch v1
I'm not the right reviewer for this code; I don't really know it. Try markh, maybe.
That said, won't this still break if it just happens that mScriptTypeID is small enough but the rest of the stuff is bogus? Given that, this doesn't look to me like the right patch...
Attachment #226331 -
Flags: review?(bzbarsky)
![]() |
||
Comment 6•19 years ago
|
||
And yes, this looks like a duplicate of bug 341595. Once that's fixed, we should revisit this.
Depends on: 341595
Comment 7•19 years ago
|
||
*** Bug 342255 has been marked as a duplicate of this bug. ***
Reporter | ||
Comment 8•19 years ago
|
||
*** This bug has been marked as a duplicate of 341595 ***
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
Comment 9•19 years ago
|
||
*** Bug 343446 has been marked as a duplicate of this bug. ***
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: xptoolkit.xul → xptoolkit.widgets
Assignee | ||
Updated•14 years ago
|
Crash Signature: [@ operator new[]]
[@ nsXULPrototypeElement::Deserialize]
You need to log in
before you can comment on or make changes to this bug.
Description
•