touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #31975
[Bug 990947] Re: Shotwell crashes after start
I'm having a crash issue as well. Running it through gdb I see shotwell crashes on an assertion.
Downloaded the 2014-10-31 source and built it, same issue persists.
In src/folders/Branch.vala there's an assert around line 114,
assert(folder_entry.count > 0);
Comment it out like so
// assert(folder_entry.count > 0);
and add a statement before it
if (folder_entry.count==0) return;
this will prevent function "remove_entry" from trying to do anything if
it can't and solved the crash for me (so hey, at least I can import
photos again).
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to libdca in Ubuntu.
https://bugs.launchpad.net/bugs/990947
Title:
Shotwell crashes after start
Status in “libdca” package in Ubuntu:
Confirmed
Bug description:
Shotwell starts, I see all thumbnails and after a few seconds (time
can vary) it closes. In the time it stays all seem to work. When I try
to restart it from terminal after the crash it does not start but give
the message "segmentation fault (core dump created)"
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libdca/+bug/990947/+subscriptions