Segfault on simple program?
John Colvin
john.loughran.colvin at gmail.com
Fri May 31 11:16:45 PDT 2013
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?
More information about the Digitalmars-d-learn
mailing list