-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Assertion '*v' failed at src/core/timer.c:337, function add_random(). Aborting. #2632
Comments
|
yupp, it should be. |
|
Fix waiting in #2623. |
floppym
pushed a commit
to gentoo/systemd
that referenced
this issue
Mar 5, 2016
crawford
pushed a commit
to crawford/systemd
that referenced
this issue
Aug 22, 2016
avikivity
pushed a commit
to scylladb/scylladb
that referenced
this issue
Dec 6, 2016
…ash of systemd on RHEL 7.3 RHEL 7.3's systemd contains known bug on timer.c: systemd/systemd#2632 This is workaround to avoid hitting bug. Fixes #1846 Signed-off-by: Takuya ASADA <syuu@scylladb.com> Message-Id: <1480452194-11683-1-git-send-email-syuu@scylladb.com>
avikivity
pushed a commit
to scylladb/scylladb
that referenced
this issue
Dec 6, 2016
…ash of systemd on RHEL 7.3 RHEL 7.3's systemd contains known bug on timer.c: systemd/systemd#2632 This is workaround to avoid hitting bug. Fixes #1846 Signed-off-by: Takuya ASADA <syuu@scylladb.com> Message-Id: <1480452194-11683-1-git-send-email-syuu@scylladb.com> (cherry picked from commit 8464903)
avikivity
pushed a commit
to scylladb/scylladb
that referenced
this issue
Dec 6, 2016
…ash of systemd on RHEL 7.3 RHEL 7.3's systemd contains known bug on timer.c: systemd/systemd#2632 This is workaround to avoid hitting bug. Fixes #1846 Signed-off-by: Takuya ASADA <syuu@scylladb.com> Message-Id: <1480452194-11683-1-git-send-email-syuu@scylladb.com> (cherry picked from commit 8464903)
syuu1228
added a commit
to syuu1228/scylla
that referenced
this issue
Jan 4, 2017
…ash of systemd on RHEL 7.3 RHEL 7.3's systemd contains known bug on timer.c: systemd/systemd#2632 This is workaround to avoid hitting bug. Fixes scylladb#1846
whot
pushed a commit
to whot/systemd
that referenced
this issue
Oct 10, 2017
Fixes: systemd#2632 Cherry-picked from: 3f51aec Resolves: #1396312
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See downstream bug report: https://bugs.archlinux.org/task/48197
Shouldn't the
assert(*v)in add_random beassert(v)?The text was updated successfully, but these errors were encountered: