Closed
Bug 721191
Opened 14 years ago
Closed 14 years ago
Crash in mozilla::dom::workers::ResumeWorkersForWindow @ JS_BeginRequest on manuscriptcentral
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 687929
People
(Reporter: jelle.zijlstra, Unassigned)
References
()
Details
(Keywords: crash)
Crash Data
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.5; rv:9.0.1) Gecko/20100101 Firefox/9.0.1
Build ID: 20111220165912
Steps to reproduce:
Go to the page listed. This page includes a form that is submitted to the same page via POST using JavaScript.
Actual results:
Firefox shouldn't have crashed.
Expected results:
It did crash.
Comment 1•14 years ago
|
||
Please post a crash ID from about:crashes
https://developer.mozilla.org/en/How_to_get_a_stacktrace_for_a_bug_report
Severity: normal → critical
Keywords: crash
| Reporter | ||
Comment 2•14 years ago
|
||
It's bp-C901DC78-92CF-4619-A8B2-5E4F3B7396ED (and many more, since I tested the page several times; let me know if you need more reports).
| Reporter | ||
Comment 3•14 years ago
|
||
I might not actually have sent that one in; I did for bp-78ccb67e-20d8-4270-8d3e-6789a2120125 though.
Comment 4•14 years ago
|
||
probably related to bug 720480
Assignee: nobody → general
Crash Signature: [@ JS_BeginRequest ]
Component: Untriaged → JavaScript Engine
Product: Firefox → Core
QA Contact: untriaged → general
Comment 5•14 years ago
|
||
Looks likely to be a DOM bug based on the stack trace. For anyone who looks at this, note that JS_BeginRequest is going away soon via bug 719858.
Assignee: general → nobody
Component: JavaScript Engine → DOM
QA Contact: general → general
Comment 6•14 years ago
|
||
Does it happen in Safe (see https://support.mozilla.org/en-US/kb/Safe%20Mode)?
Does it happen with a new profile (see https://support.mozilla.org/en-US/kb/Managing-profiles)?
Does it happen in Nightly you can download from http://nightly.mozilla.org/?
Summary: Crash on page http://mc.manuscriptcentral.com/pala → Crash in mozilla::dom::workers::ResumeWorkersForWindow @ JS_BeginRequest on manuscriptcentral
Updated•14 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
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
•