After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 739504 - Shotwell freezes after start
Shotwell freezes after start
Status: RESOLVED OBSOLETE
Product: shotwell
Classification: Other
Component: library-mode
0.20.x
Other Linux
: Normal blocker
: ---
Assigned To: Shotwell Maintainers
Shotwell Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-11-01 16:25 UTC by yktooo
Modified: 2014-12-04 21:17 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description yktooo 2014-11-01 16:25:43 UTC
Apparently during the metadata update, right upon the start, the app freezes and can only be killed.

The console show a series of following messages:

L 5717 2014-11-01 17:22:35 [CRT] Offset of directory Sony1, entry 0x2001 is out of bounds: Offset = 0x0032005e; truncating the entry

L 5717 2014-11-01 17:22:35 [CRT] Offset of directory Sony1, entry 0x2001 is out of bounds: Offset = 0x0032005e; truncating the entry

L 5717 2014-11-01 17:22:35 [CRT] Offset of directory Sony1, entry 0x2001 is out of bounds: Offset = 0x0031005e; truncating the entry


Shotwell 0.20.2, Ubuntu 14.10 Utopic, amd64.

This didn't seem to happen before the update to Utopic.
Comment 1 Jim Nelson 2014-12-02 23:27:26 UTC
Can you run Shotwell like this from the console:

$ gdb shotwell

Type "r" at the (gdb) prompt to start it.

When Shotwell freezes, return to the console and type Ctrl+C then:

(gdb) thread apply all backtrace

Please copy and paste that output to this ticket.
Comment 2 yktooo 2014-12-04 21:17:01 UTC
I had to roll back to 0.20.1 (available in Utopic's repository) and the freeze was gone, can't reproduce it anymore. Maybe it was some library mismatch. Let's close it for now.