This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Description
Hello,
I upgraded sassc to 2.2.1, and my production Rails app is now crashing when I visit my ActiveAdmin dashboard. Here are the crash logs from my server: https://gist.github.com/ndbroadbent/3d0f78235dc9056ca9eb9464d53b4a9c
/app/vendor/bundle/ruby/2.5.0/gems/sassc-2.2.1/lib/sassc/engine.rb:42: [BUG] Segmentation fault at 0x0000000000000000
Versions:
- sassc:
2.2.1, 2.0.1
- ruby:
2.5.5p157
- activeadmin:
2.4.0
- haml:
5.1.2
I'm not too sure why ActiveAdmin is calling SassC in production, but I think it might be part of a third-party template that needs to be rendered at runtime.
Another thing to note is that this consistently crashes my app on every request.
Thanks for your help!
Potentially related issues: