nautilus crashes if ubuntuone + symlink to big folder
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ubuntuone-client-gnome (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Ubuntu 12.10
nautilus 1:3.5.90.
ubuntuone-couch 0.3.0-0ubuntu5
ubuntuone* 4.0.0-0ubuntu1
Nautilus was systematically crashing (core dumped) when opening ~/Documents/ which was synchronized with Ubuntu One.
Using strace, I found the culprit was a link named "workspace" (see attached "strace" file). The link target is a big folder (33GB) on another disk.
Here are some workarounds I found:
- open as root with "sudo nautilus ~/Documents/".
- remove the symlink.
- replace the symlink "workspace -> /media/
- deactivate Ubuntu One synchronization on ~/Documents/
So, this has something to do with Ubuntu One synchronization and the content size; maybe the addition of a symbolic link pointing to big content after having activated the sync.
Do you have an actual stack trace from gdb, with symbols? It's not possible to determine what is crashing exactly, and where, from your partial strace.