Closed
Bug 723676
Opened 13 years ago
Closed 13 years ago
Firefox crashing when applying XBL with empty method
Categories
(Core :: XBL, defect)
Tracking
()
RESOLVED
FIXED
mozilla13
People
(Reporter: borisov.gleb, Assigned: enndeakin)
References
Details
(Keywords: crash, testcase)
Crash Data
Attachments
(3 files)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.77 Safari/535.7
Steps to reproduce:
Attaching XBL via elem.style.MozBinding = 'url(...)'
Actual results:
Firefox Crash
Expected results:
XBL should be attached
Reporter | ||
Comment 1•13 years ago
|
||
Check case1.xul to see how XBL is applied and case1.xml to see XBL itself. Browser is crashing while loading XBL document.
Reporter | ||
Comment 2•13 years ago
|
||
This issue is similiar to 199851, but I think a lot of things changed since 2003.
Reporter | ||
Updated•13 years ago
|
Crash Signature: bp-4c224926-f9c9-4228-b188-281302120202
See Also: → 199851
Comment 3•13 years ago
|
||
Can you provide a link to the corresponding crash report from about:crashes?
Reporter | ||
Comment 4•13 years ago
|
||
![]() |
||
Comment 5•13 years ago
|
||
This looks like a null-deref crash due to XBL fastload. Are we trying to write out a null function object or something?
Blocks: 94199
Status: UNCONFIRMED → NEW
Component: Untriaged → XBL
Ever confirmed: true
Product: Firefox → Core
QA Contact: untriaged → xbl
![]() |
||
Updated•13 years ago
|
Crash Signature: bp-4c224926-f9c9-4228-b188-281302120202 → [@ JS_XDRFunctionObject ]
Updated•13 years ago
|
Assignee | ||
Comment 6•13 years ago
|
||
![]() |
||
Comment 7•13 years ago
|
||
Comment on attachment 595501 [details] [diff] [review]
null check for method
r=me
Attachment #595501 -
Flags: review?(bzbarsky) → review+
Comment 8•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla13
Assignee | ||
Updated•13 years ago
|
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•