Closed Bug 57668 Opened 25 years ago Closed 25 years ago

Crash when adding sidebar "sidebar neu hinzufügen"

Categories

(Core :: XML, defect, P3)

x86
Windows 95
defect

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
*** Bug 57669 has been marked as a duplicate of this bug. ***
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>
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
(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?"
bad spelling (sorry) :-(, really assigning this time.
Assignee: KaiRo → nisheeth
OK, the XML error wasw my fault: the entity should be &#252; instead of &252; - but that shouldn't lead to a crash IMO.
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
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 &#252; 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
Can someone please provide steps to reproduce.
Status: NEW → ASSIGNED
Target Milestone: --- → Future
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...
works for me
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
verifying
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.