-
-
Notifications
You must be signed in to change notification settings - Fork 35.2k
Assertion in node.js #29958
Copy link
Copy link
Closed
Description
Assertion happens regularly when downloading some data from Amazon S3. However, stack trace doesn't appear to be in that part of the code.
node -v
v12.12.0
uname
Linux pi 4.19.60-v7+ #1247 SMP Thu Jul 25 14:41:19 BST 2019 armv7l GNU/Linux
stack trace:
internal/assert.js:13
throw new ERR_INTERNAL_ASSERTION(message);
^
Error [ERR_INTERNAL_ASSERTION]: This is caused by either a bug in Node.js or incorrect usage of Node.js internals.
Please open an issue with this stack trace at https://github.com/nodejs/node/issues
at assert (internal/assert.js:13:11)
at TLSSocket.socketOnData (_http_client.js:454:3)
at TLSSocket.emit (events.js:210:5)
at TLSSocket.EventEmitter.emit (domain.js:476:20)
at TLSSocket.Readable.read (_stream_readable.js:524:10)
at TLSSocket.Socket.read (net.js:608:39)
at flow (_stream_readable.js:999:34)
at resume_ (_stream_readable.js:980:3)
at processTicksAndRejections (internal/process/task_queues.js:80:21) {
code: 'ERR_INTERNAL_ASSERTION'
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels