sourcey / spectacle

Beautiful static documentation generator for OpenAPI/Swagger 2.0

Home Page:https://sourcey.com/spectacle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Segmentation fault on Linux machine

papriwal-prateek opened this issue · comments

Linux machine configuration

$ uname -a
Linux 3e98a6547201 4.9.49-moby #1 SMP Wed Sep 27 23:17:17 UTC 2017 x86_64 Linux

spectacle command works fine on Mac but on linux it fails with segmentation fault.

$ spectacle -l test/fixtures/cheese.png test/fixtures/cheese.yml 
Running "sass:foundation_scss" (sass) task
Segmentation fault

Also, if I run it with --disable-css option, then it works fine. Therefore, I think there is segmentation fault causing in the sass task.

I was able to rectify it using mhart/alpine-node:8 as base image. Hence closing this issue.