Comment 12 for bug 1202159

Revision history for this message
Robert Ancell (robert-ancell) wrote : Re: nautilus assert failure: ERROR:nautilus-bookmark.c:350:nautilus_bookmark_connect_file: assertion failed: (!nautilus_file_is_gone (bookmark->details->file))

The bug is when nautilus attempts to resolve bookmark information. At this point it gets an object that represents the file but the object is marked as being "gone". It seems like a race condition where instead of failing on an assertion we should wait for the file to not be "gone" before accessing it.

I haven't been able to find a reproducible test case yet, but I imagine based on the reports and the code it will involve making a bookmark to a directory on a removable/remote location and disconnecting that location.