Replies: 1 comment 2 replies
-
Unfortunately I think it's better to open an issue in ruby itself, do you have core dump? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Update
After further review the problem appears to be in the
google-chrome
application whenjemalloc
is enabled.My previous configuration was running Ruby 2.7 with jemalloc compiled into Ruby. When switching to Ruby 3.1 jemalloc was enabled via the LD_PRELOAD env. This caused a global change that impacted more than just Ruby.
Original
I am not sure where to put this, so I will discuss it here in the even another person comes across this issue.
After upgrading to Ruby 3.1 from 2.7 our Ferrum processes stopped working.
Would error with
At the same time in
syslog
the below error appearedOur Ruby instances were running with
jemalloc-5.2.1
via the env varLD_PRELOAD="/usr/local/lib/libjemalloc.so"
on Ubuntu 18.04.Running without
jemalloc
has allowed our ferrum sessions to run again.Beta Was this translation helpful? Give feedback.
All reactions