Changes between Version 4 and Version 5 of BeckerBlog021909

Show
Ignore:
Timestamp:
02/20/2009 05:32:28 PM (19 months ago)
Author:
becker
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BeckerBlog021909

    v4 v5  
    7676Segmentation fault 
    7777}}} 
    78 since subim1 and subim2 go out of scope after the j loop.  At least I thought that was why...  Still a problem... 
     78since subim1 and subim2 go out of scope after the j loop.  At least I thought that was why...   
     79 
     80I figured that if I defined early in the script 
     81{{{ 
     82subim1 = afwImage.MaskedImageF() 
     83subim2 = afwImage.MaskedImageF() 
     84}}} 
     85this would fix things.  However, it still crashes in one window I am testing it in.  In another window the exact same script runs.  Clearly a memory problem...