Skip to content
Prev 305927 / 398506 Next

R/C++ interfaces: crashes when using .c(), followed by correct results when R restarted

First, the posting guide asks you to send questions about compiled code 
to the R-devel list.

These are all classic symptoms of the use of uninitialized variables or 
writing out of bounds, but of which you can catch by using valgrind: see 
'Writing R Extensions'.  They are much harder to find on Windows (which 
although you did not tell us your OS, is what this looks like).
On 20/09/2012 10:19, Franckx Laurent wrote: