Closed
Bug 308890
Opened 19 years ago
Closed 19 years ago
crash when going to this URL
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: arromdee2, Assigned: MatsPalmgren_bugz)
References
()
Details
(Keywords: crash, regression, verified1.8)
Attachments
(2 files)
|
6.81 KB,
text/plain
|
Details | |
|
1.47 KB,
patch
|
dbaron
:
review+
dbaron
:
superreview+
mtschrep
:
approval1.8b5+
|
Details | Diff | Splinter Review |
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 Going to this URL crashes Mozilla for me. This also happens on Seamonkey 1.0a. Reproducible: Always Steps to Reproduce: 1. Go to the URL above Actual Results: It crashed. Expected Results: It should not have crashed. I am using the gtk version. I actually had this happen to me in Seamonkey 1.0a (which is a recent build, being only a few days old), and when I tried Mozilla I found that it crashed in there too. No proxies are being used, I have no plugins (aside from null and unix print), Javascript is turned off, and images are turned off. www.nature.com is blocked from setting cookies. The page works if I wget the html file and use Mozilla to open the file. Operating system is Mandrake Linux 10.1, fvwm2, no Gnome or KDE.
| Assignee | ||
Comment 1•19 years ago
|
||
| Assignee | ||
Updated•19 years ago
|
Assignee: general → dbaron
Status: UNCONFIRMED → NEW
Component: General → Style System (CSS)
Ever confirmed: true
Keywords: crash
Product: Mozilla Application Suite → Core
QA Contact: general → ian
Version: unspecified → Trunk
| Assignee | ||
Comment 2•19 years ago
|
||
Regression range: 2004-07-07-06 -- 2004-07-20-06
Keywords: regression
| Assignee | ||
Comment 3•19 years ago
|
||
mType == eStyleContentType_Image should imply a non-null pointer. Is there something that's not enforcing that?
Hrm, I guess, actually, it doesn't work that way. Must have been thinking of something else.
Attachment #196425 -
Flags: superreview+
Attachment #196425 -
Flags: review+
*** Bug 308999 has been marked as a duplicate of this bug. ***
Comment 7•19 years ago
|
||
Comment on attachment 196425 [details] [diff] [review] Like so? We should get this crash fix onto the branch... It's very very safe. Mats, have you already checked this in on trunk?
Attachment #196425 -
Flags: approval1.8b5?
Comment 8•19 years ago
|
||
Comment on attachment 196425 [details] [diff] [review] Like so? Approved for 1.8b5 per bug meeting. Please also land on trunk.
Attachment #196425 -
Flags: approval1.8b5? → approval1.8b5+
Updated•19 years ago
|
Flags: blocking1.8b5+
Updated•19 years ago
|
Assignee: dbaron → mats.palmgren
| Assignee | ||
Comment 9•19 years ago
|
||
Boris just landed this on trunk and branch, sorry for being late.. -> FIXED
Updated•19 years ago
|
Status: RESOLVED → VERIFIED
Keywords: fixed1.8 → verified1.8
You need to log in
before you can comment on or make changes to this bug.
Description
•