Closed
Bug 791560
Opened 13 years ago
Closed 7 years ago
EXCEPTION_STACK_OVERFLOW crash in nsJSContext::TerminationFuncClosure
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: jlblw, Unassigned)
References
()
Details
(Keywords: crash, reproducible)
Crash Data
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1
Build ID: 20120905151427
Steps to reproduce:
See web200.lima-city.de/crash
It is not clear to me, why Firefox crashes, but the following code elements are necessary:
- the invocation by onunload (evoked by document.location.replace)
- the restarting of the script by setTimeout
- the collection of the window instances into an array
- the opening of new windows
Actual results:
Firefox crashes after a while.
Grab the crash id[1] from about:crashes and post it here.
[1] https://developer.mozilla.org/en-US/docs/How_to_get_a_stacktrace_for_a_bug_report#How_to_get_a_crash_ID_with_the_Mozilla_Crash_Reporter
It's peculiar. Yesterday Firefox cashed always but today newer when I have invoked the page.
Updated•13 years ago
|
Keywords: stackwanted
Comment 4•13 years ago
|
||
It's a very low volume crash, only 5 crashes in 15.0.1 amongst 85M ADU.
Do you have reliable steps to reproduce?
Does it happen in Safe Mode (see https://support.mozilla.org/kb/troubleshoot-firefox-issues-using-safe-mode)?
Crash Signature: [@ nsJSContext::TerminationFuncClosure::`scalar deleting destructor''(unsigned int)]
Component: Untriaged → DOM
Keywords: stackwanted
Product: Firefox → Core
Hardware: x86_64 → x86
No, I've no reliable reproduction instructions.
Yes, Firefox crashes in Safe Mode, too. (bp-c10c4fa7-56cf-462d-a211-432482120922)
Comment 6•13 years ago
|
||
I can reproduce in the trunk after clicking Stop Script on the second prompt.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Keywords: reproducible
Summary: Firefox crash by script → EXCEPTION_STACK_OVERFLOW crash in nsJSContext::TerminationFuncClosure
Version: 15 Branch → Trunk
Updated•10 years ago
|
Crash Signature: [@ nsJSContext::TerminationFuncClosure::`scalar deleting destructor''(unsigned int)] → [@ nsJSContext::TerminationFuncClosure::`scalar deleting destructor''(unsigned int)]
[@ nsJSContext::TerminationFuncClosure::`scalar deleting destructor'']
Comment 7•7 years ago
|
||
Closing because no crash reported since 12 weeks.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
Comment 8•7 years ago
|
||
Closing because no crash reported since 12 weeks.
| Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•