Segfaults from CTMF

Tony Yu tsyu80 at gmail.com
Thu Feb 28 19:35:34 EST 2013


I'm getting segfaults when running the median filter due to the
SSE/MMX/Altivec speed ups for ctmf (PR
#432<https://github.com/scikit-image/scikit-image/pull/432>).
Here's a short snippet for testing:


from skimage import data
from skimage.filter import median_filter

median_filter(data.camera())


Is any one else getting a segfault? I'm running OSX 10.8 on a Intel Core i7
machine with Cython 0.16, Python 2.7.3.

Thanks,
-Tony
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scikit-image/attachments/20130228/81f09f63/attachment.html>


More information about the scikit-image mailing list