camera-app freezes when SD card is full of photos
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical System Image |
Fix Released
|
Critical
|
Unassigned | ||
camera-app |
Fix Released
|
High
|
Florian Boucault | ||
camera-app (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
camera-app (Ubuntu RTM) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
current build number: 209
device name: krillin
channel: ubuntu-
com.ubuntu.camera 3.0.0.469
The camera app frequently hangs when there are lot of pictures on the SD Card. Sometimes it completely freezes with a black screen, sometimes it recovers after a few seconds.
Test Case:
1. Fill the SD card with pictures
$ for n in $(seq -w 3000); do cp <reference_
2. Wait until mediascanner finishes indexing the photos
3. Open the camera app
Expected Result
Camera app is working fine and responsive
Actual Result
The camera app frequently hangs. Sometimes it completely freezes with a black screen, sometimes it recovers after a few seconds.
Related branches
- PS Jenkins bot: Needs Fixing (continuous-integration)
- Ubuntu Phablet Team: Pending requested
-
Diff: 658 lines (+233/-109)10 files modifiedCameraApp/foldersmodel.cpp (+113/-61)
CameraApp/foldersmodel.h (+19/-3)
GalleryView.qml (+39/-1)
GalleryViewLoader.qml (+5/-0)
PhotogridView.qml (+1/-6)
SlideshowView.qml (+6/-0)
ViewFinderView.qml (+11/-10)
camera-app.qml (+8/-2)
po/camera-app.pot (+26/-22)
tests/autopilot/camera_app/tests/test_gallery_view.py (+5/-4)
Changed in camera-app: | |
status: | New → In Progress |
importance: | Undecided → High |
assignee: | nobody → Florian Boucault (fboucault) |
Changed in canonical-devices-system-image: | |
milestone: | none → ww05-2015 |
importance: | Undecided → Critical |
Changed in canonical-devices-system-image: | |
status: | New → Fix Released |
Changed in camera-app: | |
status: | In Progress → Fix Released |
Log file of the camera app when it freezes.