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

watcher stack overflow #29

Open
gipsyh opened this issue Aug 24, 2022 · 4 comments
Open

watcher stack overflow #29

gipsyh opened this issue Aug 24, 2022 · 4 comments

Comments

@gipsyh
Copy link

gipsyh commented Aug 24, 2022

Now on sub-ILA:AES_BLOCK

Start checking sub-instruction: LOAD
Parsing file "wrapper.v"... DONE
Parsing file "rst.ets"... DONE
Solving "variable_map_assert_0" *** internal error in 'lglib.c': watcher stack overflow
Finish: LOAD

@zhanghongce
Copy link
Member

Hi Yuheng, I suspect that this has something to do with the CoSA installation. wonder how CoSA was installed. Are you using the docker image?

@gipsyh
Copy link
Author

gipsyh commented Aug 25, 2022

Hi Yuheng, I suspect that this has something to do with the CoSA installation. wonder how CoSA was installed. Are you using the docker image?

I'm not using docker.
I installed CoSA by pip3.
When I use z3 as solver, there is no problem.

Thanks!

@zhanghongce
Copy link
Member

Thanks for the info. However, I'm afraid that this is out of our scope. As you see it is something deep in the lingeling SAT solver which is subsequently used in the SMT solver.

https://github.com/arminbiere/lingeling/blob/72d2b13eea5fbd95557a3d0d199cd98dfbdc76ee/lglib.c#L3746

What I would like to suggest is to try configuring the SMT solver (say Boolector, if it is an error when you used Boolector) to use another SAT solver (say Cadical) and rebuild Boolector to work around this.

@gipsyh
Copy link
Author

gipsyh commented Aug 25, 2022

ok, thanks for your help!

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

No branches or pull requests

2 participants