Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segfault on binary operations #1669

Closed
xzyfer opened this issue Oct 28, 2015 · 2 comments
Closed

Segfault on binary operations #1669

xzyfer opened this issue Oct 28, 2015 · 2 comments

Comments

@xzyfer
Copy link
Contributor

xzyfer commented Oct 28, 2015

Originally reported in sass/node-sass#1107 (comment)

foo {
  bar: #{100%/3}
}

Ruby Sass / LibSass 3.2.5

foo {
  bar: 100%/3; }

LibSass 3.3

[1]    69839 segmentation fault

Spec added sass/sass-spec#577

@xzyfer xzyfer added this to the 3.3.2 milestone Oct 28, 2015
xzyfer added a commit to xzyfer/sass-spec that referenced this issue Oct 28, 2015
xzyfer added a commit to xzyfer/sass-spec that referenced this issue Oct 28, 2015
@saper
Copy link
Member

saper commented Nov 1, 2015

Fixed by #1668 ?

@xzyfer
Copy link
Contributor Author

xzyfer commented Nov 1, 2015

Should be

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants