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
Segfault calling simple-selectors()
#1880
Labels
Milestone
Comments
Which version of node-sass? |
We're having some weird environment specific segfaults after the recent memory manager changes in LibSass. |
|
@xzyfer IMO so far we haven't had one real issue with the memory manager changes. This one is simply a null pointer access leading to a segfault. Fixed in sass/libsass#2318. |
Closed
Fixed in 4.8.0 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
simple-selectors('&:hover')
causes a segfault.In ruby Sass it gives an error:
The text was updated successfully, but these errors were encountered: