On 21/09/12 06:16, Lorenzo Milesi wrote: >> I'm attaching full shotwell.log and shotwell.gdb. I ran this >> procedure twice, and both times hung on: > Since the ml stripped the attachments, here they are: > http://dl.dropbox.com/u/706934/shotwell.log.gz > http://dl.dropbox.com/u/706934/shotwell.gdb.gz
Lorenzo, Looking at your logs, it looks like the import had been processing a large number of photos and was about to update the progress dialog (hence the messages about installing and removing panes) when it hung. The gdb output shows that it had been regularly creating and exiting pools of threads, which seems to indicate that it was happily creating and processing jobs in the import queue. So I suspect it's probably run out of some resource or other. To find out why, the import would need to be tested through valgrind. Unfortunately I won't have time to do that at the moment. If you fancy giving it a go, have a look at the quick start guide: http://valgrind.org/docs/manual/QuickStart.html For further reference, I did that a couple of years ago with the initial F-Spot import, using the "massif" tool in valgrind: http://redmine.yorba.org/issues/2334 Full valgrind docs can be found here: http://valgrind.org/docs/manual/manual.html Cheers, Bruno _______________________________________________ Shotwell mailing list [email protected] http://lists.yorba.org/cgi-bin/mailman/listinfo/shotwell
