For more information, test V0.15.00 to V0.15.04 for 300 times each[1], I
can reproduce on V0.15.00 and V0.15.01 only.
console output are attached.
--
[1]
#!/bin/bash
for i in `cat gittag.txt`; do
echo ==== $i ====
cd /home/ubuntu/stress-ng
make clean
git reset --hard
git checkout $i
make clean
make
cd /home/ubuntu
for j in `seq 1 300`; do
./stress-ng/stress-ng --lockofd 0 -t 240
echo == $? ==
done
done
$ cat gittag.txt
V0.15.00
V0.15.01
V0.15.02
V0.15.03
V0.15.04
** Attachment added: "screenlog.0.bz2"
https://bugs.launchpad.net/stress-ng/+bug/1999731/+attachment/5654104/+files/screenlog.0.bz2
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1999731
Title:
disk stress test failing with code 7
Status in Stress-ng:
In Progress
Status in linux package in Ubuntu:
Invalid
Status in stress-ng package in Ubuntu:
Fix Released
Bug description:
Since mid of November we see lots of disk stress test failing with
multiple Ubuntu kernel e.g. bionic-hwe, focal, focal-hwe. Most of them
are with lockofd stressor and system are still alive after stress
test.
05 Nov 08:51: Running stress-ng lockofd stressor for 240 seconds...
** stress-ng exited with code 7
To manage notifications about this bug go to:
https://bugs.launchpad.net/stress-ng/+bug/1999731/+subscriptions
--
Mailing list: https://launchpad.net/~kernel-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~kernel-packages
More help : https://help.launchpad.net/ListHelp