Skip to content

OSError: [Errno 24] Too many open files #8

Description

@low-pass

Known facts:

  • The error is generated when relatively hefty testbench (about 20-25 nested entities inside) is simulated more than 50 times in a loop
  • Initializing rtl_iofile objects in init method for some entities seems to accelerate the problem (appears sooner), removing such rtl_iofile calls will delay this problem to 500~ish loops before crash
  • Deleting the objects within testbench in the end of each loop by calling e.g. "del self.obj1" does not seem to affect the issue

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions