Closed
Bug 455688
Opened 17 years ago
Closed 17 years ago
Crash when loading website with Tracemonkey enabled [@ js_MinimizeDependentStrings ]
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: theo148, Unassigned)
References
()
Details
(Keywords: crash)
Crash Data
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1b1pre) Gecko/20080917020400 Minefield/3.1b1pre
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1b1pre) Gecko/20080917020400 Minefield/3.1b1pre
With Tracemonkey enabled in the latest nightly builds (javascript.options.jit.content set to true), loading the URL mentioned above causes Minefield to crash while loading the page.
Reproducible: Always
Steps to Reproduce:
1. Enable Tracemonkey by setting javascript.options.jit.content to 'true'.
2. Load http://www.twinskiesnow.com/
Actual Results:
The browser partially loaded the page, and then crashed.
Expected Results:
The browser should have loaded the page normally.
The crash report is located here: http://crash-stats.mozilla.com/report/index/b17f298f-84bb-11dd-956b-001a4bd43ed6
Comment 1•17 years ago
|
||
Confirming, I see this running Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1b1pre) Gecko/20080917020345 Minefield/3.1b1pre. Breakpad is: http://crash-stats.mozilla.com/report/index/a5e54d8f-84fb-11dd-bace-001a4bd43e5c
Comment 2•17 years ago
|
||
I get a slow-script dialog. If I click Continue, I get a crash [@
js_ExecuteTree] before the script finishes. I tested both mozilla-central and
tracemonkey branch.
Keywords: testcase-wanted
Another page to test this crasher:
http://www.telkku.com/telkku
Click any link on that page and Minefield crashes every time, has been happening over a week now when Tracemoney enabled.
http://crash-stats.mozilla.com/report/index/696812c2-892b-11dd-901b-001a4bd43ed6
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1b1pre) Gecko/20080922020442 Minefield/3.1b1pre - Build ID: 20080922020442
Reporter | ||
Comment 4•17 years ago
|
||
I no longer see this crash with Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1b2pre) Gecko/20081007 Minefield/3.1b2pre
If nobody else still crashes, I guess this is resolved.
Reporter | ||
Updated•17 years ago
|
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•14 years ago
|
Crash Signature: [@ js_MinimizeDependentStrings ]
Updated•10 years ago
|
Keywords: testcase-wanted
You need to log in
before you can comment on or make changes to this bug.
Description
•