<br><br><div class="gmail_quote">On Sun, Jan 1, 2012 at 7:51 PM, Timon Gehr <span dir="ltr"><<a href="mailto:timon.gehr@gmx.ch">timon.gehr@gmx.ch</a>></span> wrote:<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 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 11.10 64 bit)?<br>
Can anyone reproduce this?<br>
</blockquote></div><br><div>mine throws an AssertError.</div><div><br></div><div>DMD 2.057, Ubuntu 11.10 64bit</div>