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

Crash on deep, threaded DRC mode with universal DRC function #826

Closed
klayoutmatthias opened this issue Jun 7, 2021 · 0 comments
Closed
Assignees
Labels
Milestone

Comments

@klayoutmatthias
Copy link
Collaborator

The application is unstable when using the universal DRC function in threaded deep mode, such as:

deep
threads(4)

l1 = input(1, 0)
space_errors = l1.drc(space < 0.5.um)

The reason is a missing mutex allowing multiple threads to access the cache in parallel.

@klayoutmatthias klayoutmatthias self-assigned this Jun 7, 2021
@klayoutmatthias klayoutmatthias added this to the 0.27.2 milestone Jun 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant