This is from the libdynd docs: > > > from dynd import nd, ndt > > > a = nd.array([[[1, 2, 3], [4, 5]], [[6, 7, 8, 9]]]) > > > a.sum(axis=2) > > > Segmentation fault (core dumped)