You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the case that a process request large amounts of host memory and pinned them using cudaHostRegister, it will stuck in D state when received sigkill, and may sometimes cost 30 min before the final exit.
system info:
driver version: 470.42.01
cuda version: 11.4
kernel version: ubuntu 5.4.0-58-generic
the captured system call stack below, it looks like os_acquire_semaphore is stuck due to the lock acquired somewhere else. What’s the behaviour?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In the case that a process request large amounts of host memory and pinned them using cudaHostRegister, it will stuck in D state when received sigkill, and may sometimes cost 30 min before the final exit.
system info:
driver version: 470.42.01
cuda version: 11.4
kernel version: ubuntu 5.4.0-58-generic
the captured system call stack below, it looks like os_acquire_semaphore is stuck due to the lock acquired somewhere else. What’s the behaviour?
![image](https://user-images.githubusercontent.com/16819153/171578013-f8ba2009-a455-4f2d-94e2-470ef712b524.png)
Beta Was this translation helpful? Give feedback.
All reactions