Closed
Description
(Extracted from #33575 (comment))
- Version: master
- Platform: Linux addaleax2 5.3.0-53-generic V8 upgrades and what they mean for versioning #47~18.04.1-Ubuntu SMP Thu May 7 13:10:50 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
- Subsystem: benchmarks
What steps will reproduce the bug?
$ ./node benchmark/async_hooks/async-resource-vs-destroy.js
Error [ERR_STREAM_DESTROYED]: Cannot call write after a stream was destroyed
at write_ (_http_outgoing.js:689:11)
at ServerResponse.end (_http_outgoing.js:783:5)
at /home/addaleax/src/node/master/benchmark/async_hooks/async-resource-vs-destroy.js:152:13
at FSReqCallback.readFileAfterClose [as oncomplete] (internal/fs/read_file_context.js:63:3)
Emitted 'error' event on ServerResponse instance at:
at emitErrorNt (_http_outgoing.js:666:43)
at processTicksAndRejections (internal/process/task_queues.js:85:21) {
code: 'ERR_STREAM_DESTROYED'
}
Bisecting pointed to 28e6626 (#33131).
/cc @ronag