<div dir="ltr">Hello, <div><br></div><div>I am invoking some R code using RInside from a</div><div>C++ tool. Every time I invoke the code it crashes</div><div>randomly. Sometimes even with the same data. It never</div><div>crashes when I use R directly. </div><div><br></div>I am invoking this function DESeq2::DESeq(data) which runs<br>a set of statistical operaions. It always crashes (when it does)<br>at this point "mean-dispersion relationship" and the system's log<br>shows that it always crashes at the same point:<br><br>Thread 3 Crashed:: Thread (pooled)<br>0   locfit.so                      0x00000001229b4b34 atree_grow + 20 (ev_atree.c:92)<br>1   locfit.so                      0x00000001229b4d06 atree_grow + 486 (ev_atree.c:124)<br>2   locfit.so                      0x00000001229b4d06 atree_grow + 486 (ev_atree.c:124)<br>3   locfit.so                      0x00000001229b4d06 atree_grow + 486 (ev_atree.c:124)<br>4   locfit.so                      0x00000001229b5259 atree_start + 1033 (ev_atree.c:167)<br>5   locfit.so                      0x00000001229e384d startlf + 1053 (startlf.c:160)<br>6   locfit.so                      0x00000001229a7147 slocfit + 1335 (S_enter.c:301)<br>7   libR.dylib                    0x000000010d0ebcd5 do_dotCode + 5973<br>8   libR.dylib                    0x000000010d1183d9 Rf_eval + 1657 (eval.c:728)<br><br>locfit seems to be the R library for local regression fit.<br><br>Is there something that I can do to overcome this issue? Why would this happen<br>if it never happens when I invoke DESeq from R directly?.<br><br>Thanks for the help.<br><br>Best,<br>Jose
<div><br></div></div>