We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gemfile
gem 'therubyracer', :require => false, :platforms => :mri
because of #469 the gem is loaded concurrently and it produces a segfault (not all the time, but pretty often)
mini_racer works fine if the concurrent compilation is disabled therubyracer also works fine
this is actually therubyracer's issue which isn't developed anymore probably nothing we can do about this in sprockets?
The text was updated successfully, but these errors were encountered:
therubyracer is deprecated for a long time, so this is unlikely to be fixed
Sorry, something went wrong.
No branches or pull requests
Gemfile
Actual behavior
because of #469 the gem is loaded concurrently and it produces a segfault (not all the time, but pretty often)
Expected behavior
mini_racer works fine
if the concurrent compilation is disabled therubyracer also works fine
this is actually therubyracer's issue which isn't developed anymore
probably nothing we can do about this in sprockets?
System configuration
The text was updated successfully, but these errors were encountered: