Skip to content
Prev 21923 / 63424 Next

Memory problems with a custom R package

compiler/platform?

I did this:
R CMD SHLIB helloworld.cpp

Then this in R:
 >  dyn.load("helloworld.so")
 > .Call("helloworld")

and it doesn't segfault. (x86_64 linux with 32-bit R).
Tom McCallum wrote: