[BUG] Partially reducing unpacked numpy array causes segmentation fault. #2625
Labels
bug
Something isn't working
help wanted
Extra attention is needed
mojo-python-interop
mojo-repo
Tag all issues with this label
Bug description
I've come across another small code snippet that causes mojo to seg fault.
It is a strange combination of several necessary conditions:
fn
function returning a tuple.Steps to reproduce
Here is the corresponding code snippet:
And hereby the segmentation fault error message:
Interestingly, when some of the conditions listed above is not met, the problem disappears.
Or, when a complete reduction is performed, also no segmentation fault occurs:
So a bit of a mystery, it seems. :-)
System information
The text was updated successfully, but these errors were encountered: