Wyam2 / wyam

A modular static content and static site generator written in .NET. Fork of Wyam project.
https://wyam2.github.io/
MIT License
6 stars 1 forks source link

Segmentation Fault when processing Stellar main.css #8

Closed savornicesei closed 3 years ago

savornicesei commented 3 years ago

Issue by BennieCopeland Sunday Apr 21, 2019 at 09:11 GMT Originally opened as https://github.com/Wyamio/Wyam/issues/8


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

AB#3

savornicesei commented 3 years ago

Comment by daveaglick Saturday Feb 29, 2020 at 21:11 GMT


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)

savornicesei commented 3 years ago

Could not reproduce it on fresh Stellar blog or on op's blog source code (sha b2849e50f8c763571812f5ade78a42d1b0f92798). Closing this since op switched to Statiq