#0 __memmove_sse2_unaligned_erms () at ../sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S:249 [Error: memmove-vec-unaligned-erms.S was not found in source tree] #1 0x00007f8248afb6dc in memcpy (__len=8192, __src=, __dest=0x559b67388230) at /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34 [Error: string_fortified.h was not found in source tree] #2 ReadBlob (image=0x559b6738a980, length=length@entry=8192, data=data@entry=0x559b67388230 "\264t\273m|\022\227\277\376\316\356\275\367a\212\002\202\316\347PCJ\215\261\f\027$\347\273\336{\217\216\342\262[o\350\344\215\067\370K/<\374\367\377\331w1\\l\325u\374\332\213a\267\203\353\335\264@/\036\274\363\336\373.\370\020\\\b\336w]\277\004\347\372e\357\202s\336\255\226G\227\373\361\370\325W\026/\275p\371\223\037\320\275\207L\001\064\362\030\065N(\n\316'\253\222\210\204\031T\235\367\240\062 \006\306\341\030\364\362\311\376G\357/\337\371\022\334\273\032\257\366\214\222\032\232X\023\272\342\322\316\210\265\362c\251\200\233\263\236\065\250\236\243\033\372_1\300\201\247\267s\370&\247%\346\a\313\234\357\020\034\365>\364\213\345\372h}z"...) at ../../magick/blob.c:2973 2968: p=image->blob->data+image->blob->offset; 2969: count=(ssize_t) MagickMin(length,image->blob->length-image->blob->offset); 2970: image->blob->offset+=count; 2971: if (count != (ssize_t) length) 2972: image->blob->eof=MagickTrue; 2973: (void) memcpy(q,p,(size_t) count); 2974: break; 2975: } 2976: } 2977: return(count); 2978: } #3 0x00007f824457d44e in png_get_data (png_ptr=0x559b6736d030, data=0x559b67388230 "\264t\273m|\022\227\277\376\316\356\275\367a\212\002\202\316\347PCJ\215\261\f\027$\347\273\336{\217\216\342\262[o\350\344\215\067\370K/<\374\367\377\331w1\\l\325u\374\332\213a\267\203\353\335\264@/\036\274\363\336\373.\370\020\\\b\336w]\277\004\347\372e\357\202s\336\255\226G\227\373\361\370\325W\026/\275p\371\223\037\320\275\207L\001\064\362\030\065N(\n\316'\253\222\210\204\031T\235\367\240\062 \006\306\341\030\364\362\311\376G\357/\337\371\022\334\273\032\257\366\214\222\032\232X\023\272\342\322\316\210\265\362c\251\200\233\263\236\065\250\236\243\033\372_1\300\201\247\267s\370&\247%\346\a\313\234\357\020\034\365>\364\213\345\372h}z"..., length=8192) at ../../coders/png.c:1345 1340: if (length != 0) 1341: { 1342: png_size_t 1343: check; 1344: 1345: check=(png_size_t) ReadBlob(image,(size_t) length,data); 1346: if (check != length) 1347: { 1348: char 1349: msg[MaxTextExtent]; 1350: #4 0x00007f8245959b29 in png_crc_read (png_ptr=0x559b6736d030, buf=0x559b67388230 "\264t\273m|\022\227\277\376\316\356\275\367a\212\002\202\316\347PCJ\215\261\f\027$\347\273\336{\217\216\342\262[o\350\344\215\067\370K/<\374\367\377\331w1\\l\325u\374\332\213a\267\203\353\335\264@/\036\274\363\336\373.\370\020\\\b\336w]\277\004\347\372e\357\202s\336\255\226G\227\373\361\370\325W\026/\275p\371\223\037\320\275\207L\001\064\362\030\065N(\n\316'\253\222\210\204\031T\235\367\240\062 \006\306\341\030\364\362\311\376G\357/\337\371\022\334\273\032\257\366\214\222\032\232X\023\272\342\322\316\210\265\362c\251\200\233\263\236\065\250\236\243\033\372_1\300\201\247\267s\370&\247%\346\a\313\234\357\020\034\365>\364\213\345\372h}z"..., length=8192) at pngrutil.c:201 [Error: pngrutil.c was not found in source tree] #5 0x00007f824595e393 in png_read_IDAT_data (png_ptr=png_ptr@entry=0x559b6736d030, output=0x559b67394f2f "\004", avail_out=3656) at pngrutil.c:4173 [Error: pngrutil.c was not found in source tree] #6 0x00007f8245950b13 in png_read_row (png_ptr=0x559b6736d030, row=row@entry=0x559b6737f540 "", dsp_row=dsp_row@entry=0x0) at pngread.c:543 [Error: pngread.c was not found in source tree] #7 0x00007f824458f8ef in ReadOnePNGImage (mng_info=mng_info@entry=0x559b6738feb0, image_info=image_info@entry=0x559b67365cd0, exception=exception@entry=0x559b673537c0) at ../../coders/png.c:3146 3141: row_offset=ping_rowbytes*y; 3142: 3143: else 3144: row_offset=0; 3145: 3146: png_read_row(ping,ping_pixels+row_offset,NULL); 3147: 3148: if (pass < num_passes-1) 3149: continue; 3150: 3151: q=GetAuthenticPixels(image,0,y,image->columns,1,exception); #8 0x00007f8244590506 in ReadPNGImage (image_info=0x559b67365cd0, exception=0x559b673537c0) at ../../coders/png.c:3960 3955: Initialize members of the MngInfo structure. 3956: */ 3957: (void) ResetMagickMemory(mng_info,0,sizeof(MngInfo)); 3958: mng_info->image=image; 3959: 3960: image=ReadOnePNGImage(mng_info,image_info,exception); 3961: mng_info=MngInfoFreeStruct(mng_info); 3962: 3963: if (image == (Image *) NULL) 3964: { 3965: if (logging != MagickFalse) #9 0x00007f8248b3380f in ReadImage (image_info=image_info@entry=0x559b67377210, exception=exception@entry=0x559b673537c0) at ../../magick/constitute.c:551 546: return((Image *) NULL); 547: } 548: thread_support=GetMagickThreadSupport(magick_info); 549: if ((thread_support & DecoderThreadSupport) == 0) 550: LockSemaphoreInfo(magick_info->semaphore); 551: image=(Image *) (GetImageDecoder(magick_info))(read_info,exception); 552: if ((thread_support & DecoderThreadSupport) == 0) 553: UnlockSemaphoreInfo(magick_info->semaphore); 554: } 555: if (read_info->temporary != MagickFalse) 556: { #10 0x00007f8248b3495b in ReadImages (image_info=image_info@entry=0x559b67360670, exception=exception@entry=0x559b673537c0) at ../../magick/constitute.c:860 855: AppendImageToList(&images,image); 856: } 857: read_info=DestroyImageInfo(read_info); 858: return(images); 859: } 860: image=ReadImage(read_info,exception); 861: read_info=DestroyImageInfo(read_info); 862: return(image); 863: } 864: 865: /* #11 0x00007f82487c5187 in CompositeImageCommand (image_info=0x559b67360670, image_info@entry=0x559b6735c4d0, argc=, argc@entry=6, argv=, argv@entry=0x7ffd7e49fb48, metadata=metadata@entry=0x0, exception=exception@entry=0x559b673537c0) at ../../wand/composite.c:523 #12 0x00007f824883cc24 in MagickCommandGenesis (image_info=0x559b6735c4d0, command=0x7f82487c4940 , argc=6, argv=0x7ffd7e49fb48, metadata=0x0, exception=0x559b673537c0) at ../../wand/mogrify.c:172 #13 0x0000559b652c3909 in CompositeMain (argv=0x7ffd7e49fb48, argc=6) at ../../utilities/composite.c:75 70: status; 71: 72: MagickCoreGenesis(*argv,MagickTrue); 73: exception=AcquireExceptionInfo(); 74: image_info=AcquireImageInfo(); 75: status=MagickCommandGenesis(image_info,CompositeImageCommand,argc,argv, 76: (char **) NULL,exception); 77: image_info=DestroyImageInfo(image_info); 78: exception=DestroyExceptionInfo(exception); 79: MagickCoreTerminus(); 80: return(status != MagickFalse ? 0 : 1); #14 main (argc=6, argv=0x7ffd7e49fb48) at ../../utilities/composite.c:86 81: } 82: 83: #if !defined(MAGICKCORE_WINDOWS_SUPPORT) || defined(__CYGWIN__) || defined(__MINGW32__) || defined(__MINGW64__) 84: int main(int argc,char **argv) 85: { 86: return(CompositeMain(argc,argv)); 87: } 88: #else 89: int wmain(int argc,wchar_t *argv[]) 90: { 91: char