Closed
Bug 306770
Opened 19 years ago
Closed 17 years ago
Hangs when using an unrecognized character entity.
Categories
(Core Graveyard :: GFX: Gtk, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: dave, Assigned: blizzard)
References
()
Details
(Keywords: hang, Whiteboard: CLOSEME 07/01)
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b) Gecko/20050217 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b) Gecko/20050217 The following HTML page will cause a crash: <html> <body> <p> <font color="#900001">ࢫ</font> </p> </body> </html> The important part, I think is: & #2219; (Remove the space between & and #; I don't want your browser to hang). ;-) Reproducible: Always Steps to Reproduce: 1. See the details above. Actual Results: Browser became unresponsive. Expected Results: Displayed a bullet character in the browser window.
Comment 1•19 years ago
|
||
Can you try a more recent build? The one you tried from is from Feb 17 (according to your UA).
Comment 2•19 years ago
|
||
worksforme with linux suite trunk 2005090105 and 1.8b can you grab a recent build and do: % kill -SIGSEGV _pid_ (_pid_ is the pid of the hung process) while it's hung and submit a talkback report. http://ftp.mozilla.org/pub/mozilla.org/seamonkey/nightly/latest-trunk/
Assignee: general → blizzard
Component: General → GFX: Gtk
Keywords: hang
Product: Mozilla Application Suite → Core
QA Contact: general → gtk
Version: unspecified → Trunk
Comment 3•18 years ago
|
||
Does this bug still occur in a recent trunk build? http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/
Whiteboard: CLOSEME 07/01
Comment 4•17 years ago
|
||
Resolving WORKSFORME. If anyone can reproduce this bug with a current build, please reopen.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
Updated•16 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•