Skip to content
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

Bug fix -- BUT NEEDS WORK #3

Merged
merged 2 commits into from
Oct 25, 2024
Merged

Bug fix -- BUT NEEDS WORK #3

merged 2 commits into from
Oct 25, 2024

Conversation

msoos
Copy link
Contributor

@msoos msoos commented Oct 25, 2024

Hi,

This, along with the newest CMS and newest UniGen fix the underlying issues. BOTH the count and the sampling was wrong. I fixed both. However, I also removed the incorrect system with the "static" sample bag. So this will output a single sample and then die. The original system was 100% wrong, you need to do it better. It outputs a single sample solution right now, but then it dies due to the "static" thing being a giant hack and the way it being architected, it "forgets" the samples, it seems. Or whatever. I have a feeling something is not good with the architecture.

The system SHOULD no longer segfault, as I fixed an issue that could lead to segfault. However, if it does, please let me know how to build statically. Apparently, it only segfaults on static build, so I need to know how and when. In the meanwhile: don't forget that you you HAVE to fix the -fPIC issue as that will affect everyone.

PS: CryptoMiniSat's testing is a bit broken, you have to build with ./build_notest.sh and then it will build.

Mate

@arijitsh arijitsh merged commit 28ab263 into meelgroup:main Oct 25, 2024
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants