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

Crash when multiplying matrices with undefined elements #1356

Closed
t-paul opened this issue May 30, 2015 · 0 comments
Closed

Crash when multiplying matrices with undefined elements #1356

t-paul opened this issue May 30, 2015 · 0 comments
Milestone

Comments

@t-paul
Copy link
Member

t-paul commented May 30, 2015

(reported on IRC)

Example:
echo([ [ 1, 2 ], undef ] * [ [ 4 ], [ 5 ] ]);

This triggers:

openscad: src/value.cc:464: static Value Value::multvecmat(const Value&, const Value&): Assertion `vectorvec.size() == matrixvec.size()' failed.
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