Re: [Numpy-discussion] "Segmentation fault (core dumped)" as re: segmentation fault

2008-05-07 Thread Marius Nijhuis
Hi, The array I was using is indeed from a pickle. I ran the c example, and got the following: $ LD_PRELOAD=/usr/lib/sse2/libcblas.so.3.0 ./sse2-crash-test good_align: ok bad_align: Segmentation fault (core dumped) $ LD_PRELOAD=/usr/lib/libcblas.so.3.0 ./sse2-crash-test good_align: ok bad_align:

[Numpy-discussion] "Segmentation fault (core dumped)" as result of matrix multiplication

2008-05-06 Thread Marius Nijhuis
Hello, I encountered the error "Segmentation fault (core dumped)" during a rather standard multiplication, without excessive memory us. This looks likes a bug to me? I am using Python 2.5, Numpy 1.0.4 under Ubuntu 7.10. Here is what I am doing: i have two arrays, points1 and points2. points1.sh