-
Type: Bug
-
Resolution: Fixed
-
Priority: Minor
-
Affects Version/s: master
-
Component/s: None
-
None
It appears as if pegasus-statistics create a directory in /tmp but does not clean it up after exit.
Please add an atexit(), trap, or END { } block to take care of cleaning up on exit (regardless of error).
You may also want to catch signal SIGINT and just call exit(1) in the signal handler – this will handle Ctrl+C more gracefully.