-
Notifications
You must be signed in to change notification settings - Fork 2
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
Segmentation Fault in optimized cases #1
Comments
Could you be more specific? It takes quite some time to run the experiments on my computer. |
Hi, Thanks for your response. I download the source code of version(510579a) and build the code again. It can work right now! As for version(a1f0f90), I try the cavlc and div. Both of them get segmentation fault while doing resubstitution. |
Means that the issue has been resolved? |
As a side note, I can reproduce the segfault with benchmark You could try this code on the branch |
Hi,
The commit 510579a of mockturtle seems to be deleted.
Therefore, I checkout the mockturtle to a1f0f90 which is also from pull request #231.
However, when I try to run the experiments, it encounters segmentation fault while doing resubstitution in some cases.
For those can't further optimize, the program can finish successfully.
How to fix this problem ?
Thanks a lot!
The text was updated successfully, but these errors were encountered: