Donot Haveone wrote:
It was using a lot of cpu in activity monitor, but the progress bar had not changed for 20 minutes (put a post-it on the screen to mark the spot).
That may simply mean that a lot of CPU is going on and the progress bar may only show HD activity. This sometimes happens with programs and apps. If you open force quit it will say they are "not responding" but in fact they are simply very busy and apear "dead."
What does the
top
command do?
From the terminal man top command
top - display and update sorted information about processes
It's easier to see than explain
Open a terminal and enter
top
and watch.
Use Ctl-c to terminate it.