Closed
Bug 675536
Opened 14 years ago
Closed 14 years ago
crash [@ nsContentUtils::IsEventAttributeName] when viewing RSS feed
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 675437
People
(Reporter: dholbert, Unassigned)
References
()
Details
(Keywords: crash, regression)
Crash Data
This bug was filed from the Socorro interface and is
report bp-fb02cbca-e4f0-48e0-a8de-0fb772110731 .
=============================================================
STEPS TO REPRODUCE:
1. Load http://planet.mozilla.org/rss20.xml (or any other RSS feed, I think)
ACTUAL RESULTS:
Immediate crash [@ nsContentUtils::IsEventAttributeName]
bp-fb02cbca-e4f0-48e0-a8de-0fb772110731
The first bad nightly is
Mozilla/5.0 (X11; Linux i686; rv:8.0a1) Gecko/20110730 Firefox/8.0a1
Regression pushlog: http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=cef1817c3b13&tochange=e9be8677a7ae
Reporter | ||
Comment 1•14 years ago
|
||
(In reply to comment #0)
> This bug was filed from the Socorro interface and is
> report bp-fb02cbca-e4f0-48e0-a8de-0fb772110731 .
> =============================================================
>
> STEPS TO REPRODUCE:
> 1. Load http://planet.mozilla.org/rss20.xml (or any other RSS feed, I
> think)
Doesn't affect all RSS feeds, actually -- e.g. this loads fine (no crash):
http://feeds.bbci.co.uk/news/rss.xml
Reporter | ||
Comment 2•14 years ago
|
||
nsTreeSanitizer::Sanitize is in the crash stack. That is entirely new code that was added during the regression pushlog (cset below) -- assuming this is a regression from that change.
> 8fb752f5e1fa Henri Sivonen — Bug 482909 part 2 - Implement an HTML/SVG/MathML sanitizer independently of parsers or serializers. r=bzbarsky.
http://hg.mozilla.org/mozilla-central/rev/8fb752f5e1fa
Blocks: 482909
Reporter | ||
Comment 3•14 years ago
|
||
Ah, and it looks like this is already filed as bug 675437. /me updates crash signatures on that bug so that it'll get linked from my crash reports.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Updated•14 years ago
|
Product: Firefox → Core
QA Contact: general → general
Version: unspecified → Trunk
You need to log in
before you can comment on or make changes to this bug.
Description
•