I was doing some not-so-careful experiments, and this meant I don't remember the reproduction steps perfectly, but I do know that I killed the app and then resumed db2 migration a couple of times. This happened suddenly:
RangeError [ERR_OUT_OF_RANGE]: The value of "offset" is out of range. It must be >= 0 and <= 65534. Received 80228
at boundsError (internal/buffer.js:81:9)
at Buffer.readUInt16LE (internal/buffer.js:238:5)
at Object.getDataNextOffset (/data/data/se.manyver/files/nodejs-project/index.js:25310:31)
at Stream.SyceLWe5Nm2mmym/v2ltZ2hAhKqlddxQJQd6z2avDTE=.Stream._handleBlock (/data/data/se.manyver/files/nodejs-project/index.js:41959:40)
at /data/data/se.manyver/files/nodejs-project/index.js:42027:26
at Request._callback (/data/data/se.manyver/files/nodejs-project/index.js:25269:9)
at Request.Trwq+KqeWzxsbUet+Omb+wC9uH2QMBcZNBUiXOCqCv4=.Request.callback (/data/data/se.manyver/files/nodejs-project/index.js:42692:8)
at onread (/data/data/se.manyver/files/nodejs-project/index.js:27150:31)
at FSReqCallback.wrapper [as oncomplete] (fs.js:520:5) {
code: 'ERR_OUT_OF_RANGE'
}
I was doing some not-so-careful experiments, and this meant I don't remember the reproduction steps perfectly, but I do know that I killed the app and then resumed db2 migration a couple of times. This happened suddenly: