Closed
Description
import numpy as np
x = np.linspace(0.0, 1.0, 126).reshape(42, 3)
np.lexsort(x, axis=2)
Kills python with a Floating exception (core dumped)
This is with python 2.7.8 and with numpy built from both the current master and 1.11.0
I'm running this on RHEL 6 and numpy was compiled with gcc 4.7.2