<div><div class="gmail_quote">On Fri, Feb 4, 2011 at 9:32 AM, Wesley W. Terpstra <span dir="ltr">&lt;<a href="mailto:wesley@terpstra.ca">wesley@terpstra.ca</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="gmail_quote"><div class="im">However, the segfault persists. If you replace &quot;printf&quot; with &quot;test&quot;:</div></div>
void test(const char* s, int x) {<br>  printf(s, x);<br>}<br>... it works.<br></blockquote><div> </div></div></div><div><meta http-equiv="content-type" content="text/html; charset=utf-8">Yes, varargs was my first instinct.<div>
<br></div><div>I don&#39;t know the C ABI well enough to know what (if anything) actually changes nor if mlton is supposed to handle it, but I am passing loads of data through the MLton FFI on amd64 without any issues.</div>
<div><br></div><div>/Anders</div></div>