<div dir="ltr">This is probably not exclusively Rcpp problem, but I could use some debugging help from Rcpp experts.<div><br></div><div>When building V8 on windows with the new tool chain, the build succeeds and the package can be loaded, but when trying to use it on i386, it crashes (it works fine on x64). Other packages that link to external c++ libraries (e.g. RQuantlib) might suffer from this as well.</div><div><br></div><div>To reproduce, install latest rtools and r-devel on windows and run:</div><div><br></div><div>  install.packages("V8", type = "source")</div><div>  library(V8)</div><div>  ct <- new_context()</div><div><br></div><div>The R.exe process crashes without any error message or crashdump, which makes this very difficult to debug. I suspect that the problem is that the new Rtools has been built with some different settings resulting in incompatible binaries, but I can't find the problem. </div><div><br></div><div>Any suggestions on where to start debugging this?</div><div><br></div></div>