Can anyone reproduce this?
Derek
ddparnell at bigpond.com
Sun Jan 1 19:36:37 PST 2012
On Mon, 02 Jan 2012 12:51:20 +1100, Timon Gehr <timon.gehr at gmx.ch> wrote:
> On my machine, the following program causes an access violation in
> druntime instead of throwing an AssertError.
>
> module test;
> void foo(int x){assert(x);}
> void main(){foo(0);}
>
> dmd -run test
> -- killed by signal 11
>
>
> Is this a regression or a problem with my setup (DMD 2.057 on Ubuntu
> 11.10 64 bit)?
> Can anyone reproduce this?
Yes I can ....
On my machine, the following program causes an access violation in
druntime instead of throwing an AssertError.
module test;
void foo(int x){assert(x);}
void main(){foo(0);}
dmd -run test
-- killed by signal 11
Is this a regression or a problem with my setup (DMD 2.057 on Ubuntu
11.10 64 bit)?
Can anyone reproduce this?
--
Derek Parnell
Melbourne, Australia
More information about the Digitalmars-d
mailing list