Closed
Bug 821625
Opened 13 years ago
Closed 7 years ago
Playing Piranhas reproducibly crashes Fennec 18 in js::ion::Cannon
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WONTFIX
| Tracking | Status | |
|---|---|---|
| firefox18 | --- | affected |
| firefox20 | --- | unaffected |
People
(Reporter: Yoric, Assigned: mfinkle)
References
()
Details
(Keywords: crash, reproducible, Whiteboard: [native-crash])
Crash Data
Attachments
(1 file, 1 obsolete file)
|
1.81 MB,
application/zip
|
Details |
Playing http://yoric.github.com/piranhas/debug.html seems to always crash Fennec after ~1 minute.
| Reporter | ||
Comment 1•13 years ago
|
||
As I am currently actively coding on the application, attaching a snapshot. This is a pure openwebapp, no server involved.
| Reporter | ||
Comment 2•13 years ago
|
||
Might be related to bug 812501.
| Reporter | ||
Updated•13 years ago
|
Crash Signature: [@ js::ion::Cannon]
| Reporter | ||
Updated•13 years ago
|
Summary: Reproducible crashes with fennec 18 → Playing Piranhas reproducibly crashes Fennec 18
| Reporter | ||
Updated•13 years ago
|
Assignee: nobody → general
Component: General → JavaScript Engine
Product: Firefox for Android → Core
| Reporter | ||
Updated•13 years ago
|
Summary: Playing Piranhas reproducibly crashes Fennec 18 → Playing Piranhas reproducibly crashes Fennec 18 in js::ion::Cannon
| Reporter | ||
Comment 3•13 years ago
|
||
Forgot to mention that I have observed this crash on a Samsung Galaxy Tab 10.1, with Android 4.04.
Updated•13 years ago
|
Severity: normal → critical
Keywords: reproducible
Hardware: Other → ARM
Version: unspecified → 18 Branch
| Reporter | ||
Comment 4•13 years ago
|
||
Same crash with Nightly, http://crash-stats.mozilla.com/report/index/bp-613dd06f-b4e3-419e-b96c-26b8d2121214
| Assignee | ||
Comment 5•13 years ago
|
||
Yoric reports setting javascript.options.ion.parallel_compilation to false stops the crash. The fix in bug 819329 did not work completely.
Blocks: 819329
| Assignee | ||
Comment 6•13 years ago
|
||
This patch simply disables parallel compilation to stop the crashes while a real fix can be made
Assignee: general → mark.finkle
Attachment #692303 -
Flags: review?(blassey.bugs)
Comment 7•13 years ago
|
||
(In reply to Mark Finkle (:mfinkle) from comment #5)
> The fix in bug 819329 did not work completely.
The crash happened in 20.0a1/20121213083934 where the fix of bug 819329 hasn't landed.
Does it happen with 20.0a1/20121214? Which crash signature?
| Assignee | ||
Comment 8•13 years ago
|
||
(In reply to Scoobidiver from comment #7)
> (In reply to Mark Finkle (:mfinkle) from comment #5)
> > The fix in bug 819329 did not work completely.
> The crash happened in 20.0a1/20121213083934 where the fix of bug 819329
> hasn't landed.
>
> Does it happen with 20.0a1/20121214? Which crash signature?
Grr. Yoric said it was an up to date nightly. I guess we need to double check.
Yoric - Can you try updating again? As Scoobidriver says, the fix is on a new nightly.
| Assignee | ||
Comment 9•13 years ago
|
||
Yoric - and make sure you reset the javascript.options.ion.parallel_compilation preference
| Reporter | ||
Comment 10•13 years ago
|
||
Just upgraded Nightly and reset the option. This seems to remove the crash.
| Assignee | ||
Comment 11•13 years ago
|
||
(In reply to David Rajchenbach Teller [:Yoric] from comment #10)
> Just upgraded Nightly and reset the option. This seems to remove the crash.
Thanks for confirming.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Updated•13 years ago
|
Attachment #692303 -
Attachment is obsolete: true
Attachment #692303 -
Flags: review?(blassey.bugs)
Comment 12•13 years ago
|
||
This crash still happens in 18.0 Beta and maybe Aurora 19.0 where bug 819329 doesn't exist.
Status: RESOLVED → REOPENED
status-firefox18:
--- → affected
status-firefox20:
--- → unaffected
Resolution: DUPLICATE → ---
Comment 13•13 years ago
|
||
I think it's a dupe of bug 805421.
I saw this crash also in m.google.com; just go to the webpage and leave it alone on the release version 18.0.2
Crash doesn't happen on the nightly when I go there. I'm guessing it is a dup as well.
Comment 15•7 years ago
|
||
Closing because no crash reported since 12 weeks.
Status: REOPENED → RESOLVED
Closed: 13 years ago → 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•