-
-
Notifications
You must be signed in to change notification settings - Fork 33.1k
Closed
Labels
httpsIssues or PRs related to the https subsystem.Issues or PRs related to the https subsystem.
Description
- Version: v10.15.0
- Platform: Linux 4.4.0-1038-aws Add a Gitter chat badge to README.md #41-Ubuntu SMP Thu Jan 17 18:28:50 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
I've had several crashes with the following stack trace:
AssertionError [ERR_ASSERTION]: false == true
at TLSSocket.socketOnData (_http_client.js:440:3)
at TLSSocket.emit (events.js:182:13)
at TLSSocket.EventEmitter.emit (domain.js:441:20)
at addChunk (_stream_readable.js:283:12)
at readableAddChunk (_stream_readable.js:264:11)
at TLSSocket.Readable.push (_stream_readable.js:219:10)
at TLSWrap.onStreamRead [as onread] (internal/stream_base_commons.js:94:17)
Additional Data:
{
"exception": true,
"process": {
"pid": 23,
"uid": 9650,
"gid": 9650,
"cwd": "/app",
"execPath": "/app/.heroku/node/bin/node",
"version": "v10.15.0",
"argv": ["/app/.heroku/node/bin/node", "/app/index.js"],
"memoryUsage": {
"rss": 46530560,
"heapTotal": 23314432,
"heapUsed": 16223184,
"external": 2192073
}
},
"os": {
"loadavg": [4.31787109375, 6.36376953125, 7.2197265625],
"uptime": 450007
},
"trace": [
{"column": 3, "file": "_http_client.js", "function": "TLSSocket.socketOnData", "line": 440, "method": "socketOnData", "native": false},
{"column": 13, "file": "events.js", "function": "TLSSocket.emit", "line": 182, "method": "emit", "native": false},
{"column": 20, "file": "domain.js", "function": "TLSSocket.EventEmitter.emit", "line": 441, "method": "emit", "native": false},
{"column": 12, "file": "_stream_readable.js", "function": "addChunk", "line": 283, "method": null, "native": false},
{"column": 11, "file": "_stream_readable.js", "function": "readableAddChunk", "line": 264, "method": null, "native": false},
{"column": 10, "file": "_stream_readable.js", "function": "TLSSocket.Readable.push", "line": 219, "method": "push", "native": false},
{"column": 17, "file": "internal/stream_base_commons.js", "function": "TLSWrap.onStreamRead [as onread]", "line": 94, "method": "onStreamRead [as onread]", "native": false}
]
}
Metadata
Metadata
Assignees
Labels
httpsIssues or PRs related to the https subsystem.Issues or PRs related to the https subsystem.