<div dir="ltr"><div><div><div><div><div><div>Hi Levente,<br></div>I have forgotten where do we load the FloatMathPluginTests from?<br><br></div>Could it be related to:<br><a href="http://lists.squeakfoundation.org/pipermail/vm-dev/2010-December/006302.html">http://lists.squeakfoundation.org/pipermail/vm-dev/2010-December/006302.html</a><br><br></div>fdlibm uses pointer aliasing, so special compiler flags are mandatory on modern C compiler to make it work<br><a href="http://lists.squeakfoundation.org/pipermail/squeak-dev/2013-February/168890.html">http://lists.squeakfoundation.org/pipermail/squeak-dev/2013-February/168890.html</a><br><br></div>Once I proposed simple changes to &quot;fix&quot; the library<br><a href="http://lists.squeakfoundation.org/pipermail/vm-dev/2010-December/006350.html">http://lists.squeakfoundation.org/pipermail/vm-dev/2010-December/006350.html</a></div><div><br></div>Note that 64bits also require -D__LITTLE_ENDIAN flag on 64bits<br><a href="http://lists.squeakfoundation.org/pipermail/vm-dev/2010-December/006352.html">http://lists.squeakfoundation.org/pipermail/vm-dev/2010-December/006352.html</a><br><br></div>Nicolas<br></div><div class="gmail_extra"><br><div class="gmail_quote">2016-05-10 23:52 GMT+02:00 Levente Uzonyi <span dir="ltr">&lt;<a href="mailto:leves@caesar.elte.hu" target="_blank">leves@caesar.elte.hu</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Hi All,<br>
<br>
Evaluating any of the three lines below will make the VM (64-bit 3684 on linux) crash:<br>
<br>
FloatMathPluginTests basicNew cos: -7.384669756559583e-194<br>
FloatMathPluginTests basicNew sin: -7.384669756559583e-194<br>
FloatMathPluginTests basicNew tan: -7.384669756559583e-194<br>
<br>
There&#39;s no crash with the 32-bit VM.<span class="HOEnZb"><font color="#888888"><br>
<br>
Levente<br>
</font></span></blockquote></div><br></div>