---------------------------------------------------- First defiant Landscapes & Abstract # gdb --args convert Deepest\ Blue.jpg -polaroid 10 DB.png GNU gdb 6.8 Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-pc-linux-gnu"... (gdb) run Starting program: /usr/bin/convert Deepest\ Blue.jpg -polaroid 10 DB.png [Thread debugging using libthread_db enabled] [New Thread 0x7f76471f9780 (LWP 1287)] [New Thread 0x417d7950 (LWP 1290)] [New Thread 0x41fd8950 (LWP 1291)] [New Thread 0x427d9950 (LWP 1292)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7f76471f9780 (LWP 1287)] 0x00000035dfe73914 in ?? () from /lib/libc.so.6 (gdb) bt #0 0x00000035dfe73914 in ?? () from /lib/libc.so.6 #1 0x00000035dfe7523a in malloc () from /lib/libc.so.6 #2 0x00007f76477e8668 in SetNexus (image=, region=, nexus=231392690720) at magick/cache.c:961 #3 0x00007f76477e90f6 in AcquireCacheNexus (image=0xfc2ca0, virtual_pixel_method=UndefinedVirtualPixelMethod, x=0, y=128, columns=128, rows=128, nexus=1, exception=0xfb4050) at magick/cache.c:408 #4 0x00007f76477ec383 in GetCacheViewVirtualPixels (cache_view=0xfe77e0, x=0, y=128, columns=128, rows=128, exception=0xfb4050) at magick/cache-view.c:656 #5 0x00007f76478d0bd3 in IntegralRotateImage.omp_fn.3 (.omp_data_i=0x7fff4fbef020) at magick/shear.c:1165 #6 0x00007f76478d6d0f in RotateImage (image=0xfc2ca0, degrees=, exception=0xfb4050) at magick/shear.c:479 #7 0x00007f764786d639 in PolaroidImage (image=0xfd0320, draw_info=0xfb4990, angle=10, exception=0xfb4050) at magick/fx.c:3761 #8 0x00007f76475434e9 in MogrifyImage (image_info=0xfbeae0, argc=, argv=0xfb7678, image=0x7fff4fbf26e0, exception=0xfb4050) at wand/mogrify.c:1992 #9 0x00007f7647546f90 in MogrifyImages (image_info=0xfbeae0, post=MagickTrue, argc=3, argv=0xfb7678, images=0x7fff4fbf27a8, exception=0xfb4050) at wand/mogrify.c:7522 #10 0x00007f76474d930e in ConvertImageCommand (image_info=0xfbeae0, argc=17525632, argv=0xfb7670, metadata=0x0, exception=0xfb4050) at wand/convert.c:2711 #11 0x0000000000400f7c in main (argc=5, argv=0x7fff4fbf2b98) at utilities/convert.c:122 (gdb) ---------------------------------------------------- Second defiant Landscapes & Abstract # gdb --args convert Deepest\ Blue.jpg -polaroid 10 DB.png GNU gdb 6.8 Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-pc-linux-gnu"... (gdb) run Starting program: /usr/bin/convert Deepest\ Blue.jpg -polaroid 10 DB.png [Thread debugging using libthread_db enabled] [New Thread 0x7fbcee26e780 (LWP 1303)] [New Thread 0x41a1f950 (LWP 1306)] [New Thread 0x42220950 (LWP 1307)] [New Thread 0x42a21950 (LWP 1308)] *** glibc detected *** /usr/bin/convert: double free or corruption (out): 0x0000000000a0fb90 *** ======= Backtrace: ========= /lib/libc.so.6[0x35dfe7119d] /lib/libc.so.6(cfree+0x76)[0x35dfe72be6] /usr/lib/libMagickCore.so.1(RelinquishMagickMemory+0xf)[0x7fbcee9019cf] /usr/lib/libMagickCore.so.1[0x7fbcee85d700] /usr/lib/libMagickCore.so.1(AcquireCacheNexus+0x106)[0x7fbcee85e0f6] /usr/lib/libMagickCore.so.1(GetCacheViewVirtualPixels+0xb3)[0x7fbcee861383] /usr/lib/libMagickCore.so.1[0x7fbcee945bd3] /usr/lib/libMagickCore.so.1(RotateImage+0xb6f)[0x7fbcee94bd0f] /usr/lib/libMagickCore.so.1(PolaroidImage+0x1a9)[0x7fbcee8e2639] /usr/lib/libMagickWand.so.1(MogrifyImage+0x2b39)[0x7fbcee5b84e9] /usr/lib/libMagickWand.so.1(MogrifyImages+0x160)[0x7fbcee5bbf90] /usr/lib/libMagickWand.so.1(ConvertImageCommand+0xc5e)[0x7fbcee54e30e] /usr/bin/convert[0x400f7c] /lib/libc.so.6(__libc_start_main+0xf4)[0x35dfe1e4a4] /usr/bin/convert[0x400d99] ======= Memory map: ======== 00400000-00402000 r-xp 00000000 08:11 6701523 /usr/bin/convert 00601000-00602000 r--p 00001000 08:11 6701523 /usr/bin/convert 00602000-00603000 rw-p 00002000 08:11 6701523 /usr/bin/convert 0090d000-00ab0000 rw-p 0090d000 00:00 0 [heap] 4121f000-41220000 ---p 4121f000 00:00 0 41220000-41a20000 rw-p 41220000 00:00 0 41a20000-41a21000 ---p 41a20000 00:00 0 41a21000-42221000 rw-p 41a21000 00:00 0 42221000-42222000 ---p 42221000 00:00 0 42222000-42a22000 rw-p 42222000 00:00 0 35de600000-35de61b000 r-xp 00000000 08:11 17163793 /lib64/ld-2.8.so 35de81a000-35de81b000 r--p 0001a000 08:11 17163793 /lib64/ld-2.8.so 35de81b000-35de81c000 rw-p 0001b000 08:11 17163793 /lib64/ld-2.8.so 35dfe00000-35dff3f000 r-xp 00000000 08:11 17163846 /lib64/libc-2.8.so 35dff3f000-35e013e000 ---p 0013f000 08:11 17163846 /lib64/libc-2.8.so 35e013e000-35e0142000 r--p 0013e000 08:11 17163846 /lib64/libc-2.8.so 35e0142000-35e0143000 rw-p 00142000 08:11 17163846 /lib64/libc-2.8.so 35e0143000-35e0148000 rw-p 35e0143000 00:00 0 35e0200000-35e0202000 r-xp 00000000 08:11 17163849 /lib64/libdl-2.8.so 35e0202000-35e0402000 ---p 00002000 08:11 17163849 /lib64/libdl-2.8.so 35e0402000-35e0403000 r--p 00002000 08:11 17163849 /lib64/libdl-2.8.so 35e0403000-35e0404000 rw-p 00003000 08:11 17163849 /lib64/libdl-2.8.so 35e0600000-35e0680000 r-xp 00000000 08:11 17163851 /lib64/libm-2.8.so 35e0680000-35e087f000 ---p 00080000 08:11 17163851 /lib64/libm-2.8.so 35e087f000-35e0880000 r--p 0007f000 08:11 17163851 /lib64/libm-2.8.so 35e0880000-35e0881000 rw-p 00080000 08:11 17163851 /lib64/libm-2.8.so 35e0a00000-35e0a16000 r-xp 00000000 08:11 17163847 /lib64/libpthread-2.8.so 35e0a16000-35e0c15000 ---p 00016000 08:11 17163847 /lib64/libpthread-2.8.so 35e0c15000-35e0c16000 r--p 00015000 08:11 17163847 /lib64/libpthread-2.8.so 35e0c16000-35e0c17000 rw-p 00016000 08:11 17163847 /lib64/libpthread-2.8.so 35e0c17000-35e0c1b000 rw-p 35e0c17000 00:00 0 35e0e00000-35e0e14000 r-xp 00000000 08:11 17163850 /lib64/libz.so.1.2.3 35e0e14000-35e1013000 ---p 00014000 08:11 17163850 /lib64/libz.so.1.2.3 35e1013000-35e1014000 r--p 00013000 08:11 17163850 /lib64/libz.so.1.2.3 35e1014000-35e1015000 rw-p 00014000 08:11 17163850 /lib64/libz.so.1.2.3 35e1200000-35e1207000 r-xp 00000000 08:11 17163848 /lib64/librt-2.8.so 35e1207000-35e1407000 ---p 00007000 08:11 17163848 /lib64/librt-2.8.so 35e1407000-35e1408000 r--p 00007000 08:11 17163848 /lib64/librt-2.8.so 35e1408000-35e1409000 rw-p 00008000 08:11 17163848 /lib64/librt-2.8.so 35e1a00000-35e1a05000 r-xp 00000000 08:11 17706382 /usr/lib64/libXdmcp.so.6.0.0 35e1a05000-35e1c04000 ---p 00005000 08:11 17706382 /usr/lib64/libXdmcp.so.6.0.0 35e1c04000-35e1c05000 r--p 00004000 08:11 17706382 /usr/lib64/libXdmcp.so.6.0.0 35e1c05000-35e1c06000 rw-p 00005000 08:11 17706382 /usr/lib64/libXdmcp.so.6.0.0 35e1e00000-35e1f0b000 r-xp 00000000 08:11 17706383 /usr/lib64/libX11.so.6.2.0 35e1f0b000-35e210a000 ---p 0010b000 08:11 17706383 /usr/lib64/libX11.so.6.2.0 35e210a000-35e210c000 r--p 0010a000 08:11 17706383 /usr/lib64/libX11.so.6.2.0 35e210c000-35e2111000 rw-p 0010c000 08:11 17706383 /usr/lib64/libX11.so.6.2.0 35e2200000-35e2202000 r-xp 00000000 08:11 17706381 /usr/lib64/libXau.so.6.0.0 35e2202000-35e2401000 ---p 00002000 08:11 17706381 /usr/lib64/libXau.so.6.0.0 35e2401000-35e2402000 r--p 00001000 08:11 17706381 /usr/lib64/libXau.so.6.0.0 35e2402000-35e2403000 rw-p 00002000 08:11 17706381 /usr/lib64/libXau.so.6.0.0 35e2600000-35e2627000 r-xp 00000000 08:11 17706400 /usr/lib64/libexpat.so.1.5.2 35e2627000-35e2827000 ---p 00027000 08:11 17706400 /usr/lib64/libexpat.so.1.5.2 35e2827000-35e2829000 r--p 00027000 08:11 17706400 /usr/lib64/libexpat.so.1.5.2 35e2829000-35e282a000 rw-p 00029000 08:11 17706400 /usr/lib64/libexpat.so.1.5.2 35e3200000-35e3230000 r-xp 00000000 08:11 17706401 /usr/lib64/libfontconfig.so.1.3.0 35e3230000-35e3430000 ---p 00030000 08:11 17706401 /usr/lib64/libfontconfig.so.1.3.0 35e3430000-35e3431000 r--p 00030000 08:11 17706401 /usr/lib64/libfontconfig.so.1.3.0 35e3431000-35e3432000 rw-p 00031000 08:11 17706401 /usr/lib64/libfontconfig.so.1.3.0 35e3600000-35e3608000 r-xp 00000000 08:11 17720884 /usr/lib64/gcc/x86_64-pc-linux-gnu/4.3.2/libgomp.so.1.0.0 35e3608000-35e3807000 ---p 00008000 08:11 17720884 /usr/lib64/gcc/x86_64-pc-linux-gnu/4.3.2/libgomp.so.1.0.0 35e3807000-35e3808000 r--p 00007000 08:11 17720884 /usr/lib64/gcc/x86_64-pc-linux-gnu/4.3.2/libgomp.so.1.0.0 35e3808000-35e3809000 rw-p 00008000 08:11 17720884 /usr/lib64/gcc/x86_64-pc-linux-gnu/4.3.2/libgomp.so.1.0.0 35e3a00000-35e3a11000 r-xp 00000000 08:11 17706403 /usr/lib64/libXext.so.6.4.0 35e3a11000-35e3c10000 ---p 00011000 08:11 17706403 /usr/lib64/libXext.so.6.4.0 35e3c10000-35e3c11000 r--p 00010000 08:11 17706403 /usr/lib64/libXext.so.6.4.0 35e3c11000-35e3c12000 rw-p 00011000 08:11 17706403 /usr/lib64/libXext.so.6.4.0 35e9a00000-35e9a04000 r-xp 00000000 08:11 17163859 /lib64/libuuid.so.1.2 35e9a04000-35e9c03000 ---p 00004000 08:11 17163859 /lib64/libuuid.so.1.2 35e9c03000-35e9c04000 r--p 00003000 08:11 17163859 /lib64/libuuid.so.1.2 35e9c04000-35e9c05000 rw-p 00004000 08:11 17163859 /lib64/libuuid.so.1.2 35ea200000-35ea216000 r-xp 00000000 08:11 17163852 /lib64/libgcc_s.so.1 35ea216000-35ea415000 ---p 00016000 08:11 17163852 /lib64/libgcc_s.so.1 35ea415000-35ea416000 r--p 00015000 08:11 17163852 /lib64/libgcc_s.so.1 35ea416000-35ea417000 rw-p 00016000 08:11 17163852 /lib64/libgcc_s.so.1 35ebe00000-35ebe17000 r-xp 00000000 08:11 17706459 /usr/lib64/libICE.so.6.3.0 35ebe17000-35ec017000 ---p 00017000 08:11 17706459 /usr/lib64/libICE.so.6.3.0 35ec017000-35ec018000 r--p 00017000 08:11 17706459 /usr/lib64/libICE.so.6.3.0 35ec018000-35ec019000 rw-p 00018000 08:11 17706459 /usr/lib64/libICE.so.6.3.0 35ec019000-35ec01d000 rw-p 35ec019000 00:00 0 35ec200000-35ec208000 r-xp 00000000 08:11 17706460 /usr/lib64/libSM.so.6.0.0 35ec208000-35ec407000 ---p 00008000 08:11 17706460 /usr/lib64/libSM.so.6.0.0 35ec407000-35ec408000 r--p 00007000 08:11 17706460 /usr/lib64/libSM.so.6.0.0 35ec408000-35ec409000 rw-p 00008000 08:11 17706460 /usr/lib64/libSM.so.6.0.0 35ec600000-35ec65a000 r-xp 00000000 08:11 17706433 /usr/lib64/libtiff.so.3.8.2 35ec65a000-35ec85a000 ---p 0005a000 08:11 17706433 /usr/lib64/libtiff.so.3.8.2 35ec85a000-35ec85c000 r--p 0005a000 08:11 17706433 /usr/lib64/libtiff.so.3.8.2 35ec85c000-35ec85d000 rw-p 0005c000 08:11 17706433 Program received signal SIGABRT, Aborted. [Switching to Thread 0x7fbcee26e780 (LWP 1303)] 0x00000035dfe31165 in raise () from /lib/libc.so.6 (gdb) bt #0 0x00000035dfe31165 in raise () from /lib/libc.so.6 #1 0x00000035dfe324de in abort () from /lib/libc.so.6 #2 0x00000035dfe6bf87 in ?? () from /lib/libc.so.6 #3 0x00000035dfe7119d in ?? () from /lib/libc.so.6 #4 0x00000035dfe72be6 in free () from /lib/libc.so.6 #5 0x00007fbcee9019cf in RelinquishMagickMemory (memory=0x517) at magick/memory.c:656 #6 0x00007fbcee85d700 in SetNexus (image=, region=, nexus=6) at magick/cache.c:1984 #7 0x00007fbcee85e0f6 in AcquireCacheNexus (image=0x91bca0, virtual_pixel_method=UndefinedVirtualPixelMethod, x=1280, y=0, columns=44, rows=128, nexus=1, exception=0x90d050) at magick/cache.c:408 #8 0x00007fbcee861383 in GetCacheViewVirtualPixels (cache_view=0x9407e0, x=1280, y=0, columns=44, rows=128, exception=0x90d050) at magick/cache-view.c:656 #9 0x00007fbcee945bd3 in IntegralRotateImage.omp_fn.3 (.omp_data_i=0x7ffff6c620a0) at magick/shear.c:1165 #10 0x00007fbcee94bd0f in RotateImage (image=0x91bca0, degrees=, exception=0x90d050) at magick/shear.c:479 #11 0x00007fbcee8e2639 in PolaroidImage (image=0x929320, draw_info=0x90d990, angle=10, exception=0x90d050) at magick/fx.c:3761 #12 0x00007fbcee5b84e9 in MogrifyImage (image_info=0x917ae0, argc=, argv=0x910678, image=0x7ffff6c65760, exception=0x90d050) at wand/mogrify.c:1992 #13 0x00007fbcee5bbf90 in MogrifyImages (image_info=0x917ae0, post=MagickTrue, argc=3, argv=0x910678, images=0x7ffff6c65828, exception=0x90d050) at wand/mogrify.c:7522 #14 0x00007fbcee54e30e in ConvertImageCommand (image_info=0x917ae0, argc=0, argv=0x910670, metadata=0x0, exception=0x90d050) at wand/convert.c:2711 #15 0x0000000000400f7c in main (argc=5, argv=0x7ffff6c65c18) at utilities/convert.c:122 (gdb) ------------------------------------------- Third defiant Landscapes & Abstract # gdb --args convert Deepest\ Blue.jpg -polaroid 10 DB.png GNU gdb 6.8 Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-pc-linux-gnu"... (gdb) run Starting program: /usr/bin/convert Deepest\ Blue.jpg -polaroid 10 DB.png [Thread debugging using libthread_db enabled] [New Thread 0x7f969f424780 (LWP 1313)] [New Thread 0x42525950 (LWP 1316)] [New Thread 0x42d26950 (LWP 1317)] [New Thread 0x409f1950 (LWP 1318)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x409f1950 (LWP 1318)] 0x00000035dfe73503 in ?? () from /lib/libc.so.6 (gdb) bt #0 0x00000035dfe73503 in ?? () from /lib/libc.so.6 #1 0x00000035dfe7523a in malloc () from /lib/libc.so.6 #2 0x00007f969fa13668 in SetNexus (image=, region=, nexus=5148443407051259136) at magick/cache.c:961 #3 0x00007f969fa13bb4 in SetCacheNexus (image=0xf991d0, x=0, y=0, columns=20, rows=128, nexus=4, exception=0xf5c050) at magick/cache.c:4577 #4 0x00007f969fa169fb in QueueCacheViewAuthenticPixels (cache_view=0xf8f9c0, x=0, y=0, columns=20, rows=128, exception=0xf5c050) at magick/cache-view.c:1074 #5 0x00007f969fafbc06 in IntegralRotateImage.omp_fn.3 (.omp_data_i=0x7fffa7e1a250) at magick/shear.c:1167 #6 0x00000035e3604ba5 in ?? () from /usr/lib/gcc/x86_64-pc-linux-gnu/4.3.2/libgomp.so.1 #7 0x00000035e0a06097 in start_thread () from /lib/libpthread.so.0 #8 0x00000035dfec5cad in clone () from /lib/libc.so.6 #9 0x0000000000000000 in ?? () (gdb) ----------------------------------------------------------------