-
- Downloads
Use SIGTERM to terminate test-introspection
The test-introspection binary has a custom SIGINT handler that tells the user to press Ctrl-C again to quit, thus it would require a *second* SIGINT to actually terminate. However, getting the timing between both in order for the handler to run is racy, so as an alternative, we just send SIGTERM instead, which has no custom handler and thus quits test-introspection as expected. https://phabricator.apertis.org/T8377 Signed-off-by:Ryan Gonzalez <ryan.gonzalez@collabora.com>
parent
082e1309
No related branches found
No related tags found
Please register or sign in to comment