1. Have a computer that has 2 or more CPU cores. (i.e. Test this bug on modern computers)
2. Boot UBCD 5.0.3 (UBCD 5.1 will cause a kernel panic and thus can't test.)
2. Select "CPU -> CPU Burn-in" from UBCD boot menu.
3. Wait and let cpuburn-in run for a few minutes. You should see some output like this:
Code: Select all
20000 iterations complete.
20000 iterations complete.
25000 iterations complete.
25000 iterations complete.
30000 iterations complete.
30000 iterations complete.
Actual result:
All of the cpuburn-in instances are still running in the background, and you are still seeing them output things.
Code: Select all
35000 iterations complete.
35000 iterations complete.
^C
# 40000 iterations complete.
40000 iterations complete.
......
All instances of cpuburn-in should be terminated.
Notes:
The same problem happens when you press CTRL+\ .