Closed Bug 534042 Opened 15 years ago Closed 13 years ago

High CPU Utilization when running mozmill from cli

Categories

(Testing Graveyard :: Mozmill, defect)

x86
macOS
defect
Not set
major

Tracking

(Not tracked)

VERIFIED WORKSFORME

People

(Reporter: aakashd, Unassigned)

Details

(Whiteboard: [mozmill-2.0+])

When I open mozmill via cli on osx for 10.5, the cpu utilization goes to 99% on Python and stays persistent until the opened browser is closed.

Here's what I'm running:

host-4-3:mozmill adesai$ python --version
Python 2.6.2
host-4-3:extension adesai$ sudo easy_install -U mozmill
Password:
Searching for mozmill
Reading http://pypi.python.org/simple/mozmill/
Reading http://code.google.com/p/mozmill
Best match: mozmill 1.3
Processing mozmill-1.3-py2.6.egg
mozmill 1.3 is already the active version in easy-install.pth
Installing mozmill-thunderbird script to /Library/Frameworks/Python.framework/Versions/2.6/bin
Installing mozmill-restart script to /Library/Frameworks/Python.framework/Versions/2.6/bin
Installing mozmill script to /Library/Frameworks/Python.framework/Versions/2.6/bin

Using /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/mozmill-1.3-py2.6.egg
Processing dependencies for mozmill
Finished processing dependencies for mozmill
host-4-3:extension adesai$ mozmill
I see the same problem. When analyzing the python process the activity monitor shows that we spent most of our time in __kill. Looks like we should leave more time for other processes there.
Severity: critical → major
Our stopping code has been completely changed and this no longer seems to be an issue.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
I can verify that this issue doesn't persist anymore with Mozmill 2.0. That's great to see.
Status: RESOLVED → VERIFIED
Whiteboard: [fixed in Mozmill 2.0]
Whiteboard: [fixed in Mozmill 2.0] → [mozmill-2.0+]
Product: Testing → Testing Graveyard
You need to log in before you can comment on or make changes to this bug.