Comment 12 for bug 1990658

Revision history for this message
Stéphane Loeuillet (leroutier) wrote :

Even if we don't know the root cause, could you protect the following code (function called in same file) with try/catch ?

        ret = self.get_logind_session(pid, proc_pid_fd)
        if ret:
            self['_LogindSession'] = ret[0]