[Numpy-tickets] [NumPy] #647: Bus Error with object arrays on big endian Solaris system
NumPy
numpy-tickets@scipy....
Wed Feb 13 00:20:34 CST 2008
#647: Bus Error with object arrays on big endian Solaris system
---------------------------+------------------------------------------------
Reporter: chanley | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: 1.0.5
Component: numpy.core | Version: devel
Severity: critical | Resolution:
Keywords: object arrays |
---------------------------+------------------------------------------------
Comment (by oliphant):
Can you show the output of o1.flags and o.dtype.alignment and
o1.dtype.alignment
This looks like an alignment issue, Does the error depend on the second
field being 'i1'? What if it is 'i2', or 'i4'? Could you test those
cases as well (showing the output of the above commands). Is this a
32-bit or 64-bit Solaris system?
I'm going to need a bit of guidance on this one to track it down, I think.
--
Ticket URL: <http://scipy.org/scipy/numpy/ticket/647#comment:4>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list