[daip] blew core

Eric Greisen egreisen at nrao.edu
Tue Mar 4 13:15:12 EST 2008


bob at physics.ucdavis.edu writes:
 > hi, i am trying to write images to disk with fittp in a do loop.
 > after ~730 images the do loop dies with   blew core message.
 > is there something i can put in the do loop to clear core?
 > 

BLEW TEMP K  occurs in large loops that manipulate strings.  CLRTEMP
may be used with some care in loops.

BLEW CORE only occurs when compiling a procedure and, these days,
requires that you have compiled something over and over without a
compress to clean up the wasted space.  COMPRESS cannot be done inside
a procedure or a loop.

Eric Greisen




More information about the Daip mailing list