andikleen / mce-inject

Linux machine check injection tool
29 stars 12 forks source link

uncorrected error test #1

Open Oxygenxy opened 7 years ago

Oxygenxy commented 7 years ago

When I tested with the following script, an error occurred # this should just kill the process STATUS uncorrected EIPV ADDR 0x1234 RIP 0xdeadbabe https://github.com/andikleen/mce-inject/blob/master/test/uncorrected $ sudo mce-inject ./uncorrected the error is "./uncorrected:2: syntax error"

flegler commented 2 years ago

Probably too late for an anwers - but in case someone else comes across this. I got this error when the kernel module was not loaded (load via modprobe mce-inject).