Re: [systemd-devel] [PATCH 08/11] Avoid abort due timeout at user service

2014-06-19 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Jun 13, 2014 at 04:41:07PM +0200, Werner Fink wrote: It was seen only once, nevertheless this change does avoid the assert on s-user-slice in session_start_scope() Yeah, it seems possible that the slice will not be started and the assert can fail. It seems that instead of checking

[systemd-devel] [PATCH 08/11] Avoid abort due timeout at user service

2014-06-13 Thread Werner Fink
It was seen only once, nevertheless this change does avoid the assert on s-user-slice in session_start_scope() --- src/login/logind-session.c |6 ++ 1 file changed, 6 insertions(+) diff --git src/login/logind-session.c src/login/logind-session.c index fdeacb1..86ce418 100644 ---