Tobias Tilhof
Tobias Tilhof
Same here at sassc-2.3.0/lib/sassc/engine.rb:43: [BUG] Segmentation fault at 0x0000000000000000 ruby 2.7.1p83 (2020-03-31 revision a0c7c23c9c) [x86_64-linux]
I have found a rails workaround for this: ``` Rails.application.config.assets.configure do |env| env.export_concurrent = false end ```
@akshathkaushal I wrote it to config/application.rb
I was about to update my Rails (6.0.3.3) project from Ruby 2.7.1 to 2.7.2, at Ruby 2.7.1 the above mentioned rails workaround fixed, and on production server (Ubuntu 18.04.5 LTS)...