Hi!<div><br></div><div>In my quest to crash the vm, i&#39;ve found an ugly common case :(.<div>I am trying to port the opendbx driver to 2.0, but I&#39;m getting vm crashes when my configuration loads FFI :(. I updated my configuration to load version 1.7 of FFI (which I assume is the latest).</div>
<div><br></div><div>I tried to do it in Pharo 2.0 with latest pharovm, and with eliot&#39;s Cog 2701 from his website, failing in both cases.</div><div>The snippet of code that gets a sistematic crash is:</div><div><br></div>
<div><div>Gofer it</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>smalltalkhubUser: &#39;DBXTalk&#39; project: &#39;DBXTalkDriver&#39;;</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>package: &#39;ConfigurationOfOpenDBXDriver&#39;;</div>
<div><span class="Apple-tab-span" style="white-space:pre">        </span>load.</div><div><span class="Apple-tab-span" style="white-space:pre">        </span></div><div>((Smalltalk at: #ConfigurationOfOpenDBXDriver) project version:#stable) load</div>
</div><div><br></div><div><br></div><div>This snippet crashes always with a segmentation fault (at least the fifteen times i tried :), with several different output in the console...</div><div><br></div><div>Surprisingly, if I load FFI alone and not from the OpenDBXDriver configuration, it loads well... :/</div>
<div><br></div><div>So I&#39;m deferring the OpenDBX port a bit longer :(</div><div><br></div><div>Thanks!</div><div>Guille</div></div>