Open masroorhussainv opened 12 months ago
Facing the same issue, were you able to solve this issue? @masroorhussainv
Facing the same issue, were you able to solve this issue? @masroorhussainv
I don't remember the exact solution now, but I believe that upgrading to Ruby version 2.7.2 fixed it.
Issue Summary
I'm uisng MacOS 10.15 with Ruby 2.7.0 and Rails 7.0.8, and
twilio-ruby
gem version 6.3.1. When I try to initialize theTwilio::REST::Client
, it crashes therails console
process and throws a segmentation fault.Steps to Reproduce
twilio-ruby
gem to theGemfile
and runbundle install
. I used the version 6.3.1 but even when I upgraded to the version 6.8.x the same issue came up.rails console
from terminalTwilio::REST::Client.new(account_sid, auth_token)
Code Snippet
Exception/Log
The error log is too long and cannot be posted here due to the characters limitation. I've put the exception trace here: https://pastebin.com/svPVhPED
Technical details:
The crash report from
~/Library/Logs/DiagnosticReports
is placed as follows: