iprbench/src/starbench
Guillaume Raffy f2ceeb2cdb added a mechanism to prevent starbench to hang in case the executed command fails
I had the case where on_exit() was never called because proc had no value and therefore the attempt to pass proc.pid to on_exit caused an exception before on_exit was called. As a result, the mater thread was waiting its children threads forever, as these child never signaled that they finished.

work related to [https://bugzilla.ipr.univ-rennes.fr/show_bug.cgi?id=3372]
2024-10-08 16:46:53 +02:00
..
__init__.py fixed styling errors 2024-06-30 17:15:45 +02:00
core.py added a mechanism to prevent starbench to hang in case the executed command fails 2024-10-08 16:46:53 +02:00
main.py added a mechanism to prevent starbench to hang in case the executed command fails 2024-10-08 16:46:53 +02:00