Closed
Bug 887479
Opened 12 years ago
Closed 12 years ago
(Ash) Talos mozharness can't gather % Processor Time and Private Bytes data on win xp and win 7 machines
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 889366
People
(Reporter: jyeo, Assigned: jyeo)
Details
Attachments
(1 file)
1.23 KB,
patch
|
mozilla
:
review+
|
Details | Diff | Splinter Review |
(from https://tbpl.mozilla.org/php/getParsedLog.php?id=24346917&tree=Ash&full=1)
11:34:21 INFO - DEBUG : Working with test: tp5o
11:34:21 INFO - Generating results file: tp5o:
11:34:21 INFO - Started Wed, 19 Jun 2013 11:34:21
11:34:21 INFO - Generating results file: tp5o:
11:34:21 INFO - Stopped Wed, 19 Jun 2013 11:34:21
11:34:21 INFO - No results collected for: tp5o_%cpu:
11:34:21 INFO - Error Wed, 19 Jun 2013 11:34:21
11:34:21 INFO - Generating results file: tp5o_%cpu_paint:
11:34:21 INFO - Started Wed, 19 Jun 2013 11:34:21
11:34:21 INFO - Generating results file: tp5o_%cpu_paint:
11:34:21 INFO - Stopped Wed, 19 Jun 2013 11:34:21
11:34:21 INFO - No results collected for: tp5o_pbytes:
11:34:21 INFO - Error Wed, 19 Jun 2013 11:34:21
11:34:21 INFO - Generating results file: tp5o_pbytes_paint:
11:34:21 INFO - Started Wed, 19 Jun 2013 11:34:21
11:34:21 INFO - Generating results file: tp5o_pbytes_paint:
11:34:21 INFO - Stopped Wed, 19 Jun 2013 11:34:21
11:34:21 INFO - Generating results file: tp5o_main_rss_paint:
11:34:21 INFO - Started Wed, 19 Jun 2013 11:34:21
11:34:21 INFO - Generating results file: tp5o_main_rss_paint:
11:34:21 INFO - Stopped Wed, 19 Jun 2013 11:34:21
11:34:21 INFO - Generating results file: tp5o_responsiveness_paint:
11:34:21 INFO - Started Wed, 19 Jun 2013 11:34:21
11:34:21 INFO - Generating results file: tp5o_responsiveness_paint:
11:34:21 INFO - Stopped Wed, 19 Jun 2013 11:34:21
11:34:21 INFO - Generating results file: tp5o_shutdown_paint:
11:34:21 INFO - Started Wed, 19 Jun 2013 11:34:21
11:34:21 INFO - Generating results file: tp5o_shutdown_paint:
11:34:21 INFO - Stopped Wed, 19 Jun 2013 11:34:21
Comment 1•12 years ago
|
||
Similar to bug 805925 ?
Assignee | ||
Comment 2•12 years ago
|
||
I finally fixed this bug after days of log file eyeballing!!! For some weird reason, the pywin32 api cannot gather data if the name of the process contains ".exe".
Updated•12 years ago
|
Attachment #767989 -
Flags: review?(aki) → review+
Assignee | ||
Comment 3•12 years ago
|
||
(In reply to Aki Sasaki [:aki] from comment #1)
> Similar to bug 805925 ?
Nope. I found this bug while trying to fix bug 805925. Fixing this bug doesn't seem to fix 805925. :-/
Comment 4•12 years ago
|
||
Comment on attachment 767989 [details] [diff] [review]
strip '.exe' from binary path
merged to production
Assignee | ||
Comment 5•12 years ago
|
||
Jobs are green on tbpl. Fixed.
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•12 years ago
|
Resolution: FIXED → DUPLICATE
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
Updated•7 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•