paulvironova / emgucvstresstest

stress test of emgu cv
1 stars 0 forks source link

deallocation exception on nvidia #4

Open paulvironova opened 5 years ago

paulvironova commented 5 years ago

Running the stress test on nvidia/win 10 gives this

C:\Users\PaulD\Desktop\emgucvstresstest>bin\x64\Debug\ConsoleApp1.exe
todiloo! Emgu GPU is GeForce GTX 1060 3GB
42   0.0    0.0    0.0    0.0    0.0    0.0    0.0    1.0
.
snip
.
573231   0.0    1.0    0.0    0.0    0.0    1.0    1.0    0.0
573261   1.0    0.0    1.0    1.0    1.0    0.0    0.0    1.0

Unhandled Exception: Emgu.CV.Util.CvException: OpenCV: u->refcount == 0 && "UMat deallocation error: some derived Mat is still alive"
   at Emgu.CV.CvInvoke.CvErrorHandler(Int32 status, IntPtr funcName, IntPtr errMsg, IntPtr fileName, Int32 line, IntPtr userData)
   at Emgu.CV.UMatInvoke.cveUMatRelease(IntPtr& mat)
   at Emgu.CV.UMat.DisposeObject()
   at Emgu.Util.DisposableObject.Finalize()
573291   0.0    1.0    0.0    0.0    0.0    1.0    1.0    0.0
573291   2.7    3.7    2.7    2.7    2.7    3.7    3.7    2.7
paulvironova commented 5 years ago

Happened again, with the same output, this time after approx. two hours and most likely when there was load from something else on the system.

paulvironova commented 5 years ago

Happened again, with the same output, this time after approx. two hours and most likely when there was load from something else on the system.