You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using bootsnap 1.4.4 and mini_racer 0.2.6 OR 0.2.5, bootsnap doesn't seem to be able to load mini_racer:
/bundle/gems/bootsnap-1.4.4/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `require': Error relocating /bundle/gems/mini_racer-0.2.5/lib/mini_racer_extension.so: backtrace_symbols: symbol not found - /bundle/gems/mini_racer-0.2.5/lib/mini_racer_extension.so (LoadError)
from /bundle/gems/bootsnap-1.4.4/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `block in require_with_bootsnap_lfi'
from /bundle/gems/bootsnap-1.4.4/lib/bootsnap/load_path_cache/loaded_features_index.rb:92:in `register'
from /bundle/gems/bootsnap-1.4.4/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21:in `require_with_bootsnap_lfi'
from /bundle/gems/bootsnap-1.4.4/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:30:in `require'
from /bundle/gems/activesupport-5.2.2.1/lib/active_support/dependencies.rb:291:in `block in require'
from /bundle/gems/activesupport-5.2.2.1/lib/active_support/dependencies.rb:257:in `load_dependency'
from /bundle/gems/activesupport-5.2.2.1/lib/active_support/dependencies.rb:291:in `require'
from /bundle/gems/mini_racer-0.2.5/lib/mini_racer.rb:2:in `<main>'
from /bundle/gems/bootsnap-1.4.4/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `require'
from /bundle/gems/bootsnap-1.4.4/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in `block in require_with_bootsnap_lfi'
from /bundle/gems/bootsnap-1.4.4/lib/bootsnap/load_path_cache/loaded_features_index.rb:92:in `register'
from /bundle/gems/bootsnap-1.4.4/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21:in `require_with_bootsnap_lfi'
from /bundle/gems/bootsnap-1.4.4/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:30:in `require'
from /usr/local/lib/ruby/2.6.0/bundler/runtime.rb:81:in `block (2 levels) in require'
from /usr/local/lib/ruby/2.6.0/bundler/runtime.rb:76:in `each'
from /usr/local/lib/ruby/2.6.0/bundler/runtime.rb:76:in `block in require'
from /usr/local/lib/ruby/2.6.0/bundler/runtime.rb:65:in `each'
from /usr/local/lib/ruby/2.6.0/bundler/runtime.rb:65:in `require'
from /usr/local/lib/ruby/2.6.0/bundler.rb:114:in `require'
from /apollo/config/application.rb:17:in `<top (required)>'
This is dockerified, but it only happens when requiring mini_racer
The text was updated successfully, but these errors were encountered:
When using bootsnap 1.4.4 and mini_racer 0.2.6 OR 0.2.5, bootsnap doesn't seem to be able to load mini_racer:
This is dockerified, but it only happens when requiring mini_racer
The text was updated successfully, but these errors were encountered: