ConvNetSharp icon indicating copy to clipboard operation
ConvNetSharp copied to clipboard

Executable file locks after a crash.

Open Kew opened this issue 6 years ago • 3 comments

When my app crashes (as I am developing it) the executable is locked and I need to rename it e.g. "program.exe.crashed14" before I can compile and visual studio can write the updated file again.

How do you handle this situation when you are developing?

Kew avatar Aug 25 '18 06:08 Kew

I haven't experienced that with ConvNetSharp. Is it possible your application is still running in background and this prevents you from overwriting it ?

cbovar avatar Aug 26 '18 02:08 cbovar

It's definitely not running,

Kew avatar Sep 10 '18 12:09 Kew

It only happens in the GPU version.

Kew avatar Sep 12 '18 11:09 Kew