np.argwhere crashes when JIT enabled

Issue #61 new
Sam Edwards created an issue

This is a really odd one, but it seems like when the JIT gets its hands on a loop that calls np.argwhere, the interpreter crashes.

The attachment is a bare-minimum loop that triggers the JIT and then segfaults straight away. Running with --jit off stops the crash.

This is on PyPy 5.8.0 with current master from this repository.

Comments (0)

  1. Log in to comment