You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ImportError: Reference-counted pointer assignment failed; the left-hand and right-hand side types are incompatible (PKN3Ctl8RcObjectE, N3Ctl16SimdBinaryOpNodeE).
#6
Closed
aforsythe opened this issue
Jan 26, 2012
· 3 comments
Uncommenting the first section (and removing the X suffix on all the variables) does result in a segmentation fault, but I do not get the verbose error quoted here. Furthermore, after applying the suggested fix, I still get a segmentation fault.
So without being able to reproduce the original issue, it is difficult to determine if the suggested fix resolved the issue.
I checked it again this morning. You're correct about the seg fault. This threw me off when I first tried reproducing the issue as well. The code has apparently changed since this issue was reported and the result is an uncaught exception. The exception if caught would have the description equivalent to the reported output.
When I apply the patch the segmentation fault goes away. I can demo the process for you if you like.
I checked it again this morning. You're correct about the seg fault. This threw me off when I first tried reproducing the issue as well. The code has apparently changed since this issue was reported and the result is an uncaught exception. The exception if caught would have the description equivalent to the reported output.
When I apply the patch the segmentation fault goes away. I can demo the process for you if you like.
—
Reply to this email directly or view it on GitHub.
The text was updated successfully, but these errors were encountered: