You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Etherpad d967914 (the rc0 for Etherpad 1.8) does not start with the following error:
[2019-10-22 19:01:01.439] [ERROR] console - exception thrown: Maximum call stack size exceeded
[2019-10-22 19:01:01.439] [INFO] console - RangeError: Maximum call stack size exceeded
at Function.[Symbol.hasInstance] (<anonymous>)
at ReadStream (/opt/etherpad-lite/src/node_modules/graceful-fs/graceful-fs.js:194:14)
at ReadStream (/opt/etherpad-lite/src/node_modules/graceful-fs/graceful-fs.js:195:28)
at ReadStream (/opt/etherpad-lite/src/node_modules/graceful-fs/graceful-fs.js:195:28)
at ReadStream (/opt/etherpad-lite/src/node_modules/graceful-fs/graceful-fs.js:195:28)
at ReadStream (/opt/etherpad-lite/src/node_modules/graceful-fs/graceful-fs.js:195:28)
at ReadStream (/opt/etherpad-lite/src/node_modules/graceful-fs/graceful-fs.js:195:28)
at ReadStream (/opt/etherpad-lite/src/node_modules/graceful-fs/graceful-fs.js:195:28)
at ReadStream (/opt/etherpad-lite/src/node_modules/graceful-fs/graceful-fs.js:195:28)
at ReadStream (/opt/etherpad-lite/src/node_modules/graceful-fs/graceful-fs.js:195:28)
The previous revision on master (d967914), that claimed to be 1.8.0, had a
problem (see #3654), and so 1.8.0 was put on hold.
In #3660 I decided to do a beta.1 release, in order to be able to catch similar
problems.
Closes#3658.
Etherpad d967914 (the rc0 for Etherpad 1.8) does not start with the following error:
This can be replicated running the default Docker image for 55fb10c (the corresponding version on the develop branch) from https://hub.docker.com/r/etherpad/etherpad/builds.
From inside the Docker image:
The error seems to be in
graceful-fs
, and goes away updating to the latest version (https://www.npmjs.com/package/graceful-fs/v/4.2.2).The text was updated successfully, but these errors were encountered: