[Bug 231165] New: ImageMagick hangs when converting to *.pdf
https://bugzilla.novell.com/show_bug.cgi?id=231165 Summary: ImageMagick hangs when converting to *.pdf Product: openSUSE 10.2 Version: RC 5 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: dsieben@7-net.de QAContact: qa@suse.de The version of ImageMagick included in openSUSE 10.2 has a problem with converting image files to PDF. I've tested this e.g. with JPEG and TIFF images. In both cases the convert command hangs and never came back until you about it. As I use the pdf conversion of ImageMagick quite regularly I can say, that this was running in the 6.2.5 Version included in SL 10.1. So this might be a bug with the new version in 10.2. I also created a rpm for 10.2 from the latest version 6.3.1 of ImageMagick inside the opensuse build service. Take a look at http://software.opensuse.org/download/home:/d7/openSUSE_10.2/ . This version don't have the problem, so I would say only the version included in openSUSE 10.2 has this bug or is wrong packaged. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=231165 mhorvath@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team- |nadvornik@novell.com |screening@forge.provo.novell| |.com | -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=231165 ------- Comment #1 from nadvornik@novell.com 2007-01-24 03:43 MST ------- Created an attachment (id=114606) --> (https://bugzilla.novell.com/attachment.cgi?id=114606&action=view) ImageMagick-6.3.0.0-lock.patch This is the upstream patch. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=231165 nadvornik@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |aj@novell.com ------- Comment #2 from nadvornik@novell.com 2007-01-24 03:49 MST ------- Andreas, can you please approve an update for 10.2? The patch changes magick/magick.h, however the change should be binary compatible. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=231165 ------- Comment #10 from rommel@novell.com 2007-02-12 09:33 MST ------- Created an attachment (id=118659) --> (https://bugzilla.novell.com/attachment.cgi?id=118659&action=view) output of valgrind --tool=addrcheck ... -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=231165 rommel@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Info Provider|rommel@novell.com |meissner@novell.com -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=231165 ------- Comment #11 from rommel@novell.com 2007-02-12 09:41 MST ------- Created an attachment (id=118664) --> (https://bugzilla.novell.com/attachment.cgi?id=118664&action=view) output of valgrind --tool=memcheck -- 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.
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.
https://bugzilla.novell.com/show_bug.cgi?id=231165 User nadvornik@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=231165#c18 Vladimir Nadvornik <nadvornik@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #18 from Vladimir Nadvornik <nadvornik@novell.com> 2008-09-09 02:55:22 MDT --- IMHO this can be closed. -- 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.
participants (1)
-
bugzilla_noreply@novell.com