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

Infinite Recursion and Out of Memory Exception with strictMath #1775

Closed
ForbesLindesay opened this issue Jan 4, 2014 · 1 comment
Closed

Comments

@ForbesLindesay
Copy link
Contributor

When compiling Twitter Bootstrap version 3.0.3 with less version 1.6.0 using node.js v0.10.24, if I set strictMath to true in the options, I get an infinite recursion that I think may be along the path displayed in the following stack trace:

    at Object.tree.Ruleset.eval (/Users/forbeslindesay/GitHub/bootstrap-middleware/node_modules/less/lib/less/tree/ruleset.js:22:20)
    at Object.tree.mixin.Definition.eval (/Users/forbeslindesay/GitHub/bootstrap-middleware/node_modules/less/lib/less/tree/mixin.js:273:27)
    at Object.tree.mixin.Call.eval (/Users/forbeslindesay/GitHub/bootstrap-middleware/node_modules/less/lib/less/tree/mixin.js:104:48)
    at Object.tree.Ruleset.eval (/Users/forbeslindesay/GitHub/bootstrap-middleware/node_modules/less/lib/less/tree/ruleset.js:81:36)
    at Object.tree.mixin.Definition.eval (/Users/forbeslindesay/GitHub/bootstrap-middleware/node_modules/less/lib/less/tree/mixin.js:273:27)
    at Object.tree.mixin.Call.eval (/Users/forbeslindesay/GitHub/bootstrap-middleware/node_modules/less/lib/less/tree/mixin.js:104:48)
    at Object.tree.Ruleset.eval (/Users/forbeslindesay/GitHub/bootstrap-middleware/node_modules/less/lib/less/tree/ruleset.js:81:36)
    at Object.tree.mixin.Definition.eval (/Users/forbeslindesay/GitHub/bootstrap-middleware/node_modules/less/lib/less/tree/mixin.js:273:27)
    at Object.tree.mixin.Call.eval (/Users/forbeslindesay/GitHub/bootstrap-middleware/node_modules/less/lib/less/tree/mixin.js:104:48)
    at Object.tree.Ruleset.eval (/Users/forbeslindesay/GitHub/bootstrap-middleware/node_modules/less/lib/less/tree/ruleset.js:81:36)
@seven-phases-max
Copy link
Member

see #1725.

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

2 participants