Re: [Rcpp-devel] Segfaults in custom code and test.NumericMatrix.cumsum

2012-03-02 Thread Michael Shvartsman
Update: I haven't run a memory checker, but what I did do is test binaries compiled on the working OSX machine and they worked fine. So it's a compiler problem most likely. Working hypothesis: this is some flavor of the XCode 4.2 compiler problem I've seen mentioned in a few other emails to th

Re: [Rcpp-devel] Segfaults in custom code and test.NumericMatrix.cumsum

2012-02-08 Thread Dirk Eddelbuettel
On 7 February 2012 at 15:47, Michael Shvartsman wrote: | Hi everyone - | | I'm running the same R/Rcpp codebase on about 8 machines, 4 of them OSX and 4 Ubuntu. Rcpp passes unit tests and my non-unittest code runs fine on 7 of the 8 and gives sensible results, so I'm reasonably sure it's