Closed
Bug 452140
Opened 17 years ago
Closed 17 years ago
TM: Crash after authenticating to Zimbra webmail, "Advanced (Ajax)" version, with Tracing turned on
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: breckard, Assigned: brendan)
Details
Attachments
(1 file, 1 obsolete file)
7.17 KB,
patch
|
shaver
:
review+
|
Details | Diff | Splinter Review |
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1a2pre) Gecko/20080825074258 Minefield/3.1a2pre
Steps:
1) Turn JIT on in about:config settings
2) Select "Advanced (Ajax)" presentation option
3) Authenticate to mail.mozilla.com with username and password
4) Browser authenticates to server and loads the web app.
5) Browser crashes with no other user input
Same steps do not crash the browser with JIT turned off
Crash Report ID: cbd97b70-72e0-11dd-aebb-001a4bd43ed6
Updated•17 years ago
|
Assignee: nobody → general
Component: General → JavaScript Engine
Product: Firefox → Core
QA Contact: general → general
Comment 1•17 years ago
|
||
This looks like a crash in compiled code (when I hit this in my debugger, I get a corrupted stack).
We're crashing on a NULL dslots deref, brendan/shaver noticed that there's no shape guard in some GETPROP cases.
Assignee: general → brendan
Assignee | ||
Comment 3•17 years ago
|
||
Better to read the new version of the function without diffing. Let me excerpt that in a few.
/be
Attachment #335624 -
Flags: review?(shaver)
Assignee | ||
Comment 4•17 years ago
|
||
Comment on attachment 335624 [details] [diff] [review]
proposed fix
Better patch coming.
/be
Attachment #335624 -
Attachment is obsolete: true
Attachment #335624 -
Flags: review?(shaver)
Assignee | ||
Comment 5•17 years ago
|
||
Attachment #335642 -
Flags: review?(shaver)
Comment 6•17 years ago
|
||
Comment on attachment 335642 [details] [diff] [review]
better, embed remote prototype as literal
r=shaver with assertion of in-requestness and a bug filed for the FIXME.
Attachment #335642 -
Flags: review?(shaver) → review+
Assignee | ||
Comment 7•17 years ago
|
||
Fixed on tracemonkey:
http://hg.mozilla.org/tracemonkey/index.cgi/rev/18d1c1eda9aa
Waiting for green after my flamethrower practice before landing on m-c.
/be
Status: NEW → ASSIGNED
Assignee | ||
Comment 8•17 years ago
|
||
Fixed on mozilla-central:
http://hg.mozilla.org/mozilla-central/index.cgi/rev/dc4ae0b32c4d
/be
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 9•17 years ago
|
||
My Zimbra is back and happily tracing. Thanks!
Updated•16 years ago
|
Flags: in-testsuite-
Flags: in-litmus-
You need to log in
before you can comment on or make changes to this bug.
Description
•