[NumPy-Tickets] [NumPy] #2148: Bus error/seg fault when using flat on sliced, memmap'd array
NumPy Trac
numpy-tickets@scipy....
Fri Jun 8 06:18:32 CDT 2012
#2148: Bus error/seg fault when using flat on sliced, memmap'd array
-----------------------+----------------------------------------------------
Reporter: farrowch | Owner: somebody
Type: defect | Status: closed
Priority: normal | Milestone: Unscheduled
Component: Other | Version: 1.6.1
Resolution: fixed | Keywords:
-----------------------+----------------------------------------------------
Changes (by oliphant):
* status: new => closed
* resolution: => fixed
Comment:
This segfault should be fixed by PR 280 and 299 which fix the problems of
both setting to a readonly base with UPDATEIFCOPY and with flattened
iterator objects able to be used to create arrays which write to read-only
memory.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/2148#comment:5>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list