Hi everyone:
I'm debuggering a package and have a problem, simply speaking, this package produces 2-D grids for image pixels and do some calculations, when I use 16*16 grids, everything is ok, but when I use 32*32 grids, in the output file some places have "*******"instead of numbers, when I use 64*64 grids, more "*******" found in output file.



I think it is a kind of memory allocation problem, but I'm not sure, the trick is, if it is memory allocation problem, why the output file can produce some right numbers (for example, 32*32 grids, some numbers are correctly produced, even some numbers are incorrectly produced with "*******")? especially the correct numbers and incorrect "******" produced by same way...

thank you