Closed
Bug 1106021
Opened 10 years ago
Closed 10 years ago
Intermittent mainthreadio | File '{profile}\revocations.txt' was accessed and we were not expecting it: {'Count': 1, 'Duration': 0.031488, 'RunCount': 1}
Categories
(Testing :: Talos, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: mgoodwin, Unassigned)
References
Details
Attachments
(1 file)
1.44 KB,
patch
|
Details | Diff | Splinter Review |
A file was added as part of OneCRL; it's causing a test failure. Not sure of the correct course of action...
Reporter | ||
Comment 1•10 years ago
|
||
I have no idea if this is the correct course of action; my apologies if not.
Attachment #8530250 -
Flags: review?(jmaher)
Reporter | ||
Comment 2•10 years ago
|
||
After digging around, It seems I can't test this since it requires xperf (which requires windows).
For more info, here's a sample failure: https://treeherder.mozilla.org/ui/logviewer.html#?job_id=4279101&repo=mozilla-inbound
Comment 3•10 years ago
|
||
If we determine that there is we need to have this done on the mainthread, then this patch will be the appropriate course of action. I would like aklotz or vladan to chime in here. In many cases this IO is not necessary and can be done async or coded slightly differently to get it out of the path.
Flags: needinfo?(aklotz)
Updated•10 years ago
|
Attachment #8530250 -
Flags: review?(jmaher)
Reporter | ||
Comment 4•10 years ago
|
||
(In reply to Joel Maher (:jmaher) from comment #3)
> In many cases this IO is not necessary
> and can be done async or coded slightly differently to get it out of the
> path.
I made changes to avoid the issue; this now happens the first time we attempt to verify a cert.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → INVALID
Updated•10 years ago
|
Flags: needinfo?(aklotz)
You need to log in
before you can comment on or make changes to this bug.
Description
•