View Single Post
  #6  
Old 02-06-2007, 02:23 PM
dnanian's Avatar
dnanian dnanian is offline
Administrator
 
Join Date: Apr 2001
Location: Weston, MA
Posts: 14,923
Send a message via AIM to dnanian
OK. Again, "hang" is different than "crash". So: we need to determine what file is causing the problem.

When it's stuck, please open Terminal. Then, copy the following to the clipboard:

Code:
sudo lsof | grep SDCopy
Paste that into Terminal. Press Return, enter your password (it won't echo) and press Return.

That'll have a list of what we have open. The last two lines are what we're copying (from and to), and should help determine what's really happening here.
__________________
--Dave Nanian
Reply With Quote