Closed
Bug 620179
Opened 15 years ago
Closed 15 years ago
crash [@ TestNode::Constrain] if cantHandleYet
Categories
(Core :: XUL, defect)
Core
XUL
Tracking
()
RESOLVED
FIXED
mozilla5
People
(Reporter: timeless, Assigned: timeless)
References
(Blocks 1 open bug)
Details
(Keywords: coverity, crash)
Crash Data
Attachments
(1 file, 1 obsolete file)
|
836 bytes,
patch
|
timeless
:
review+
beltzner
:
approval2.0-
|
Details | Diff | Splinter Review |
410 TestNode::Constrain(InstantiationSet& aInstantiations)
426 if ((mParent && ! aInstantiations.Empty()) || cantHandleYet) {
434 rv = mParent->Constrain(aInstantiations);
Comment 2•15 years ago
|
||
Comment on attachment 498574 [details] [diff] [review]
patch
You want the other Neil for templates.
Attachment #498574 -
Flags: review?(neil) → review?(enndeakin)
Updated•15 years ago
|
Attachment #498574 -
Flags: review?(enndeakin) → review+
Attachment #498574 -
Attachment is obsolete: true
Attachment #499192 -
Flags: review+
Attachment #499192 -
Flags: approval2.0?
Comment 4•15 years ago
|
||
Comment on attachment 499192 [details] [diff] [review]
r=enn
Unless there's evidence that this actually causes crashes, I'm not sure we want the risk here. Renominate if I'm overestimating the risk ...
Attachment #499192 -
Flags: approval2.0? → approval2.0-
Comment 5•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla2.2
Updated•15 years ago
|
Crash Signature: [@ TestNode::Constrain]
Updated•8 years ago
|
Blocks: coverity-analysis
You need to log in
before you can comment on or make changes to this bug.
Description
•