Wyamio / Wyam

A modular static content and static site generator.
MIT License
141 stars 29 forks source link

Segmentation Fault when processing Stellar main.css #8

Open BennieCopeland opened 5 years ago

BennieCopeland commented 5 years ago

I have an AWS CodeBuild project using Ubuntu that fails due to a Segmentation Fault when using the Stellar theme. Issue does not appear when using the default theme.

    Executing pipeline "Sass" (12/15) with 3 child module(s)
        Executing module ReadFiles with 1 input document(s)
            Read file /root/.nuget/packages/Wyam.Blog.Stellar.2.2.4/content/assets/sass/ie9.scss
            Read file /root/.nuget/packages/Wyam.Blog.Stellar.2.2.4/content/assets/sass/ie8.scss
            Read file /root/.nuget/packages/Wyam.Blog.Stellar.2.2.4/content/assets/sass/main.scss
            Executed module ReadFiles in 7 ms resulting in 3 output document(s)
        Executing module Sass with 3 input document(s)
            Processing Sass for file:///root/.nuget/packages/Wyam.Blog.Stellar.2.2.4/content/assets/sass/ie8.scss
            Processing Sass for file:///root/.nuget/packages/Wyam.Blog.Stellar.2.2.4/content/assets/sass/main.scss
Segmentation fault
daveaglick commented 4 years ago

FYI - the original Wyam project is being moved to statiqdev to continue work there as Statiq Web (the successor to Wyam and the Wyam blog recipe). Since this issue relates specifically to Wyam, I've transfered it to a new replacement project for legacy Wyam issues.

(This is an automated message)