in reply to Re^2: Help on crash in sleep() !
in thread Help on crash in sleep() !
Have you read the documentation link I provided?
May be interrupted if the process receives a signal such as SIGALRM .
So, if anything sends a signal to your process, such as SIGALRM, it might wake up or crash.
|
|---|