Closed
Bug 57668
Opened 25 years ago
Closed 25 years ago
Crash when adding sidebar "sidebar neu hinzufügen"
Categories
(Core :: XML, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
Future
People
(Reporter: jue.pott, Assigned: eric)
References
()
Details
(Keywords: crash)
wenn ich den linkk auff obiger seite anklicke
stuerzt m18/de-AT (B-ID: 2000101014) ab
Translates "crash in "add to sidebar""
and
"when i click the link at the given site,
M18/de-AT (B-ID: 2000101014) crashes.
The link reads "neu hinzufügen."
It didn't crash me on linux 2000102021 btw., b ut this error displayed in console:
XML Error in file 'http://www.kairo.at/mozilla/sidebar/sidebar-de-AT.rdf', Line
Number: 54, Col Number: 32, Description: not well-formed
Source Line: <kaimoz:name>M17 deutsch verf&252;gbar!</kaimoz:name>
Comment 3•25 years ago
|
||
Sounds like bad formed XML crashs the lizard, moving to browser first to assign
it to XML component. Guess they want to have a look at it.
Component: German-Austria/de-AT → XML
Keywords: crash
Product: Browser Localizations → Browser
Summary: Absturz bei "sidebar neu hinzufügen" → Crash when adding sidebar "sidebar neu hinzufügen"
Version: unspecified → other
Comment 4•25 years ago
|
||
(sorry for the bad sentence in last posting, it was well formed too :-)
assigning to nissheet: "What's wrong with the XML and why does it crash moz?"
Comment 5•25 years ago
|
||
bad spelling (sorry) :-(, really assigning this time.
Assignee: KaiRo → nisheeth
Comment 6•25 years ago
|
||
OK, the XML error wasw my fault: the entity should be ü instead of &252; -
but that shouldn't lead to a crash IMO.
Comment 7•25 years ago
|
||
Works for me on build 2000-10-30-09-MN6, the bar is added fine, a side note
though, the browser window comes up with the word null
Comment 8•25 years ago
|
||
Works on Win98 latest Trunk build as well (I see the 'null' as well)
Sidebar is added, no crash
kairo: your fix is correct -- &252; assumes that is a user-defined entity,
whereas ü is a character code and should always work. missing entities
violate well-formedness.
ill-formed xul (which can occur, for example, when entities are not declared or
not included) does sometimes crash. usually it pops up an error message in the
xul frame that was to be created, but sometimes it crashes... this should be in
another bug, if anybody is feeling motivated and has a testcase.
confirming bug, and reassigning to evaughan who might have seen this...
Assignee: nisheeth → evaughan
Status: UNCONFIRMED → NEW
Ever confirmed: true
| Assignee | ||
Comment 10•25 years ago
|
||
Can someone please provide steps to reproduce.
Status: NEW → ASSIGNED
Target Milestone: --- → Future
Comment 11•25 years ago
|
||
hmm, I now removed the link and changed the sidebar files which seem to have
made this bug visible.
I never crashed on that but it seems the "missing entity" caused the crash
because the entity was used but not declaed anywhere. Is such a thing still
crashing the lizard? From what I've seen in L10n work (which also can produce
missing entities), xul elements simply stay unrendered (or the whole xul files?)
when moz doesn't find the needed entities - but I saw no crashes on that recently...
If that is true, the bug should perhaps be marked as wfm or fixed...
| Assignee | ||
Comment 12•25 years ago
|
||
works for me
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•