GNOME Bugzilla – Bug 505913
Import dialog blocks when scanning large volumes
Last modified: 2010-06-18 12:40:13 UTC
"Open the import dialog and select the root directory of some volume containing a large filesystem ( eg. select / ). The UI becomes unresponsive and the application appears to be crashed while it scans the folder ( which may take extremely long )." This was originally reported in Debian (#341790) and Ubuntu (#59310): http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=341790 https://bugs.launchpad.net/ubuntu/+source/f-spot/+bug/59310 There are two slightly different bugs already in Bugzilla: * bug #336257 talks about having to wait to click 'Import' (but that does not cover whether or not the GUI blocks during that time) * bug #338568 talks about running the import in the background (but again, that could just be a higher-level issue)
A general guideline to be always kept in mind: IO operations should never be done synchronously[1]. [1] http://log.ometer.com/2008-09.html#7
@Lucas: the import process is meant to be reworked as soon as possible. We're aware of this issue.
This is fixed now.