Closed
Bug 136137
Opened 24 years ago
Closed 24 years ago
browser crash when looking at some pages with forms.
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
VERIFIED
WORKSFORME
People
(Reporter: vin.gui, Assigned: Matti)
References
()
Details
(Keywords: crash)
Attachments
(1 file)
|
687 bytes,
text/html
|
Details |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:0.9.9) Gecko/20020311
BuildID: 2002031115
When I visit http://www.ams.org/mathscinet/search, the browser will crash. the
page works with lynx and netscape. I isolated a small file that makes it
consistently crash, it seems to be related to the forms it contains.
Here is a small page that makes it crash:
<!-- X-URL: http://www.ams.org/mathscinet/search -->
<!-- Date: Mon, 08 Apr 2002 09:33:43 GMT -->
<BASE HREF="http://www.ams.org/mathscinet/search">
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<HTML><HEAD><TITLE>MathSciNet Full Search</TITLE>
<FORM METHOD="GET" ACTION="/msnmain" ENCTYPE="application/x-www-form-urlencoded"
NAME="search">
<INPUT VALUE="Clear Screen" TYPE="reset">
<A HREF="/msnhtml/full_search_help.html#doctype"><STRONG>Document type:</STRONG></A>
<INPUT VALUE="Proceedings" TYPE="radio" NAME="s2">Proceedings
<INPUT VALUE="All" TYPE="radio" CHECKED="" NAME="s2">All
<P>
<INPUT VALUE="Start Search" TYPE="submit">
<BR>
</FORM>
</TD></TR></TABLE></BODY></HTML>
Reproducible: Always
Steps to Reproduce:
browse http://www.ams.org/mathscinet/search or the small file I put in the
description
Actual Results: Crash (segmentation fault)
In the little HTML file included, if you remove one of the following,
it won't crash anymore:
a. <INPUT VALUE="Clear Screen" TYPE="reset">
b. <INPUT VALUE="Start Search" TYPE="submit">
c. the intermediate radio buttons (3 lines of code)
from ``<A HREF="/msnhtml'' to ``NAME="s2">All''
Comment 2•24 years ago
|
||
testcase WFM 2002040503 NT4
Comment 3•24 years ago
|
||
WFM Linux 2002040211
| Assignee | ||
Comment 4•24 years ago
|
||
Reporter:
Can you please try it again with a nighly talkback enabled build ?
If you still crash, add the talkback ID of that crash to his bug.
Thanks !
Keywords: crash
Comment 7•24 years ago
|
||
If anyone is still interested:
I can reproduce the crash with Mozilla 0.9.9 at http://www.ams.org/mathscinet/search
Crash report TB4953861M
| Assignee | ||
Comment 9•24 years ago
|
||
Thanks for your answer !
-> worksforme
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
Comment 10•24 years ago
|
||
wfm too.
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.8) Gecko/20020204
Comment 11•24 years ago
|
||
matti and I collided, we both set wfm at the same time, so i'm going to vrfy.
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•