Author Topic: Not responding - 17.0.1.0 for Mac  (Read 2991 times)

Darren

  • New Community Member
  • Posts: 1
  • Hero Points: 0
Not responding - 17.0.1.0 for Mac
« on: August 10, 2012, 09:18:17 PM »
Had this happen a few times on the 2011 vs of SE for Mac (OS 10.7.4).  But now it has happened on the new version.

This time the scenario was:  Had files opened across a network share.
disconnected the laptop from the network.
resumed the laptop.
SE stopped responding (spinning pinwheel). 
tried to Force Quit from Activity Monitor but it can't kill it.

The only  way out of this is to reboot the Mac. 

Doesn't happen every time, but when it does it is really annoying since I have to reboot.

Anyone else observed this?

Mike

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 100
  • Hero Points: 21
Re: Not responding - 17.0.1.0 for Mac
« Reply #1 on: September 27, 2012, 04:04:41 PM »
Found that this was related to a network drive mount issue and it looks like this works best with a "soft" drive mount. 
(From Apple:
soft     ...   Make the mount soft.  Fail file system calls after a number of seconds.)
http://developer.apple.com/library/mac/#documentation/Darwin/Reference/ManPages/man8/mount_smbfs.8.html#//apple_ref/doc/man/8/mount_smbfs
http://developer.apple.com/library/mac/#documentation/Darwin/Reference/ManPages/man5/nsmb.conf.5.html#//apple_ref/doc/man/5/nsmb.conf

Another option is using a nsmb.conf with the lines:
[default]
soft=yes


Thanks for your help with this, Darren!