cbuchner1 / CudaMiner

a CUDA accelerated litecoin mining application based on pooler's CPU miner
Other
692 stars 304 forks source link

Killingg the background process causes driver crash #74

Open Brekcel opened 10 years ago

Brekcel commented 10 years ago

If you terminate the actual CudaMiner process it will cause your "Display driver" to stop working and your screen will lock up for a few seconds. If you terminate the process by closing the window, not the process, but the window it's being ran in, then it closes fine.

galamdring commented 10 years ago

That sounds like an os issue, not something CudaMiner could change. When you close the window, it requests the running app to close before it closes the window, but when you kill the task it forces it to close immediately. CudaMiner can't exit gracefully if it is forced to close immediately, and that's what is fouling up you graphics driver. On Jan 23, 2014 6:42 PM, "sakki54" notifications@github.com wrote:

If you terminate the actual CudaMiner process it will cause your "Display driver" to stop working and your screen will lock up for a few seconds. If you terminate the process by closing the window, not the process, but the window it's being ran in, then it closes fine.

— Reply to this email directly or view it on GitHubhttps://github.com/cbuchner1/CudaMiner/issues/74 .

kristianfreeman commented 10 years ago

I'm seeing this same problem, except I can't seem to figure out how to recover it. Running in headless CentOS, so I might be missing some GUI trick to re-enable it.