Skip to content
Prev 2325 / 10988 Next

[Rcpp-devel] R CMD BATCH - segfault (was: Create and access several instances of a C++ class from R)

On 18.05.2011, at 15:17, Douglas Bates wrote:

            
Hello Douglas

Ah, I see. Thanks for this tip.

However, I am wondering why removing objects and detaching the package (where the Rcpp module resides) do not resolve the issue in the same way:

x <- new(FOO)
do_something_with_x()
rm(x)
detach("package:GUTS")

Regards
*S*