Actions
Bug #18479
closedI encountered a bug in the Ruby interpreter or extension libraries
Description
I received a message saying that I encountered a bug in the Ruby interpreter or extension libraries after running the following:
Clone this repo
git clone https://github.com/raviriley/agency-jekyll-theme.git
cd agency-jekyll-theme
Then run bundle install
and bundle exec jekyll serve --trace
I get this:
/Library/Ruby/Gems/2.6.0/gems/ffi-1.15.5/lib/ffi/library.rb:275: [BUG] Bus Error at 0x000000010491c000
ruby 2.6.8p205 (2021-07-07 revision 67951) [universal.arm64e-darwin21]
...
You may have encountered a bug in the Ruby interpreter or extension libraries.
I'm using macOS Monterey in MacBook Pro (M1, 2020), the complete bug report with all specifications is attached.
Files
Updated by peterzhu2118 (Peter Zhu) over 3 years ago
Can you try using Ruby 2.7.5 or newer? Ruby 2.6 is on security maintenance and will be EOL on March 2022.
Updated by mame (Yusuke Endoh) over 3 years ago
- Status changed from Open to Third Party's Issue
This is a third-party's issue. See https://github.com/ffi/ffi/issues/864 . You may want to try https://github.com/ffi/ffi/issues/864#issuecomment-875242776 . Or bundle config --local build.ffi --enable-libffi-alloc
.
Actions
Like0
Like0Like0