-
Notifications
You must be signed in to change notification settings - Fork 383
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
oscap 1.3.9 coredumps while processing the latest Ubuntu 24.04 compliance control file #2188
Comments
Hey, @bhattisatish. It might help to have verbose logs: |
After running in
The complete log file is attached. |
Can you please also attach the data stream you've built. There is something fishy in it. |
@evgenyz I am not very comfortable with the content files and how all they work. Not sure what files are useful and which are not needed. Sharing the whole build directory. The entry point is the Hope these are useful. You can also generate them by just following the steps to reproduce described above. |
I'm able to reproduce on the shipping version in Ubuntu 24.04. But can't reproduce on latest |
Thank you @Mab879! I'm not closing it for now, I just might be able to track down exact reason. @bhattisatish Meanwhile, please contact Ubuntu maintainers. |
Description of Problem:
While running the latest Ubuntu 24.04 XCCDF file, the oscap command fails with a core dump.
The last message seen is:
OpenSCAP Version:
OpenSCAP command line tool (oscap) 1.3.9
Operating System & Version:
Distributor ID: Ubuntu
Description: Ubuntu 24.04.1 LTS
Release: 24.04
Codename: noble
Steps to Reproduce:
git clone https://github.com/complianceascode/content.git
cd content/
and./build_product ubuntu2404
andcd ..
oscap xccdf eval --profile xccdf_org.ssgproject.content_profile_cis_level1_workstation --results arf1.xml --report report1.html content/build/ssg-ubuntu2404-ds.xml
oscap xccdf eval --profile xccdf_org.ssgproject.content_profile_cis_level2_workstation --results arf2.xml --report report2.html content/build/ssg-ubuntu2404-ds.xml
Actual Results:
The last successful message was:
And the error message seen is:
Expected Results:
A successful run with arf1.xml with the results and report1.html with the final evaluation report.
Additional Information / Debugging Steps:
Coredump file is available for download, if it i's of any help.
The text was updated successfully, but these errors were encountered: