Closed
Bug 880906
Opened 13 years ago
Closed 7 years ago
Writing a large string to indexedDB on Firefox OS will cause the "Well this is embarassing page" to appear, but works fine on Desktop Firefox
Categories
(Core :: Storage: IndexedDB, defect, P5)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: jsmith, Unassigned)
Details
Device: Ikura
Build: 6/5 1.01
STR
1. Go to http://jds2501.github.io/webapi-permissions-tests/indexeddbtest.html
2. Select Write Large Data
Expected
The data should be successfully added to indexed DB.
Actual
You'll end up getting the "Well this is embarrassing page" to appear. Logcat shows the following as a result:
06-07 16:51:43.719: I/Gecko(111): ###!!! [Parent][AsyncChannel] Error: Channel error: cannot send/recv
Note - this doesn't happen on Desktop Firefox on Nightly.
Presumably we're running out of memory.
| Reporter | ||
Comment 3•13 years ago
|
||
Changed one thing in the test case:
1. Set the text field to 14
2. Then select write data
| Reporter | ||
Updated•13 years ago
|
Flags: needinfo?(bent.mozilla)
Updated•8 years ago
|
Priority: -- → P5
Comment 4•7 years ago
|
||
Closing as we are not working on Firefox OS anymore.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•