-
Notifications
You must be signed in to change notification settings - Fork 3k
Open
Labels
bugIssue is reported as a bugIssue is reported as a bugteam:VMAssigned to OTP team VMAssigned to OTP team VM
Description
Describe the bug
Running a full test suite of 103 thousand tests, on a system that has about 20 thousand modules leads to the VM crashing throughout the run with the following error:
no more index entries in export_list (max=524288)
To Reproduce
Have a sufficiently big test suite 😅 Jokes aside, I've managed to run into the same error when using the crash_dump
generated from the above and loading the persistent_terms tab
Expected behavior
My expectation would be clearer error message that i can act on. exports_list
doesn't tell me much and there's no mentions of it in the documentation that i could find (Only in the code itself)
Affected versions
OTP 27.3.3
Additional context
crash dump viewer.



Thanks !
Metadata
Metadata
Assignees
Labels
bugIssue is reported as a bugIssue is reported as a bugteam:VMAssigned to OTP team VMAssigned to OTP team VM