There is no crash here. The 'invalid coordinates' error happens because the image has the following FITS header keyword:
OBJCTRA '60 12 05.758' Approximate right ascension in hours
The OBJCTRA keyword should the a right ascension expressed in hours, so it must be less than 24. Once you remove the OBJCTRA and OBJCTDEC keywords with the FITSKeywords tool, PCC works perfectly for this image if you specify the correct focal length, pixel size and center coordinates. See the attached screenshot.
As for what has generated that invalid OBJCTRA keyword value, I don't know. Our tools don't do that AFAIK, but I'll investigate it anyway.