Thread: Lion with AMD
View Single Post
 
Old 04-13-2012, 04:50 AM
delgadilloalex delgadilloalex is offline
Jaguar
 
Join Date: Aug 2011
Posts: 33
[quote=JadedRaverLA;57074]Hey everybody,

Code:
tell application "Activity Monitor" to activate
do shell script "launchctl unload -w /System/Library/LaunchAgents/com.apple.ReportCrash.plist"
do shell script "launchctl unload -w /System/Library/LaunchDaemons/com.apple.ReportCrash.Root.plist" user name "adminuser" password "adminpwd" with administrator privileges
this works but most apps crash after bout 10 min except safr,and afew others
but when activitymon.app crashes cant run it any more



Quote:
Originally Posted by Unrealized View Post
Or you can just chmod -x it so it's not executable, and crash dumps wouldnt be written AT ALL. It's not the xpchelper which is eating the CPU here, It's the ReportCrash (or whatever) process.
it still runs activitymon. but mess. is access denied over and over
so then it wouldent boot with out it so.........single user boot
chmod 755
got so excited. thanks thou.

Last edited by delgadilloalex; 04-13-2012 at 04:54 AM.
Reply With Quote