Closed
Bug 1071371
Opened 11 years ago
Closed 11 years ago
[dolphin]Phone does not operate properly or b2g be reset constantly when /data is full
Categories
(Firefox OS Graveyard :: Stability, defect)
Tracking
(b2g-v1.4 affected)
RESOLVED
INVALID
| Tracking | Status | |
|---|---|---|
| b2g-v1.4 | --- | affected |
People
(Reporter: ben.song, Unassigned)
Details
(Whiteboard: [sprd354189])
No description provided.
PROCEDURE
1. start a phone with full /data partition.(or through many operations let /data full)
EXPECTED
Phone operates normally.
ACTUAL
Phone does not operate properly or b2g be reset constantly,and show "No space left on device".
QA Whiteboard: qawanted
status-b2g-v1.4:
--- → affected
1.In this bug,after back to homescreen from browser app through home button,click browser app and open it,but find phone been reset,and loop at the animation of startup constantly.After interrupet of power supply,we restart this phone,we find it could startup normally,but it has no response with our operation at the screen.
2.Through the analysis of /data,we find it would be fine while we replace with a well /data.And other data file is OK.But /data is too full to have any operation.
Whiteboard: [sprd354189]
Summary: [dophin]Phone does not operate properly or b2g be reset constantly when /data is full → [dolphin]Phone does not operate properly or b2g be reset constantly when /data is full
Dear Vance & Rachelle,
Please help to check this issue asap, Thanks.
blocking-b2g: --- → 1.4?
Flags: needinfo?(wchang)
Flags: needinfo?(vchen)
Flags: needinfo?(ryang)
Updated•11 years ago
|
Flags: needinfo?(wchang)
Through the analysis of /data,the total size of minidump files is 130MB.So I think when click browser app,minidump files are too big to make b2g reset.
Comment 5•11 years ago
|
||
How do you fill the /data partition? In normal operation, gecko monitors the available space and stops writing to disk when we fall under 5MB of free space, and only resume writes once we have more than 10MB available. Can you confirm that you have fanotify support enabled in your kernel?
Comment 6•11 years ago
|
||
See kernel/arch/arm/configs/sp7715ga-native_defconfig
CONFIG_FANOTIFY=y
We have enabled it.
(In reply to Fabrice Desré [:fabrice] from comment #5)
> How do you fill the /data partition? In normal operation, gecko monitors the
> available space and stops writing to disk when we fall under 5MB of free
> space, and only resume writes once we have more than 10MB available. Can you
> confirm that you have fanotify support enabled in your kernel?
Dear Fabrice,
OK,We have enabled it.Because sprd_QA reproduce this problem with debug version,so probably too much slog to make /data full.I would reproduce this problem with user version,after reproduce I would add more information of it.
Thanks.
Updated•11 years ago
|
Flags: needinfo?(ryang)
Flags: needinfo?(vchen)
Status: NEW → RESOLVED
blocking-b2g: 1.4? → ---
Closed: 11 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•