Closed
Bug 874165
Opened 12 years ago
Closed 11 years ago
Trying to play the Poppit game will periodically either hang or slow down to a crawl
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(blocking-b2g:leo+, b2g18 verified, b2g18-v1.0.1 unaffected)
RESOLVED
FIXED
blocking-b2g | leo+ |
Tracking | Status | |
---|---|---|
b2g18 | --- | verified |
b2g18-v1.0.1 | --- | unaffected |
People
(Reporter: jsmith, Assigned: sotaro)
References
Details
(Keywords: hang, regression, Whiteboard: [apps watch list])
Attachments
(3 files, 2 obsolete files)
Regression on b2g18.
STR
1. Install the Poppit app
2. Try playing the game
Expected
The game should not hang nor hit extremely slow perf.
Actual
The game will slow down to a crawl during usage. Eventually, the app will hang to the point that the entire phone becomes non-functional for a few seconds (even the other hardware buttons won't work, including powering the phone off).
Reproduced this twice. I also know this working quite recently, so something regressed here. Poppit is a heavy user of mp3s, so investigating if this is a decoder regression might be worthwhile.
Reporter | ||
Updated•12 years ago
|
blocking-b2g: --- → leo?
Reporter | ||
Updated•12 years ago
|
status-b2g18:
--- → affected
Reporter | ||
Updated•12 years ago
|
Severity: normal → critical
Whiteboard: [apps watch list]
Reporter | ||
Comment 1•12 years ago
|
||
This is definitely a regression in the decoder. That logcat is crawling with lots of decoder errors.
Reporter | ||
Updated•12 years ago
|
status-b2g18-v1.0.1:
--- → unaffected
Assignee | ||
Comment 3•12 years ago
|
||
(In reply to Jason Smith [:jsmith] from comment #1)
> Created attachment 751780 [details]
> Logcat on Startup
>
> This is definitely a regression in the decoder. That logcat is crawling with
> lots of decoder errors.
The codec's error log is not a problem. The error log is always printed when the app try to load multiple mp3 files. It is not a regression. At first, try to load hw audio codec and then try to load sw audio codec.
Flags: needinfo?(sotaro.ikeda.g)
Assignee | ||
Comment 4•12 years ago
|
||
(In reply to Jason Smith [:jsmith] from comment #0)
> The game will slow down to a crawl during usage. Eventually, the app will
> hang to the point that the entire phone becomes non-functional for a few
> seconds (even the other hardware buttons won't work, including powering the
> phone off).
Audio codec can not make such kind of defect. It can not hang entire phone. It seems that the problem happens by other reasons.
Assignee | ||
Comment 5•12 years ago
|
||
I tried the Poppit on the following url. I can not reproduce the problem. How often does that happen?
http://mozqa.com/webapi-permissions-tests/
I used leo device with v1-train ROM made from today's source code.
Reporter | ||
Comment 6•12 years ago
|
||
(In reply to Sotaro Ikeda [:sotaro] from comment #5)
> I tried the Poppit on the following url. I can not reproduce the problem.
> How often does that happen?
> http://mozqa.com/webapi-permissions-tests/
>
> I used leo device with v1-train ROM made from today's source code.
Oh. I reproduced this on unagi, not leo.
Reporter | ||
Updated•12 years ago
|
Attachment #751780 -
Attachment is obsolete: true
Reporter | ||
Comment 7•12 years ago
|
||
Still can reproduce on unagi, although the hang I just got happened during load of the app.
Reporter | ||
Comment 8•12 years ago
|
||
I am seeing the following in the logcat:
05-20 16:38:28.994: E/GeckoConsole(2534): [JavaScript Warning: "Media resource app://{d093c925-b2e2-485f-9242-6062d56d0dd8}/media/sounds/PrizeMonkey.mp3 could not be decoded." {file: "app://{d093c925-b2e2-485f-9242-6062d56d0dd8}/index.html" line: 0}]
05-20 16:38:29.024: E/GeckoConsole(2534): [JavaScript Warning: "Media resource app://{d093c925-b2e2-485f-9242-6062d56d0dd8}/media/sounds/PrizeMonkey.mp3 could not be decoded." {file: "app://{d093c925-b2e2-485f-9242-6062d56d0dd8}/index.html" line: 0}]
05-20 16:38:29.184: E/GeckoConsole(2534): [JavaScript Error: "uncaught exception: Failed to load resource: media/sounds/PrizeMonkey.mp3"]
Assignee | ||
Comment 9•12 years ago
|
||
In attachment 751901 [details], there are a mediaserver crash. It is bug Bug 871018. It start to happen by Bug 860760. And slow down might be caused by Bug 872462.
Comment 10•12 years ago
|
||
Sotaro, why does this bug depend on 874165?
Comment 11•12 years ago
|
||
(In reply to Michael Vines [:m1] [:evilmachines] from comment #10)
> Sotaro, why does this bug depend on 874165?
Flags: needinfo?(sotaro.ikeda.g)
Assignee | ||
Comment 12•12 years ago
|
||
(In reply to Andrew Overholt [:overholt] from comment #11)
> (In reply to Michael Vines [:m1] [:evilmachines] from comment #10)
> > Sotaro, why does this bug depend on 874165?
Bug 874165 is this bug number. Do you mean 871018 or 872462?
About Bug 871018, attachment 751901 [details] include the crash of Bug 871018. When the crash happens, sometimes mediaserver never restart and all device freeze happened on some devices in the past.
About Bug 872462, from the above I just thought same thing could happen as in 872462. I am going to check about it.
Flags: needinfo?(sotaro.ikeda.g)
Assignee | ||
Comment 13•12 years ago
|
||
(In reply to Jason Smith [:jsmith] from comment #0)
> The game will slow down to a crawl during usage. Eventually, the app will
> hang to the point that the entire phone becomes non-functional for a few
> seconds (even the other hardware buttons won't work, including powering the
> phone off).
It is Bug 871018. By applying Bug 871018, the problem was solved on v1.1 unagi.
Assignee | ||
Comment 14•12 years ago
|
||
(In reply to Sotaro Ikeda [:sotaro] from comment #13)
>
> It is Bug 871018. By applying Bug 871018, the problem was solved on v1.1
> unagi.
Corrction, I saw the problem still by applying Bug 871018. Though Bug 871018 is part of the problem.
Assignee | ||
Comment 15•12 years ago
|
||
When only sw audio codes are instantiated in app, the problem did not happen. And when pause() call is disabled, the problems did not happen.
Assignee | ||
Comment 16•12 years ago
|
||
It seem that when an audio codec is in remote process(mediaserver), pause() causes the performance problem.
Assignee | ||
Comment 17•12 years ago
|
||
current way of OMXCodec::start() and OMXCodec::pause() is different from how android stagefright is doing. And might be bad for OMXCodec.
OMXCodec::start(): expected to call once before start
OMXCodec::pause(): suspend pulling data. resume by a subsequent read-with-seek.
- OMXCodec::start()
http://androidxref.com/4.0.4/xref/frameworks/base/include/media/stagefright/MediaSource.h#39
- OMXCodec::pause()
http://androidxref.com/4.0.4/xref/frameworks/base/include/media/stagefright/MediaSource.h#96
Assignee | ||
Comment 18•12 years ago
|
||
CAF's OMXCodec::start() added some code to handle as resume. It is not present in AOSP's OMXCodec::start().
Assignee | ||
Comment 19•12 years ago
|
||
(In reply to Sotaro Ikeda [:sotaro] from comment #18)
> CAF's OMXCodec::start() added some code to handle as resume. It is not
> present in AOSP's OMXCodec::start().
CAF's OMXCodec::pause() also added some code to handle as pose. It is not present in AOSP's OMXCodec::pause().
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → sotaro.ikeda.g
Assignee | ||
Comment 20•11 years ago
|
||
Bug 871018 is fixed on hamachi(buri) and leo. By using the devices, I did not see "the entire phone becomes non-functional".
Assignee | ||
Comment 21•11 years ago
|
||
But I saw the following problem.
- When app go to background and then move back to front, game's sound becomes sometimes choppy and response becomes bad.
Then I saw similar report in media ML.
https://groups.google.com/forum/?fromgroups#!topic/mozilla.dev.media/UtdelygW4bM
Assignee | ||
Comment 22•11 years ago
|
||
I checked threads priorities of the app. Even when app go back to front only main thread's priority change to high priority. Other threads remain law priority.
Assignee | ||
Comment 23•11 years ago
|
||
Assignee | ||
Comment 24•11 years ago
|
||
Remove unnecessary threads.
Assignee | ||
Updated•11 years ago
|
Attachment #758125 -
Attachment is obsolete: true
Assignee | ||
Updated•11 years ago
|
Attachment #758132 -
Attachment description: Thread priorites of the app at first start v2 → Threads priorites of the app at first start v2
Assignee | ||
Comment 25•11 years ago
|
||
Assignee | ||
Comment 26•11 years ago
|
||
:jlebar, do you know why the app's threads' priorities are still low, even when app goes back to forground?
Flags: needinfo?(justin.lebar+bug)
Comment 27•11 years ago
|
||
(In reply to Sotaro Ikeda [:sotaro] from comment #26)
> :jlebar, do you know why the app's threads' priorities are still low, even
> when app goes back to forground?
Wow, that looks like a pretty bad bug. I'll see if I can reproduce it.
Flags: needinfo?(justin.lebar+bug)
Updated•11 years ago
|
Flags: needinfo?(justin.lebar+bug)
Comment 28•11 years ago
|
||
(In reply to Justin Lebar [:jlebar] from comment #27)
> Wow, that looks like a pretty bad bug. I'll see if I can reproduce it.
Yeah, that's very, very bad. Bug 879529. Thanks, Sotaro.
Flags: needinfo?(justin.lebar+bug)
Updated•11 years ago
|
blocking-b2g: leo? → leo+
Assignee | ||
Comment 29•11 years ago
|
||
Since Bug 879529 was fixed, this bug seems to be fixed. I created the rom whit a patch of Bug 871018, I did not see the problem.
The patch of Bug 871018 is applied only to hamachi(buri) and leo. Because qualcomm supports only ics_strawberry for v1.1. See Bug 878981.
Reporter | ||
Comment 30•11 years ago
|
||
Okay. Closing per comment 29. Sounds like bug 878981 is tracking the specific cases other than buri and leo.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Reporter | ||
Comment 31•11 years ago
|
||
I can confirm comment 29. Poppit runs cleanly now on b2g18 without hangs or slowness.
Keywords: verifyme
Reporter | ||
Updated•11 years ago
|
Flags: in-moztrap?
Updated•11 years ago
|
Flags: in-moztrap? → in-moztrap+
Comment 32•11 years ago
|
||
Added App Suite Test Case #8746 - Verify that 3rd party games can be played without slow down and hangs.
You need to log in
before you can comment on or make changes to this bug.
Description
•