[SOLVED] Avs2YUV error with DGDecodeNV

Support forum for DGDecNV
Post Reply
User avatar
admin
Posts: 4551
Joined: Thu Sep 09, 2010 3:08 pm

Re: [SOLVED] Avs2YUV error with DGDecodeNV

Post by admin »

It was my bug and a change in the driver exposed it. I was freeing some CUDA host memory in a thread without setting the correct CUDA context. Previously it apparently didn't matter. One might think that the address is sufficient, but it is not now true.

Still, nVidia should return a proper error and not crash.
Post Reply