Closed
Bug 478886
Opened 16 years ago
Closed 16 years ago
TM: Crash typing into the location bar if JIT for chrome is enabled
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 472450
People
(Reporter: bugzilla.i.sekler, Unassigned)
Details
(Keywords: crash, regression)
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2a1pre) Gecko/20090217 Minefield/3.2a1pre
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2a1pre) Gecko/20090217 Minefield/3.2a1pre
If the preference javascript.options.jit.chrome is set to 'true', typing into the location bar crashes the browser instantly.
This is a very recent regression, which happened before <http://hg.mozilla.org/mozilla-central/rev/d2d0110cd69a>. The 2009-02-16 nightly is OK.
Reproducible: Always
Steps to Reproduce:
1. Set javascript.options.jit.chrome to 'true'
2. Restart Firefox
3. Try to type into the location bar.
Actual Results:
Immediate crash.
Expected Results:
No crash.
The crash report: <http://crash-stats.mozilla.com/report/index/c89d2eca-bde0-4486-8618-513242090217>.
Reporter | ||
Updated•16 years ago
|
Version: unspecified → Trunk
Reporter | ||
Updated•16 years ago
|
Keywords: regression
Comment 1•16 years ago
|
||
Please try the safemode because this could be triggered by an addon.
top of the stack:
0 libmozjs.so js_PutBlockObject js/src/jsobj.cpp:2334
1 libmozjs.so js_Interpret js/src/jsinterp.cpp:6780
2 libmozjs.so js_Invoke js/src/jsinterp.cpp:1337
3 libmozjs.so js_InternalInvoke js/src/jsinterp.cpp:1395
4 libmozjs.so JS_CallFunctionValue js/src/jsapi.cpp:5300
5 libxul.so nsXBLProtoImplAnonymousMethod::Execute content/xbl/src/nsXBLProtoImplMethod.cpp:332
6 libxul.so nsXBLPrototypeBinding::BindingAttached content/xbl/src/nsXBLPrototypeBinding.cpp:488
7 libxul.so nsXBLBinding::ExecuteAttachedHandler content/xbl/src/nsXBLBinding.cpp:976
8 libxul.so nsBindingManager::ProcessAttachedQueue content/xbl/src/nsBindingManager.cpp:1015
9 libxul.so nsBindingManager::EndOutermostUpdate content/xbl/src/nsBindingManager.cpp:1624
10 libxul.so nsDocument::MaybeEndOutermostXBLUpdate content/base/src/nsDocument.cpp:3679
11 libxul.so nsDocument::EndUpdate content/base/src/nsDocument.cpp:3721
12 libxul.so nsXULDocument::EndUpdate content/xul/document/src/nsXULDocument.cpp:3358
13 libxul.so mozAutoDocUpdate::~mozAutoDocUpdate content/base/src/mozAutoDocUpdate.h:66
14 libxul.so nsGenericElement::doInsertChildAt content/base/src/nsGenericElement.cpp:3295
Assignee: nobody → general
Component: General → JavaScript Engine
Keywords: crash
QA Contact: general → general
Summary: Crash typing into the location bar if JIT for chrome is enabled → TM: Crash typing into the location bar if JIT for chrome is enabled
Reporter | ||
Comment 2•16 years ago
|
||
(In reply to comment #1)
> Please try the safemode because this could be triggered by an addon.
No addons, tested with a new profile.
Dupe of Bug 472450
You need to log in
before you can comment on or make changes to this bug.
Description
•