Closed
Bug 462020
Opened 16 years ago
Closed 16 years ago
TM: Crash when clicking "Log in" at Spoofee forums, with JIT enabled
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 461974
People
(Reporter: dholbert, Unassigned)
References
()
Details
(Keywords: crash)
STEPS TO REPRODUCE:
1. Visit URL ( http://www.spoofee.com/forums/ )
2. Enter 'abc' (or any text) in password box in upper-right corner.
(you can enter a user name if you want -- it doesn't matter)
3. Press "Log In"
RESULTS: Immediate crash (happens before I see the "Log In" button pop back up, from being pressed down)
Crash goes away if I disable 'javascript.options.jit.content'.
Some crash IDs for this crash (all still being processed, as of right now):
14c0dcee-a524-11dd-bc05-001a4bd43ed6
8ee756e3-a524-11dd-a026-001a4bd43e5c
ad615a7a-a524-11dd-be6a-001cc45a2ce4
dd209d70-a524-11dd-aa1a-001cc45a2ce4
Flags: blocking1.9.1?
Reporter | ||
Comment 1•16 years ago
|
||
Build ID:
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1b2pre) Gecko/20081028 Minefield/3.1b2pre
Summary: Crash when logging in to Spoofee forums with JIT enabled (using anything for user/pass) → Crash when clicking "Log in" at Spoofee forums, with JIT enabled
Reporter | ||
Comment 2•16 years ago
|
||
(In reply to comment #0)
> 14c0dcee-a524-11dd-bc05-001a4bd43ed6
> 8ee756e3-a524-11dd-a026-001a4bd43e5c
> ad615a7a-a524-11dd-be6a-001cc45a2ce4
> dd209d70-a524-11dd-aa1a-001cc45a2ce4
Here's a link to a crash report (which just finished):
http://crash-stats.mozilla.com/report/index/dd209d70-a524-11dd-aa1a-001cc45a2ce4
The crashes have different signatures, but the stacks all look the same, with the crash happening in js_MonitorLoopEdge at js/src/jstracer.cpp:2916
Reporter | ||
Updated•16 years ago
|
Summary: Crash when clicking "Log in" at Spoofee forums, with JIT enabled → TM: Crash when clicking "Log in" at Spoofee forums, with JIT enabled
Comment 3•16 years ago
|
||
Top of the stack:
0 @0xb5b9bcbc
1 libmozjs.so libmozjs.so@0x1dff
2 libmozjs.so js_MonitorLoopEdge js/src/jstracer.cpp:2916
3 libmozjs.so js_Interpret js/src/jsinterp.cpp:3702
4 libmozjs.so js_Invoke js/src/jsinvoke.cpp:1324
5 libmozjs.so js_InternalInvoke js/src/jsinvoke.cpp:1381
6 libmozjs.so JS_CallFunctionValue js/src/jsapi.cpp:5235
7 libxul.so nsJSContext::CallEventHandler dom/src/base/nsJSEnvironment.cpp:1985
8 libxul.so nsJSEventListener::HandleEvent dom/src/events/nsJSEventListener.cpp:247
9 libxul.so nsEventListenerManager::HandleEventSubType content/events/src/nsEventListenerManager.cpp:1091
Comment 5•16 years ago
|
||
sorry for duping in a circle
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
Updated•16 years ago
|
Flags: blocking1.9.1? → blocking1.9.1+
You need to log in
before you can comment on or make changes to this bug.
Description
•