Closed
Bug 772167
Opened 12 years ago
Closed 7 years ago
IndexedDB failures seen while running Gallery app in b2g desktop
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: dhylands, Unassigned)
Details
(Whiteboard: b2g-desktop-builds)
Attachments
(1 file)
(deleted),
text/plain
|
Details |
I was running b2g desktop under linux. My ~/Pictures directory has about 5500 photographs in it.
The first problems seem to start around line 276 of the output.
I think this probably just needs bug 759427.
Depends on: 759427
Reporter | ||
Comment 2•12 years ago
|
||
So Gallery wasn't being run OOP at the time.
Using a directory containing much fewer photos worked fine.
Oops, missed that important detail. Ok, sounds like jan might need to have a look?
No longer depends on: 759427
Comment 4•12 years ago
|
||
It fails in DoPendingOpen() in FileStreams.cpp, invoked by the Seek() method
GetInternalStream() usually doesn't need to open the file, but it seems it's a blob slice that is being stored in IDB in this case.
The nsPartialFileInputStream shouldn't call Seek() in the Init() method, it causes main thread IO, but that's a different bug
I don't know why it fails to open the file, maybe it doesn't exist or a problem with permissions ?
Comment 5•12 years ago
|
||
Please file that MT I/O, its probably part of the perf problems I am seeing.
Comment 6•12 years ago
|
||
I know about some "SQLite returned error code 1" being caused by offline cache initialization. We are altering some tables every time on startup. That of course leads to a warning-like errors.
Others need more investigation.
Comment 7•12 years ago
|
||
dhylands: with what version (changeset) did you create the log? Just to be sure on line numbers.
Comment 8•12 years ago
|
||
(In reply to Andreas Gal :gal from comment #5)
> Please file that MT I/O, its probably part of the perf problems I am seeing.
bug 772528
Reporter | ||
Comment 9•12 years ago
|
||
My gaia tree is currently sitting at 45531e9e33608fdc0ca9766790546e94e5379e8f
My src tree (m-c) is from git, and is sitting at 2491fb74f90d7e7437f0f0af232122bc5c6d72da
Comment 10•12 years ago
|
||
using whiteboard "b2g-desktop-builds" for ease of tracking
Whiteboard: b2g-desktop-builds
Comment 11•12 years ago
|
||
Does this bug influences any functionality or is just about logs in the console? (Prioritizing)
Comment 12•7 years ago
|
||
Firefox OS is not being worked on
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
•