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
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/990947

Title:
  Shotwell crashes after start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libdca/+bug/990947/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to