Skip to content

Assertion in node.js #29958

@srour

Description

@srour

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'
}

Metadata

Metadata

Assignees

No one assigned

    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