Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Executable file locks after a crash. #131

Open
Kew opened this issue Aug 25, 2018 · 3 comments
Open

Executable file locks after a crash. #131

Kew opened this issue Aug 25, 2018 · 3 comments

Comments

@Kew
Copy link

Kew commented Aug 25, 2018

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?

@cbovar
Copy link
Owner

cbovar commented Aug 26, 2018

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

@Kew
Copy link
Author

Kew commented Sep 10, 2018

It's definitely not running,

@Kew
Copy link
Author

Kew commented Sep 12, 2018

It only happens in the GPU version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants