Skip to content

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

Description

@klayoutmatthias

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.

Metadata

Metadata

Labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions