search for: 08b42e83c949e250f60b068d58a3ec51

Displaying 1 result from an estimated 1 matches for "08b42e83c949e250f60b068d58a3ec51".

2018 Mar 01
0
Small program embedding R crashes in 64 bits
...problems when I try to do it on Windows 64 bits. I have created a minimal reproducible example which is just the src/gnuwin32/front-ends/rtest.c file with the R_ReplDLLdo1() loop, the only difference is that I set the interactive mode to TRUE. Here is the cpp file: https://gist.github.com/anonymous/08b42e83c949e250f60b068d58a3ec51 When compiled in 32 bits, everything works: I enter R commands and no crash. When compiled in 64 bits (mingw64 and R x64 libs, and executed with R x64 in the PATH), everything works except when there is an error in R with a command entered by the user. Typically, entering "a" shows &quot...