Bug 75310

Summary: systemd 209 stocked at boot after reaching socket.target
Product: systemd Reporter: Fryderyk Dziarmagowski <fdziarmagowski>
Component: generalAssignee: systemd-bugs
Status: RESOLVED FIXED QA Contact: systemd-bugs
Severity: major    
Priority: medium    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description Fryderyk Dziarmagowski 2014-02-21 09:59:07 UTC
journalctl says:

systemd 209 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ +SECCOMP)
...
Assertion '(x->type == SOURCE_MONOTONIC && y->type == SOURCE_MONOTONIC) || (x->type == SOURCE_REALTIME && y->type == SOURCE_REALTIME)' failed at src/libsystemd/sd-event/sd-event.c:264, function latest_time_prioq_compare(). Aborting.
Caught <ABRT>, not dumping core.
Freezing execution.
...
nothing happens after it (5min)

systemd configured as:
--disable-audit         \
--disable-ima           \
--disable-selinux       \
--disable-silent-rules  \
--disable-static        \
--disable-tcpwrap       \
--enable-compat-libs    \
--with-firmware-path=/usr/lib/firmware  \
--with-sysvinit-path=   \
--with-sysvrcnd-path=

running on linux 3.12.11

I see this problem only on my physical box. A live image prepared with same environment boots just fine.
Comment 1 Lennart Poettering 2014-02-21 13:10:00 UTC
Fixed in git! Thanks!

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.