Closed
Bug 934349
Opened 11 years ago
Closed 10 years ago
[Buri][Camera] Take pictures continuously, Camera app crashes
Categories
(Firefox OS Graveyard :: Gaia::Camera, defect, P1)
Firefox OS Graveyard
Gaia::Camera
Tracking
(blocking-b2g:-)
RESOLVED
WORKSFORME
blocking-b2g | - |
People
(Reporter: sync-1, Assigned: justindarc)
Details
Attachments
(5 files)
Firefox os v1.1
Mozilla build ID:20130916041201
Created an attachment (id=505322)
picture
DEFECT DESCRIPTION:
Prolonged use Camera and Gallery application,Take pictures continuously ,Camera crash
REPRODUCING PROCEDURES:
1.Prolonged use Camera and Gallery application,or Long standby phone(more than one night)
2.Take pictures continuously -->Camera crash-->ko
EXPECTED BEHAVIOUR:
ko:Can continue to take pictures,the camera will not crash
ASSOCIATE SPECIFICATION:
TEST PLAN REFERENCE:
TOOLS AND PLATFORMS USED:
USER IMPACT:
High
REPRODUCING RATE:
4/10
For FT PR, Please list reference mobile's behavior:
Comment 5•11 years ago
|
||
Can you get kernel logs from running this test? |adb shell cat /proc/kmsg| will confirm whether or not this is an out-of-memory condition.
Flags: needinfo?(sync-1)
Summary: [Buri][Camera]Take pictures continuously ,Camera crash → [Buri][Camera] Take pictures continuously, Camera app crashes
Comment 7•11 years ago
|
||
Confirmed out-of-memory kills:
<4>[ 446.518461] send sigkill to 1272 (Camera), adj 6, size 6812
...
<4>[ 611.798654] send sigkill to 1794 (Camera), adj 6, size 5514
There are also a bunch of kills for the Gallery and Usage apps.
The next step is to run tools/get_about_memory.py and attach a report to this bug so that we can try to identify where the memory is going.
Flags: needinfo?(sync-1) → needinfo?(liang.xin)
(In reply to Mike Habicher [:mikeh] from comment #7)
> Confirmed out-of-memory kills:
>
> <4>[ 446.518461] send sigkill to 1272 (Camera), adj 6, size 6812
> ...
> <4>[ 611.798654] send sigkill to 1794 (Camera), adj 6, size 5514
>
> There are also a bunch of kills for the Gallery and Usage apps.
>
> The next step is to run tools/get_about_memory.py and attach a report to
> this bug so that we can try to identify where the memory is going.
tools/get_about_memory.py is based on linux. Import fcntl module of fix_b2g_stack.py script is
characteristical in Linux. Could you give me a tool script for window system?
Flags: needinfo?(liang.xin)
Comment 9•11 years ago
|
||
(In reply to liangxin from comment #8)
>
> tools/get_about_memory.py is based on linux. Import fcntl module of
> fix_b2g_stack.py script is
> characteristical in Linux. Could you give me a tool script for window system?
My understanding is that we do not support Firefox OS development under Windows. You'll need to set yourself up with a Linux system.
Comment 10•11 years ago
|
||
Not a blocker - we already shipped 1.1 with this bug.
blocking-b2g: koi? → -
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → jdarcangelo
Comment 11•10 years ago
|
||
I cannot reproduce this problem anymore on 1.4 / 2.0 / master. Please reopen if this is still an issue.
Status: NEW → RESOLVED
Closed: 10 years ago
Flags: needinfo?(liang.xin)
Resolution: --- → WORKSFORME
Comment 12•10 years ago
|
||
Ok,you can close this bug. We will reopen it if tthere is still an issue.
Flags: needinfo?(liang.xin)
You need to log in
before you can comment on or make changes to this bug.
Description
•