This code crashes:
----------------
Local arr:Byte[1,2,3,4,5,6,7,8]
Local arr2:Byte[7,12,33,6,12,28,63,8]
------------
With signal 10 (when building as cmdline app) or with the typical OS X dialog "The application crash1 quit unexpectedly" (when building as GUI)
Seemingly, it crashes on initializing the second array.
Config:
BlitzMax 1.30
OS: Mac OS X Leopard 10.5.4
MacBook intel 2.16GHz - 2GB RAM (late 2007 rev)
----------------
Local arr:Byte[1,2,3,4,5,6,7,8]
Local arr2:Byte[7,12,33,6,12,28,63,8]
------------
With signal 10 (when building as cmdline app) or with the typical OS X dialog "The application crash1 quit unexpectedly" (when building as GUI)
Seemingly, it crashes on initializing the second array.
Config:
BlitzMax 1.30
OS: Mac OS X Leopard 10.5.4
MacBook intel 2.16GHz - 2GB RAM (late 2007 rev)