NVRM Xid 55?

Hi, I’m getting these errors after some ‘unspecified launch failures’. The code I’m running isn’t beautiful, but neither gdb or valgrind complain when I run in emulation mode.

Xid 13 is some kind of array out of bounds error AFAIK - does anyone have info on Xid 55?

Thanks!

Xid error codes represent a class of driver error, not a specific smoking gun.

Which driver are you using?
Can you provide a test app which consistently reproduces this failure?

Also, please generate and attach an nvidia-bug-report.log.

Thanks for the quick response. I’ve managed to decrypt NVRM Xid 55: it stands for “Idiot Programmer.” I was indexing arrays 9 yards out of bounds.

I’ll remember to post the bugreport + driver version stuff for next time, thanks.