[GH-ISSUE #83] Maximum call stack size exceeded #60

Closed
opened 2026-03-03 16:04:05 +03:00 by kerem · 1 comment
Owner

Originally created by @jabrena on GitHub (Nov 21, 2016).
Original GitHub issue: https://github.com/mthenw/frontail/issues/83

Hi Using frontail, some times, I receive this error.

buffer.js:975
  var val = this[offset + 1] | (this[offset] << 8);
                               ^
RangeError: Maximum call stack size exceeded
    at new Uint8Array (native)
    at Buffer.subarray (native)
    at Buffer.slice (buffer.js:822:23)
    at fromString (buffer.js:239:21)
    at Function.Buffer.from (buffer.js:131:12)
    at new Buffer (buffer.js:112:17)
Originally created by @jabrena on GitHub (Nov 21, 2016). Original GitHub issue: https://github.com/mthenw/frontail/issues/83 Hi Using frontail, some times, I receive this error. ``` shell buffer.js:975 var val = this[offset + 1] | (this[offset] << 8); ^ RangeError: Maximum call stack size exceeded at new Uint8Array (native) at Buffer.subarray (native) at Buffer.slice (buffer.js:822:23) at fromString (buffer.js:239:21) at Function.Buffer.from (buffer.js:131:12) at new Buffer (buffer.js:112:17) ```
kerem closed this issue 2026-03-03 16:04:05 +03:00
Author
Owner

@mthenw commented on GitHub (Nov 24, 2016):

Thanks for reporting @jabrena!

Did you find a way to reproduce it?

<!-- gh-comment-id:262753469 --> @mthenw commented on GitHub (Nov 24, 2016): Thanks for reporting @jabrena! Did you find a way to reproduce it?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/frontail#60
No description provided.