Skip to content
This repository has been archived by the owner on Apr 7, 2023. It is now read-only.

Run Rails Server Segmentation Fault (SASSC) #10

Closed
patricklsamson opened this issue Aug 14, 2021 · 0 comments · Fixed by #11
Closed

Run Rails Server Segmentation Fault (SASSC) #10

patricklsamson opened this issue Aug 14, 2021 · 0 comments · Fixed by #11

Comments

@patricklsamson
Copy link
Collaborator

patricklsamson commented Aug 14, 2021

Rails server is being aborted when navigating through any views of the rails app (rails-base-project repo).

image

Fix:
Put this code block inside config/application.rb

config.assets.configure do |env|
    env.export_concurrent = false
end

image

Source: sass/sassc-ruby#207
image

@patricklsamson patricklsamson linked a pull request Sep 4, 2021 that will close this issue
1 task
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant