When attempting to run the main.js file (after a restart) it doesn't give any logs or error output but gives a core dumped error.
For it to start or provide an exception
root@rocketchat:/etc/supervisor# nodejs /data/app/bundle/main.js
Will load cache for users
2 records load from users
Will load cache for rocketchat_room
1 records load from rocketchat_room
Will load cache for rocketchat_subscription
1 records load from rocketchat_subscription
Will load cache for rocketchat_settings
633 records load from rocketchat_settings
Updating process.env.MAIL_URL
Starting Email Intercepter...
Segmentation fault (core dumped)
If I continue to attempt to start it then it will eventually start (After around 5mins of trying to start it).
nodejs-8.10.0 is broken. take a look at https://github.com/RocketChat/Rocket.Chat/issues/10060
Thanks, Looks like the fix from lower down in that page worked, installed 8.9.4 and it seems to be working again.
has this issue been fixed at all without using an old version of node?
the latest stable node is now 8.11.1 and its still generating this core dump error
I have the same problem in this configuration:
Most helpful comment
has this issue been fixed at all without using an old version of node?
the latest stable node is now 8.11.1 and its still generating this core dump error