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

Fix thread analysis termination with a self-creating thread #1173

Merged
merged 2 commits into from
Sep 19, 2023

Conversation

sim642
Copy link
Member

@sim642 sim642 commented Sep 18, 2023

This non-termination occurred in libaco from Concrat benchmarks, possibly others. The Concrat conf uses the thread analysis.

When a thread is created by just one thread which happens to be itself is_not_unique went into infinite recursion.

@sim642 sim642 added this to the v2.3.0 milestone Sep 19, 2023
@sim642 sim642 merged commit 8ec8c31 into master Sep 19, 2023
16 checks passed
@sim642 sim642 deleted the thread-self-create branch September 19, 2023 08:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants