<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi Rodrigo,<div class=""><br class=""></div><div class="">Thanks a lot for reporting these issues! It can be better to post the issues on GitHub such that there is some log on when the issue is resolved and who is working on it.</div><div class=""><br class=""></div><div class="">You can use&nbsp;<a href="https://github.com/oracle/graal/issues" class="">https://github.com/oracle/graal/issues</a>&nbsp;or if it is an issue for one of the language projects (e.g., R in this case) for example&nbsp;<a href="https://github.com/oracle/fastr/issues" class="">https://github.com/oracle/fastr/issues</a>.</div><div class=""><br class=""></div><div class="">- thomas</div><div class=""><br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On 14 Aug 2018, at 18:54, Rodrigo Botafogo &lt;<a href="mailto:rodrigo.a.botafogo@gmail.com" class="">rodrigo.a.botafogo@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class="">Hello....</div><div class=""><br class=""></div><div class="">I've being posting bugs here... should I do it here or is it better to go to the issues in github?</div><div class=""><br class=""></div><div class="">This works fine in Gnu R:</div><div class=""><br class=""></div><div class="">&gt; pl = list("ggplot2")<br class="">&gt; do.call("library", pl)</div><div class=""><br class=""></div><div class="">But doing:</div><div class=""><br class=""></div><div class="">pl = Polyglot.eval("R", "list").call("ggplot2")<br class="">Polyglot.eval("R", "do.call").call("library", pl)</div><div class=""><br class=""></div><div class="">Crashes with:</div><div class=""><br class=""></div><div class="">com.oracle.truffle.r.runtime.ffi.DLL$DLLException: package 'init' method failed<br class="">&nbsp;&nbsp;&nbsp; at com.oracle.truffle.r.runtime.ffi.DLL$LoadPackageDLLNode.execute(DLL.java:581)<br class="">&nbsp;&nbsp;&nbsp; at com.oracle.truffle.r.nodes.builtin.base.DynLoadFunctions$DynLoad.doDynLoad(DynLoadFunctions.java:77)<br class="">&nbsp;&nbsp;&nbsp; at com.oracle.truffle.r.nodes.builtin.base.DynLoadFunctionsFactory$DynLoadNodeGen.execute(DynLoadFunctionsFactory.java:46)<br class="">&nbsp;&nbsp;&nbsp; at com.oracle.truffle.r.nodes.builtin.RBuiltinNode$Arg4.call(RBuiltinNode.java:213)<br class="">&nbsp;&nbsp;&nbsp; at com.oracle.truffle.r.nodes.builtin.InternalNode$InternalCallNode.execute(InternalNode.java:233)<br class=""></div><div class=""><br class=""></div><div class="">Thanks...</div><div class=""><br class=""></div><div class="">-- <br class=""><div dir="ltr" class="gmail_signature">Rodrigo Botafogo<br class=""><br class=""></div></div></div>
_______________________________________________<br class="">GraalVM-Users mailing list<br class=""><a href="mailto:GraalVM-Users@oss.oracle.com" class="">GraalVM-Users@oss.oracle.com</a><br class="">https://oss.oracle.com/mailman/listinfo/graalvm-users</div></blockquote></div><br class=""></div></body></html>