-
Notifications
You must be signed in to change notification settings - Fork 2.3k
graphics driver crash on stopping miner with VM running #81
Comments
|
The crash still occurs on driver version 384.76, miner version 0.11.0 (not just RC1), and with stock OC settings on all GPUs. |
As I understand the issue only happens if you run a virtual machine on the "miner machine". So all in all I don't know how we can find out the issue here. It might be a misbehaviour of the hypervisor. I don't know. @chfast This sounds to me as a "not a bug on our miner" or "won't fix" situation, what do you think? |
I have confirmed that the crash still occurs when no VMs, services, or executables related to virtualbox are running. I originally thought it was related to virtualbox because that program logged an error but I am convinced that it wasn't the cause. My best guess is that it has to do with the backwards PCIe/GPU indexing. Is there any more contextual information I can give or tests I can do? |
If it's any help here is the motherboard and CPU. EP2C602-4L/D16 Also I do not observe this crash on genoil's branch. |
I am no longer observing this issue on 0.12.0rc1. |
so, close it ? |
GTX1060 +150/+500/65%TDP @ 23-24MHs
Please feedback. |
Not sure if the same issue exactly, but I see this (display driver dying/recovering) frequently when stopping the miner with Ctrl+C. Occasionally, it'll be so bad that later restarting the miner gives CUDA errors, requiring me to restart my system. ethminer version 0.13.0 I suspect that, since signal()'s handler never sees SIGINT or SIGTERM on Windows, Ctrl+C is not allowing it to shutdown cleanly. Might be helpful if there's a clean way to shutdown to compare. |
@fuiru Try latest version and feedback please. |
14dev2 I see cleanly shuts down on Ctrl+C, and doesn't seem to be causing any issues so far. |
ver: 0.11.0rc1
OS: Windows 8.1 64-bit
Driver: 382.53
Primary GPU: 1060
Secondary GPU: 1070
When running individual CUDA instances of the miner for each card the graphics driver crashes when stopping (either with ctrl+c or closing the window) the miner on the primary GPU when a virtualbox VM is also running (either windows or linux client OS, with or without 2D acceleration). Windows error log shows an openGL error from virtualbox.exe.
I'm not sure if this is related but the CUDA device indexing is backwards from PCIe and nvidia driver adapter indexing. This was the case even across a fresh driver install.
The 1060 is on PCIe lane 1 and is nvidia adapter 0 but is CUDA device 1.
The 1070 is on PCIe lane 5 and is nvidia adapter 1 but is CUDA device 0.
I was able to recreate this while VMs were paused so it may not be related to virtualbox.
The text was updated successfully, but these errors were encountered: