[R] goto blas related R segfault

2011-02-08 Thread Ted Rosenbaum
Hi, i have been running R 2.11 compiles with the goto blas libraries successfully for about a year. I am running Ubuntu 10.10 64 bit. However, recently I have been periodically getting a segfault when running R (and numpy -- also compiled against goto blas). When I check the dmesg error log I get

Re: [R] goto blas related R segfault

2011-02-08 Thread Gong-Yi Liao
Are you using gcc 4.3? I encountered similar problem before, I haven't meet same problem after using gcc 4.4 (I don't know the actual cause yet) Or you can use ATLAS, which is sightly less efficient, but it is very stable. On Tue, Feb 8, 2011 at 8:15 AM, Ted Rosenbaum