symforce icon indicating copy to clipboard operation
symforce copied to clipboard

SymEngine matrix division segfault

Open aaron-skydio opened this issue 3 years ago • 0 comments

Describe the bug SymEngine segfaults when dividing two vectors

To Reproduce

In [1]: import symforce.symbolic as sf

In [2]: sf.V3([1,1,1])/sf.V3([2,2,2])
<sigsegv>

Expected behavior Throw some python exception

aaron-skydio avatar Jul 01 '22 04:07 aaron-skydio