Back to SPR List Previous Next
SIR will crash if too much array space is requested
Minor Closed - Fixed Found:XS.01.06 11 SEP 2007 Fixed:XS.01.07 12 SEP 2007

DETAILS
 The example program will crash.
EXAMPLE PROGRAM
 program
 string*70 array  vl(40,500) vll(40,500) vall(40,500,1000)
 write "hello"
 end program
WORKAROUND
Reduce the array size to be less than the available system memory.
Back to SPR List Previous Next