wouldn&#39;t compiling, without garbage collector help too?<br><br><div class="gmail_quote">2010/10/12 Denis Koroskin <span dir="ltr">&lt;<a href="mailto:2korden@gmail.com">2korden@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Tue, 12 Oct 2010 08:10:31 +0400, Daniel Worthington &lt;<a href="mailto:daniel.worthington@gmail.com" target="_blank">daniel.worthington@gmail.com</a>&gt; wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Linking with the phobos lib got it to compile, but I get a Bus Error when<br>
running: EXC_BAD_ACCESS (SIGBUS). Playing with the code a bit and looking at<br>
the crash reports, it looks like this happens whenever the D code tries to<br>
allocate memory.<br>
<br>
Do you think this is an issue of using dmd and gcc together? I&#39;m on Mac OS<br>
X.<br>
<br>
Daniel<br>
</blockquote>
<br></div>
I think that&#39;s because you skipped some initialization for D.<br>
At the very least, a GC needs to be initialized first.<br>
<br>
Try calling gc_init() (defined in core.memory) and thread_attachThis() (core.thread) because invoking other D code.<br>
<br>
That should help.<br>
</blockquote></div><br><br clear="all"><br>-- <br>// Yours sincerely<br>// Emil &#39;Skeen&#39; Madsen<br>