Skip to content
Prev 3658 / 10988 Next

[Rcpp-devel] Rcpp Lists and memory corruption (resend)

Thanks for this. I can reproduce the issue with the devel version. I get :

 > Filter( function(x) x != 10, testOutcome )
[[1]]
[1] "testVar"

[[2]]
[1] "testVar"

[[3]]
[1] "testVar"

[[4]]
[1] "testVar"

[[5]]
[1] "testVar"

[[6]]
[1] "testVar"

[[7]]
[1] "testVar"

[[8]]
[1] "testVar"

[[9]]
[1] "testVar"

[[10]]
[1] "testVar"

[[11]]
[1] "testVar"

[[12]]
[1] "testVar"

[[13]]
[1] "testVar"

[[14]]
[1] "testVar"


Not sure what is going on.

Romain

Le 31/03/12 09:20, Ilya E a ?crit :