Closed
Bug 329884
Opened 19 years ago
Closed 19 years ago
double free / crash involving XUL templates [@ nsXULTemplateBuilder::ContentRemoved] [@ nsDOMEventRTTearoff::GetDOM3EventTarget]
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jruderman, Assigned: enndeakin)
References
(Depends on 1 open bug)
Details
(Keywords: crash, regression, testcase, Whiteboard: [sg:critical] 1.9+ only)
Crash Data
Attachments
(3 files)
399 bytes,
application/vnd.mozilla.xul+xml
|
Details | |
7.15 KB,
text/plain
|
Details | |
1.38 KB,
patch
|
bzbarsky
:
review+
bzbarsky
:
superreview+
|
Details | Diff | Splinter Review |
Reporter | ||
Comment 1•19 years ago
|
||
Load in a *debug build* of Firefox to see double-free messages and crash.
Reporter | ||
Comment 2•19 years ago
|
||
Reporter | ||
Updated•19 years ago
|
Flags: blocking1.9a1?
Summary: double free / crash involving XUL templates → double free / crash involving XUL templates [@ nsXULTemplateBuilder::ContentRemoved] [@ nsDOMEventRTTearoff::GetDOM3EventTarget]
Whiteboard: [sg:critical]
Reporter | ||
Comment 3•19 years ago
|
||
Oops, this crashes release builds too. It's a regression from bug 329335 and I was testing a too-old release build.
Blocks: 329335
Keywords: regression
Assignee | ||
Comment 4•19 years ago
|
||
Also, fix the silly mistake in the call to the SetTemplateBuilderFor
Attachment #214560 -
Flags: superreview?(bzbarsky)
Attachment #214560 -
Flags: review?(bzbarsky)
Comment 5•19 years ago
|
||
Comment on attachment 214560 [details] [diff] [review]
add a kungFuDeathGrip just like DocumentWillBeDestroyed
Doh. Should have caught that. :(
Attachment #214560 -
Flags: superreview?(bzbarsky)
Attachment #214560 -
Flags: superreview+
Attachment #214560 -
Flags: review?(bzbarsky)
Attachment #214560 -
Flags: review+
Assignee | ||
Updated•19 years ago
|
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•18 years ago
|
Whiteboard: [sg:critical] → [sg:critical] 1.9+ only
Updated•18 years ago
|
Flags: blocking1.9a1?
Updated•18 years ago
|
Group: security
Flags: wanted1.8.1.x-
Flags: wanted1.8.0.x-
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: xptoolkit.xul → xptoolkit.widgets
Updated•13 years ago
|
Crash Signature: [@ nsXULTemplateBuilder::ContentRemoved]
[@ nsDOMEventRTTearoff::GetDOM3EventTarget]
Updated•13 years ago
|
Assignee: nobody → enndeakin
Crash Signature: [@ nsXULTemplateBuilder::ContentRemoved]
[@ nsDOMEventRTTearoff::GetDOM3EventTarget] → [@ nsXULTemplateBuilder::ContentRemoved]
[@ nsDOMEventRTTearoff::GetDOM3EventTarget]
You need to log in
before you can comment on or make changes to this bug.
Description
•