https://bugzilla.novell.com/show_bug.cgi?id=231165 ------- Comment #12 from rommel@novell.com 2007-02-13 01:50 MST ------- When trying to convert TIFFs to PDFs on SLEC, SLOX or SLSTD using ImageMagick I get a segmentation fault. How to reproduce: puppis:~ # cp /suse/rd-qa/testfiles/test.jpg . puppis:~ # file test.jpg test.jpg: JPEG image data, JFIF standard 1.01, resolution (DPI), 72 x 72 puppis:~ # display test.jpg # <- looks good puppis:~ # convert test.jpg test.tiff puppis:~ # file test.tiff test.tiff: TIFF image data, big-endian puppis:~ # display test.tiff # <- looks good puppis:~ # convert test.tiff test.pdf Segmentation fault puppis:~ # file test.pdf test.pdf: PDF document, version 1.2 puppis:~ # display test.pdf # <- looks good Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 1024 (LWP 31491)] 0x403d21a7 in chunk_alloc () from /lib/libc.so.6 (gdb) where #0 0x403d21a7 in chunk_alloc () from /lib/libc.so.6 #1 0x403d1fde in malloc () from /lib/libc.so.6 #2 0x40039d23 in AcquireMemory () from /usr/lib/libMagick.so.5 #3 0x400930d0 in AllocateSemaphoreInfo () from /usr/lib/libMagick.so.5 #4 0x40093079 in AcquireSemaphoreInfo () from /usr/lib/libMagick.so.5 #5 0x40055c15 in DestroyColorInfo () from /usr/lib/libMagick.so.5 #6 0x4009a8b9 in DestroyMagick () from /usr/lib/libMagick.so.5 #7 0x0804c3a0 in main () #8 0x4037c522 in __libc_start_main () from /lib/libc.so.6 (gdb) This happens with the last released version of ImageMagick as well as with the current maintenance update test: YOU Patch No: 11429 MD5 sum: 790f86a305698341c2124b89f6630259 SUBSWAMPID: 8310 packages: ImageMagick perl-PerlMagick ImageMagick-devel ImageMagick-Magick++ ImageMagick-Magick++-devel Please advise. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.