Using DPTypeConvert to convert from RealRGBValueC image to RealT image (why? - 'cos I was lazy). I found that accesses to the destination image caused a seg fault. This only happened in optshared mode. It worked fine in shared and debugshared. I replaced it with an explicit conversion and it worked fine.
Bill