Closed
Bug 452753
Opened 17 years ago
Closed 17 years ago
TM: Crash when loading a document in Google Docs [@ nanojit::ExprFilter::ins2]
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: s.chylek, Unassigned)
References
()
Details
(Keywords: crash)
Crash Data
Attachments
(2 files)
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1a2pre) Gecko/20080823152556 Minefield/3.1a2pre
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1a2pre) Gecko/20080823152556 Minefield/3.1a2pre
With Tracemonkey turned on (javascript.options.jit.content - true) FF crashes just after logging into http://docs.google.com/. No crash report is generated. With javascript.options.jit.content set false there is no problem.
Reproducible: Always
Steps to Reproduce:
1. Set javascript.options.jit.content true.
2. Go to http://docs.google.com/ and log in.
3.
| Reporter | ||
Comment 1•17 years ago
|
||
| Reporter | ||
Comment 2•17 years ago
|
||
| Reporter | ||
Updated•17 years ago
|
Version: unspecified → Trunk
| Reporter | ||
Updated•17 years ago
|
Attachment #336028 -
Attachment mime type: application/octet-stream → text/plain
Keywords: crash
Summary: Tracemonkey causing crash on loading Google Docs → Tracemonkey causing crash on loading Google Docs [@ nanojit::ExprFilter::ins2]
Comment 3•17 years ago
|
||
Confirmed on Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1a2pre) Gecko/20080828071729 Minefield/3.1a2pre
OS: Linux → All
Confirmed on Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.9.1b1pre) Gecko/20080901033305 Minefield/3.1b1pre - Build ID: 20080901033305
Comment 5•17 years ago
|
||
WFM
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1b1pre) Gecko/20080907020345 Minefield/3.1b1pre
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
Comment 6•17 years ago
|
||
Still crashes for me on Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1b1pre) Gecko/20080909032504 Minefield/3.1b1pre
Robert: did you actually load a Google Doc or just go to the main URL? You have to actually load a document before it will crash.
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
Comment 7•17 years ago
|
||
Huh, tha(In reply to comment #6)
> Still crashes for me on Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US;
> rv:1.9.1b1pre) Gecko/20080909032504 Minefield/3.1b1pre
>
> Robert: did you actually load a Google Doc or just go to the main URL? You
> have to actually load a document before it will crash.
Well, that is not the STR, but I just tried and it didn't crash. Leaving open since others still see crashing.
Comment 8•17 years ago
|
||
Aaron: can you get a crash report through, or run a build with symbols under a debugger? If you crash with a different signature than the one in the summary, then this bug should stay closed and a new one filed with the new [@ ...] sig. Thanks,
/be
Updated•17 years ago
|
Summary: Tracemonkey causing crash on loading Google Docs [@ nanojit::ExprFilter::ins2] → TM: Crash when loading a document in Google Docs [@ nanojit::ExprFilter::ins2]
Comment 9•17 years ago
|
||
WFM with current tracemonkey build. Please re-open if you still see this.
Status: REOPENED → RESOLVED
Closed: 17 years ago → 17 years ago
Resolution: --- → WORKSFORME
Comment 10•17 years ago
|
||
As firefox turned on tracemonkey, with tracemonkey turned on fennec also crash after logging into google docs. (javascript.options.jit.content - true)
Comment 11•17 years ago
|
||
Brendan:
I tested this bug again with TM-enabled FF, I confirm that FF does not crash any more on logging into google doc on desktop PC. However, Fennec still comes to crash after logging into google docs.
Thanks.
Steps to Reproduce:
1. hg clone http://hg.mozilla.org/tracemonkey
2. Make -f client.mk build on diablo scratchbox
3. Make fennec package
4. Run fennec on N810
5. Enable "javascript.options.jit.content" to true on about:config
6. Go to http://docs.google.com and log in
Test Date: 27-Sep.-2008
Comment 12•17 years ago
|
||
Can you verify that the Fennec build is using the same js/src/*.cpp files and so on? Hate to chase an old bug down. Sorry if this is not the right idea, I have no idea how Fennec is built.
Any details on the Fennec crash would be helpful. Is it crashing in the same place? Probably a new bug should be filed.
/be
Comment 13•17 years ago
|
||
(In reply to comment #12)
> Can you verify that the Fennec build is using the same js/src/*.cpp files and
> so on? Sorry if this is not the right idea, I have no idea how Fennec is built.
It's just a normal xulrunner app, and we pull directly from mozilla-central (we don't have any forked files).
Comment 14•17 years ago
|
||
Is this Fennec on an ARM processor?
Updated•15 years ago
|
Crash Signature: [@ nanojit::ExprFilter::ins2]
You need to log in
before you can comment on or make changes to this bug.
Description
•