Open
Bug 1644804
Opened 5 years ago
Updated 3 years ago
grcov hangs when processing coverage data
Categories
(Testing :: Code Coverage, defect)
Testing
Code Coverage
Tracking
(Not tracked)
NEW
People
(Reporter: tsmith, Unassigned)
References
(Blocks 1 open bug)
Details
This seems to be happening during our coverage fuzzing runs. We run grcov once an hour for the duration of the run and then once at the end before reporting the results back to the server. This is happening frequently enough to block our coverage runs.
Reporter | ||
Comment 1•5 years ago
|
||
Tool versions in use are:
grcov 0.5.15
gcov (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0
gcov is not called by us directly anywhere.
Comment 2•5 years ago
|
||
Could you collect the gcno/gcda files that grcov is trying to parse when it hangs?
Comment 3•5 years ago
|
||
The severity field is not set for this bug.
:ekyle, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(klahnakoski)
Comment 4•5 years ago
|
||
:tsmith, could you try a firefox build with clang to see of it makes a difference ?
Updated•5 years ago
|
Severity: -- → S3
Updated•5 years ago
|
Flags: needinfo?(klahnakoski)
You need to log in
before you can comment on or make changes to this bug.
Description
•