Unknow reason for Segmentation fault (core dumped) #549
Replies: 1 comment 1 reply
-
You have no memory left |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I am trying to use Ferrum in my Rails project, which is hosted as ECS in AWS.
When using the function, I got this error message in rails log:
My code looks like this:
I tried adding
process_timeout
with a much longer value. However, the issue remains.There is a core.xxx (xxx is the process id) was dumped in the rails project directory.
I used the
top
command while the Chromium process started, and I can see it is running by using the same user as the Rails project.If I try to run this command, it works:
And if as root user:
The container has enough free memory (2.5G free) and it is using Alpine image:
Any hit why this is happening and how to debug?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions