I don't think this bug has *anything* to do with nautilus. The after
pulling the plug on the NFS drive anything that tries to access it
crashes, here is the ltrace,

bindtextdomain("util-linux", "/usr/share/locale")                               
                        = "/usr/share/locale"
textdomain("util-linux")                                                        
                        = "util-linux"
strrchr("umount", '/')                                                          
                        = nil
umask(022)                                                                      
                        = 022
getopt_long(3, 0x7fff4f92f708, "adfhlnrit:O:vV", 0x610460, nil)                 
                        = 102
getopt_long(3, 0x7fff4f92f708, "adfhlnrit:O:vV", 0x610460, nil)                 
                        = -1
getuid()                                                                        
                        = 0
geteuid()                                                                       
                        = 0
__cxa_atexit(0x4057b0, 0, 0, -1)                                                
                        = 0
mnt_init_debug(0, 0x7f71b88abeb0, 2, 1)                                         
                        = 2
readlink(0x7fff4f92e4c0, 0x7fff4f92d4b0, 4096, 2310)                            
                        = -1
__errno_location()                                                              
                        = 0x7f71b8ef97e0
readlink(0x7fff4f92e4c0, 0x7fff4f92d4b0, 4096, -160     

Seems as if it makes a call to readlink() which returns -1 indicating an
error (3rd line to last), then it realizes that it has an error. And,
does a readlink in the same fashion setting buffsize to -160, presumably
in whatever handles the error.. I'm confused.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.
https://bugs.launchpad.net/bugs/164120

Title:
  file manager hangs when mounted nfs drive is no longer accessible

To manage notifications about this bug go to:
https://bugs.launchpad.net/dolphin/+bug/164120/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to