The following run as root will cause the instances to hang and then
reboot (by the watchdog?)

#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include <stdlib.h>

int main(void)
{
        for (;;) {
                int fd;

                fd = open("/dev/hpet", O_RDONLY | O_NONBLOCK);
                close(fd);
        }
}


** Information type changed from Public to Public Security

** Information type changed from Public Security to Private Security

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1841747

Title:
  dev test in ubuntu_stress_smoke_test crashes AWS c5.large with Disco

To manage notifications about this bug go to:
https://bugs.launchpad.net/stress-ng/+bug/1841747/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to