geohot / cuda_ioctl_sniffer

Sniff CUDA ioctls

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kernel stops midway?

alexthomas1 opened this issue · comments

I am having some issues where after sometime, the kernel stops executing (after we launch it). I'm unsure what causes this. Can kernels be paused arbitrarily? Do they have to be resumed?

If I run this normally and sniff the output, I see a bunch of these:
558: 0 = 3( /dev/nvidiactl) 0x 20 engines -1 NV_ESC_RM_CONTROL client: c1d0008e object: 5c000002 cmd: 20801702 NV2080_CTRL_CMD_MC_SERVICE_INTERRUPTS params: 0x7ffe4d9b19f0 0x4 flags: 0 status 0x0

I tried to recreate this and run this ioctl but that didn't really help.