Skip to content
Prev 47376 / 63424 Next

Symlinks when building R on windows

On 14-01-02 6:09 AM, Olivier BARTHELEMY wrote:
That's very strange.  The PRIMVAL comes from the big R_FunTab table in 
names.c, and it is coded correctly. During initialization it is copied 
into the La_solve
object that you're seeing in the function call.
So it looks as though either the table or that object has somehow become 
corrupted.  Debugging that is a little tricky, but should be doable. 
First, work out whether R_FunTab is corrupted or not.  If it is, then 
set a hardware breakpoint to see when it happened.  If not, then you 
have to wait until the La_solve primitive is created, then set a 
hardware breakpoint on it.  Good luck.

Duncan Murdoch