L&L-26, DF-19.1, Win-10

I’m running a report that includes some jpeg images interspaced with text though the text isn’t causing a problem, the images, specifically 1 image, is. What I’m encountering is 1 image of several causes L&L to go into a loop where it seems to try to print the image over and over. I ran the Combit debugger with this image and it shows that image name over 100 times, not sure how many pages got generated - several hundred in a few seconds. If I replace that image with any other one all works perfectly. It's almost as if it's trying and retrying to show the image but can't. And yes, the image does exist. I also checked properties and it's got the same security rights as all of the other images.

Bug in the L&L DF code? Has anyone seen something like this?

The image printing code is essentially this:

Code:
Property psImage1
 
Set sImage1 to “myimagepath\myImage.jpg”
 
In LL layout file:  drawing(sImage1)