https://bugzilla.redhat.com/show_bug.cgi?id=1033604
--- Comment #22 from Daniel Walsh dwalsh@redhat.com --- Same error
char *unit_default_cgroup_path(Unit *u) { _cleanup_free_ char *escaped = NULL, *slice = NULL; int r;
assert(u);
if (unit_has_name(u, SPECIAL_ROOT_SLICE)) return strdup(u->manager->cgroup_root);
Segfault.
There is nothing mounted on /sys/fs/cgroup. Shouldn't systemd see this and do nothing with cgroups?