Corrupted Double-Linked List

I am locating a potential bug using compute-sanitizer. In an execution using single thread, I got the following error message:

corrupted double-linked list
========= Error: process didn’t terminate successfully
========= Target application returned an error
========= ERROR SUMMARY: 0 errors

What is the meaning of no error found but process not terminated successfully? Is it a false alarm from compute-sanitizer or from my program?

Hi, @Ziqi

Can you provide a repro ? And please tell which version of compute sanitizer/driver and which GPU are you using ?