[Webkit-unassigned] [Bug 59562] New: new-run-webkit-tests should disable/enable spindump on mac

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 26 16:59:59 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=59562

           Summary: new-run-webkit-tests should disable/enable spindump on
                    mac
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.6
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: slewis at apple.com


new-run-webkit-tests should disable/enable spindump on mac.  It can hog the available memory and cpu

to disable:
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.spindump.plist
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.spindump_symbolicator.plist 
sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.spindump_starter.plist 

to enable:
sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.spindump.plist
sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.spindump_symbolicator.plist 
sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.spindump_starter.plist

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list