Commit 3234e15
authored
Catch fuzzbench measurer worker exception. (#2107)
The measurer worker is launched using multiprocessing.Pool's
apply_async. If there is any uncaught exception, the worker thread will
die and stop to do any more work. Probably related to #1108
https://github.com/google/fuzzbench/blob/fe8c15e1edbf796121cd3558305a1e7473a8c749/experiment/measurer/measure_manager.py#L8131 parent 06bfe9d commit 3234e15
1 file changed
Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
62 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
63 | 67 | | |
64 | 68 | | |
65 | 69 | | |
| |||
0 commit comments