Skip to content
Prev 36215 / 63421 Next

Segfault Problem c++ R interface (detailed)

Hi,

First thing to observe is that you are calling RSymbReg via .Call, but 
that function does not return SEXP as is required by the .Call interface.

+ seth