The root cause of INC-893 (which necessitated #870) was the excessive memory consumption of Object::has_sources for ELF and WASM objects. In the future, we could prevent issues like this arising by putting a memory limit on relevant tests (test_wasm_has_sources in this case).
The root cause of INC-893 (which necessitated #870) was the excessive memory consumption of
Object::has_sourcesfor ELF and WASM objects. In the future, we could prevent issues like this arising by putting a memory limit on relevant tests (test_wasm_has_sourcesin this case).