You are creating (at compile time) an array of `int` in memory that on a 64 bit 
system should be almost 16MB (about 2M*8/1M). I guess the computer just ran out 
of RAM (if you do not access the list in anyway it is optimized away).

Reply via email to