This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
segmentation fault when parsing invalid sass #7
Comments
Yes definitely, the C++ code in |
Closed
Mmm this one is quite old and I can't find any way to get more output on my syntax error... Any workaround / advice ? |
+1 Looks like this problem is not fixed? I get the segmentation fault while using node-sass with gulp-sass. |
@cspiegl you should raise a new issue if it is still present |
Same as @cspiegl above. |
@ConnorAtherton please add comments to #378. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is both a sort of proposal as well as an issue:
If invalid css is being used, the module segfaults.
So proposal is to do a normal node-style callback with cb(err,result) and to catch the segfault in some way.
Example css used:
The text was updated successfully, but these errors were encountered: