| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
It allows to use context as a single termination signal source.
|
| |
|
|
|
| |
Whenever the status is set, also include the reason. It should help
easier debug execution and machine check time problems.
|
| |
|
|
|
| |
It will enable collecting statistics for several simultaneous RPCServer
objects.
|
| |
|
|
| |
This is a potentially reusable piece of functionality.
|
| |
|
|
|
|
| |
Distributing requests across VMs should help with the tail of more subtle issues
even in snapshot more. For example, if the fuzzer locates output/kcov mappings
in memory and injects coverage.
|
| |
|
|
| |
Closes #5176.
|
| |
|
|
| |
Use logic similar to flatrpc to avoid panics during result parsing.
|
| |
|
|
| |
It lets us get bug reproductions out of box.
|
| |
|
|
|
| |
We increment StatExecs in both snapshotVM and snapshotRun,
which leads to 2x overcounting. Remove one increment.
|
| |
|
|
|
|
| |
1) Include output in queue.Result only if it was requested.
2) Always return the output to the caller -- we use it for crash
detection.
|
| |
|