<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
There was a crash on Windows when more than 4K is allocated on the
stack at once, due to chkstk call offset being too large. Maybe you
are seeing that.<br>
It's fixed in trunk, but not in any stable release.<br>
<br>
Nick C.
<pre class="moz-signature" cols="72">
</pre>
<div class="moz-cite-prefix">On 19/05/2015 15:19, Ramkumar
Ramachandra wrote:<br>
</div>
<blockquote
cite="mid:CALkWK0mYi9X=0kzD8hgbCXd82J7YrLMnebBHDO7eX9qhNMmWyA@mail.gmail.com"
type="cite">
<div dir="ltr">Hi,
<div><br>
</div>
<div>We are seeing sporadic crashes since we migrated to MCJIT
on Win64. The same tests pass without issues on Mac64 and
Linux64. The issue is this assertion failure in
RuntimeDyldELF.c:</div>
<div><br>
</div>
<div> RealOffset <= INT32_MAX && RealOffset >=
INT32_MIN</div>
<div><br>
</div>
<div>I haven't managed to successfully catch the failure in
Visual to try and debug it. Any tips on how to make progress?</div>
<div><br>
</div>
<div>Oh, and we're on LLVM 3.5.</div>
<div><br>
</div>
<div>Thanks.</div>
<div><br>
</div>
<div>Ram</div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
LLVM Developers mailing list
<a class="moz-txt-link-abbreviated" href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a> <a class="moz-txt-link-freetext" href="http://llvm.cs.uiuc.edu">http://llvm.cs.uiuc.edu</a>
<a class="moz-txt-link-freetext" href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a>
</pre>
</blockquote>
<br>
</body>
</html>