Hi,
I'm trying to use RInside, but I get the seg fault show below. Does
R's memory management somehow interfere with the C++ standard
library memory management? What could be causing this?
Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_INVALID_ADDRESS at address:
On 2012-02-29, at 5:00 PM, Darren Cook wrote:
> Thanks for the reply Davor. It was a design question: why does
> DottedPair [2] have its own class? It does not add any member variables
> and it does not override any functions in its base class [1], so I
> assume it exists solely for code clarity [