<br><br><div class="gmail_quote">On Sun, Jan 1, 2012 at 8:07 PM, Joshua Reusch <span dir="ltr"><<a href="mailto:yoschi@arkandos.de">yoschi@arkandos.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Am 02.01.2012 02:51, schrieb Timon Gehr:<div><div class="h5"><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On my machine, the following program causes an access violation in<br>
druntime instead of throwing an AssertError.<br>
<br>
module test;<br>
void foo(int x){assert(x);}<br>
void main(){foo(0);}<br>
<br>
dmd -run test<br>
-- killed by signal 11<br>
<br>
<br>
Is this a regression or a problem with my setup (DMD 2.057 on Ubuntu<br>
11.10 64 bit)?<br>
Can anyone reproduce this?<br>
</blockquote>
<br></div></div>
Seems like an 64 bit error. On my Ubuntu 11.10 machine (32bit) with the same dmd version, it "works" as expected.<br>
</blockquote></div><br><div>I have the same exact setup as the OP, and mine works as expected, too.  Doesn't seem like a 64-bit issue.</div>