Lines Matching +full:stale +full:- +full:issue +full:- +full:message
124 signal.set_wakeup_fd(-1)
126 logger.info('set_wakeup_fd(-1) failed: %s', nexc)
169 signal.set_wakeup_fd(-1)
171 logger.info('set_wakeup_fd(-1) failed: %s', exc)
302 logger.error('Unable to check or remove stale UNIX socket '
310 # Let's improve the error message by adding
376 blocksize = count - total_sent
404 # one being 'file' is not a regular mmap(2)-like
441 if fd != -1:
553 def _fatal_error(self, exc, message='Fatal error on pipe transport'): argument
557 logger.debug("%r: %s", self, message, exc_info=True)
560 'message': message,
611 # works for pipes and sockets. (Exception: OS X 10.4? Issue #19294.)
755 def _fatal_error(self, exc, message='Fatal error on pipe transport'): argument
759 logger.debug("%r: %s", self, message, exc_info=True)
762 'message': message,
829 Implementations of this class must be thread-safe.
832 waitpid(-1), there should be only one active object per process.
842 Note: callback() must be thread-safe.
1017 'message': 'Unknown exception in SIGCHLD handler',
1027 os.waitpid(-1).
1100 os.waitpid(-1) directly, possibly breaking other code spawning processes
1125 self._forks -= 1
1163 pid, status = os.waitpid(-1, os.WNOHANG)
1196 "%d -> %d", pid, returncode)
1269 logger.warning("Previous SIGCHLD handler was set by non-Python code, "
1350 """Internal: Join all non-daemon threads"""
1373 name=f"waitpid-{next(self._pid_counter)}",
1381 # The method is no-op but is implemented because