sosy-lab / cpu-energy-meter

A tool for measuring energy consumption of Intel CPUs
BSD 3-Clause "New" or "Revised" License
321 stars 29 forks source link

Terminates with exit code 2 #8

Closed PhilippWendler closed 7 years ago

PhilippWendler commented 7 years ago

If cpu-energy-meter receives a SIGINT directly after being started, it terminates with exit code 2. It should instead terminate gracefully with the expected output.

lembergerth commented 7 years ago

Could you check whether commit 80862833 solves this for you? For me it works as intended after that commit.

PhilippWendler commented 7 years ago

Thanks, looks good.

Btw., if you mention the issue number in the commit message, GitHub can automatically reference the commit and the issue.