invoking texturec for this particular jpeg fails in the imageParseJpeg
The error in the output is
Error:
Failed to create output: 'MemoryReader: read truncated.'
Also calling imageParse from code, fails in the imageParseJpeg here which fills the error struct
after that the function enters imageParseStbImage which sucessfully parses the image, but then the destructor of the error asserts because it was filled
by the imageParseJpeg
texturec -f 11968150294050148237.jpg -o result.temp --as dds -t BC3 -m --max 2048

invoking texturec for this particular jpeg fails in the imageParseJpeg
The error in the output is
Also calling imageParse from code, fails in the imageParseJpeg here which fills the error struct
after that the function enters imageParseStbImage which sucessfully parses the image, but then the destructor of the error asserts because it was filled
by the imageParseJpeg