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 736239 - ERROR:src/folders/Branch.vala:114:folders_branch_remove_entry: assertion failed: (folder_entry.count > 0)
ERROR:src/folders/Branch.vala:114:folders_branch_remove_entry: assertion fail...
Status: RESOLVED INVALID
Product: shotwell
Classification: Other
Component: general
0.19.x
Other Linux
: Normal normal
: ---
Assigned To: Shotwell Maintainers
Shotwell Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-09-07 20:46 UTC by bidou.bidou
Modified: 2014-09-16 21:14 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description bidou.bidou 2014-09-07 20:46:35 UTC
I've already filed a bug for Ubuntu 
https://bugs.launchpad.net/ubuntu/+source/shotwell/+bug/1363251
But as nobody care, I tried to compile myself the latest source.

I've the same problems and no idea about which empty folder. strace output is not really useful.

If line 114 I replace the assert by
if (folder_entry.count == 0)
	   return;

I can again launch shotwell and I don't see any error for the moment (I have a really big picture collection)
Comment 1 Jim Nelson 2014-09-09 19:36:01 UTC
Can you follow these instructions:

https://wiki.gnome.org/Apps/Shotwell/ReportingABug

and post the log here?
Comment 2 bidou.bidou 2014-09-13 15:55:39 UTC
I've a problem. Since I've relaunched shotwell with the assert disabled, the bug has disappeared.... even when I relaunch the original shotwell with the assert enabled.

  I fear is too late to debug.
Comment 3 Jim Nelson 2014-09-16 21:14:37 UTC
Ok, I'll close this then.  If you can reproduce, please feel free to re-open.