-
Notifications
You must be signed in to change notification settings - Fork 378
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
crashes in pthread_mutex_unlock #1199
Comments
I have done |
The problem is less likely to happen if you don't parallelize ctest - i.e. if you run it on just a single core ( you don't add |
jan-cerny
added a commit
to jan-cerny/openscap
that referenced
this issue
Oct 3, 2018
This will inform us when some of the locks fails. It can help us with debugging OpenSCAP#1199.
I think that the commit found by |
@jan-cerny I can't reproduce the bug in latest maint-1.3, can you please give it another try? Maybe I have something different in the environment. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description of Problem:
oscap sometimes crashes randomly due to an abort in
pthread_mutex_unlock
.It happens in multiple XCCDF "unit tests" when they run command
oscap xccdf eval --remediate
.OpenSCAP Version:
current master, as of 1st October 2018
Operating System & Version:
Fedora 28 Server
Steps to Reproduce:
Actual Results:
crash with a coredump
BT from gdb:
Expected Results:
no crash
Additional Information / Debugging Steps:
@matejak suggested using https://divine.fi.muni.cz/ to investigate
The text was updated successfully, but these errors were encountered: