GNOME Bugzilla – Bug 723835
hangs on start for one minute since 0.17 update
Last modified: 2014-02-12 19:04:10 UTC
shotwell 0.17 hangs for a minute on start on my laptop, 0.15 starts without delay. That's a standard configuration with no external device connected. The hangs seems to happen in sync gvfs calls
+ Trace 233138
The issue is due to https://git.gnome.org/browse/shotwell/commit/?id=51f04e9c1f9c8605a9945a63d93681823fc39c50 , reverting that commit resolves the hang on start
Thanks, Sebastien. I'll take a look at this shortly.
Sebastien, I've pushed a candidate to wip/723835-camera-hang. Could you build from that branch and let me know if that fixes your problem? Thanks!
Thanks Jim, that change doesn't seem to fix the issue for me though... The stacktrace is different with it
+ Trace 233162
Sebastien, I've reverted the change that appears to be causing this problem and pushed to master. If you could test again just to be sure, I would appreciate it. I'm not sure why this change would cause this problem, but I'll work with the original submitter to get this resolved. I'll also see if I can reproduce the problem here, which I've been unable to do so far.
Jim, the revert commit in trunk resolves the issue, thanks. I'm going to upload 0.17 with that patch on top for Ubuntu I'm not sure why that gvfs call is slow/hitting a timeout but having a sync call in the startup path seems like a recipe for issues in any case...