Closed
Bug 340688
Opened 19 years ago
Closed 19 years ago
Crash submitting a form with the target attribute set [@ JS_GetOptions]
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 340651
People
(Reporter: sciguyryan, Unassigned)
Details
(Keywords: crash, testcase)
Crash Data
Attachments
(1 file)
|
374 bytes,
text/html
|
Details |
When submitting a form with the target attribute set Firefox crashes. Please see simplified testcase included.
Tested on trunk build and is always reproducible.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20060607 Minefield/3.0a1 - Build ID: 2006060704
Also have 2 talkback ID's for the crashes:
TB19606560G TB19606524X
| Reporter | ||
Comment 1•19 years ago
|
||
Included is the simple testcase, just a form and a submit button.
| Reporter | ||
Updated•19 years ago
|
Component: General → HTML: Form Submission
Product: Firefox → Core
| Reporter | ||
Comment 2•19 years ago
|
||
This worked in yesterdays build so maybe its a regression?
Comment 3•19 years ago
|
||
This looks like the same crash as bug 340651.
You get it on various occasions; clicking Help > About Minefield, or when you click OK on an alert, or when you paste an URL in the location bar. Not always but in 50% of the cases.
Comment 4•19 years ago
|
||
And like bug 340651, seems likely to actually be bug 340602.
Assignee: nobody → general
Component: HTML: Form Submission → DOM
QA Contact: general → ian
Comment 5•19 years ago
|
||
Incident ID: 19606524
Stack Signature JS_GetOptions c3a13203
Product ID FirefoxTrunk
Build ID 2006060704
Trigger Time 2006-06-07 09:28:21.0
Platform Win32
Operating System Windows NT 5.1 build 2600
Module js3250.dll + (00001595)
URL visited
User Comments
Since Last Crash 20 sec
Total Uptime 3406 sec
Trigger Reason Access violation
Source File, Line No. c:\builds\tinderbox\fx-trunk-cairo\winnt_5.2_depend\mozilla\js\src\jsapi.c, line 1049
Stack Trace
JS_GetOptions IsContextOnStack nsCxPusher::Push nsCxPusher::nsCxPusher
Summary: Crash submitting a form with the target attribute set. → Crash submitting a form with the target attribute set [@ JS_GetOptions]
*** This bug has been marked as a duplicate of 340651 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
Updated•14 years ago
|
Crash Signature: [@ JS_GetOptions]
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•