Open
Bug 1245453
Opened 9 years ago
Updated 2 years ago
Firefox crash opening the following XML URL => http://epgforiptv.altervista.org/tvguide.xml
Categories
(Core :: XML, defect)
Tracking
()
NEW
People
(Reporter: RNicoletto, Unassigned)
References
(Depends on 1 open bug, )
Details
(Whiteboard: dom-triaged)
Crash report Normal Mode => https://crash-stats.mozilla.com/report/index/a28b703f-3b23-4c52-b030-907d22160203
Crash report Safe Mode => https://crash-stats.mozilla.com/report/index/057bb325-f0d9-407b-bc04-878442160203
Comment 1•9 years ago
|
||
Looks like we're crashing in layout code. XML code could easily be the cause but wdyt, Jet?
Flags: needinfo?(bugs)
Whiteboard: dom-triaged
Comment 2•9 years ago
|
||
OOM crash on a big ( 28MB ) XML file. I couldn't repro the crash but can see how it can happen on low-memory machines. It looks like we're OOM crashing in arena-allocated memory so we're protected there (Mats: please confirm my assumption.)
The Firefox feature that shows the collapsible tree structure (unlike Chromium's plain text dump) uses up significantly more memory. Perhaps we should consider not displaying the tree structure for XML > big_size?
Flags: needinfo?(bugs) → needinfo?(mats)
Comment 3•9 years ago
|
||
Yeah, those crashes are safe OOM aborts.
I think this is basically a dupe of bug 231925 / bug 197956.
Displaying XML as plaintext sounds fine to me, with or without a threshold.
I'd rather do it unconditionally since it simpler, and we can then remove
the "pretty print" code since it appears unmaintained.
Flags: needinfo?(mats)
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•