When trying to connect the strace tool to the daemon's main process, the daemon would die because strace interrupted the poll() causing it to return EINTR. It should be safe to ignore EINTR errors from poll in this case. Either the received signal will be otherwise ignored by the process, or it will cause it to terminate.tags/1.2
|
|
||
420 |
|
420 |
|
421 |
|
421 |
|
422 |
|
422 |
|
|
423 |
|
|
|
424 |
|
|
423 |
|
425 |
|
424 |
|
426 |
|
425 |
|
427 |
|