On Friday, 31 May 2013 at 17:14:46 UTC, Shriramana Sharma wrote:
import std.stdio ;

void foo ( int[] array ) {
        foreach ( i ; array ) { writeln ( i ) ; }
}

void main () {
        foo ( [ 1, 2, 3 ] ) ;
}

On both DMD 2.062 and 2.063 this compiles OK but causes a segfault.
I'm running Kubuntu Raring 64-bit. Any hints?

Can't reproduce this. Any chance of a stacktrace and/or disassembly?

Reply via email to