Mantis - imagemagick
Viewing Issue Advanced Details
5236 packaging crash always 2015-03-16 09:21 2016-10-24 16:06
wcohrs  
laurent  
normal  
closed  
won't fix  
none    
none  
0005236: cant convert ps to ..
the last two version can not convert ps to ..

Version: ImageMagick 6.9.0-0 Q16 i386 2015-01-08 http://www.imagemagick.org [^]
Copyright: Copyright (C) 1999-2014 ImageMagick Studio LLC
Features: DPC HDRI Modules OpenMP
Delegates (built-in): bzlib cairo djvu fftw fontconfig freetype fpx gslib gvc jbig jng jp2 jpeg lcms lqr ltdl lzma openexr pangocairo png ps rsvg tiff webp wmf x xml zlib


convert test.ps test.jpg
Abort

but convert test.jpg test.ps works
open("/opt/csw/share/ghostscript/9.15/Resource/Init/Halftone/Default", O_RDONLY) Err#2 ENOENT
open("/opt/csw/share/ghostscript/9.15/lib/Halftone/Default", O_RDONLY) Err#2 ENOENT
open("/opt/csw/share/ghostscript/9.15/Resource/Font/Halftone/Default", O_RDONLY) Err#2 ENOENT
open("/opt/csw/share/ghostscript/fonts/Halftone/Default", O_RDONLY) Err#2 ENOENT
open("/opt/csw/share/ghostscript/fonts/Halftone/Default", O_RDONLY) Err#2 ENOENT
open("/opt/csw/share/ghostscript/9.15/Resource/Init/Halftone/Default", O_RDONLY) Err#2 ENOENT
open("/opt/csw/share/ghostscript/9.15/lib/Halftone/Default", O_RDONLY) Err#2 ENOENT
open("/opt/csw/share/ghostscript/9.15/Resource/Font/Halftone/Default", O_RDONLY) Err#2 ENOENT
open("/opt/csw/share/ghostscript/fonts/Halftone/Default", O_RDONLY) Err#2 ENOENT
open("/opt/csw/share/ghostscript/fonts/Halftone/Default", O_RDONLY) Err#2 ENOENT
brk(0x01163910) = 0
brk(0x011C7910) = 0
brk(0x011C7910) = 0
brk(0x0124F910) = 0
brk(0x0124F910) = 0
brk(0x01287910) = 0
    Incurred fault 0000006, FLTBOUNDS %pc = 0xFFFFFD7FFF267A10
      siginfo: SIGSEGV SEGV_MAPERR addr=0x00000000
    Received signal 0000011, SIGSEGV [caught]
      siginfo: SIGSEGV SEGV_MAPERR addr=0x00000000
lwp_sigmask(SIG_SETMASK, 0x00000400, 0x00000000) = 0xFFBFFEFF [0x0000FFFF]
unlink("/var/tmp/magick-191311H6mX_KbayxL") = 0
lwp_sigmask(SIG_SETMASK, 0x00000400, 0x00000000) = 0xFFBFFEFF [0x0000FFFF]
sigaction(SIGSEGV, 0xFFFFFD7FFFDEDD90, 0xFFFFFD7FFFDEDE40) = 0
lwp_sigmask(SIG_SETMASK, 0x00000000, 0x00000000) = 0xFFBFFEFF [0x0000FFFF]
sigaction(SIGABRT, 0x00000000, 0xFFFFFD7FFFDEDE40) = 0
lwp_kill(1, SIGABRT) = 0
    Received signal 0000006, SIGABRT [caught]
      siginfo: SIGABRT pid=19131 uid=904 code=-1
lwp_sigmask(SIG_SETMASK, 0x00000020, 0x00000000) = 0xFFBFFEFF [0x0000FFFF]
unlink("/var/tmp/magick-191311H6mX_KbayxL") Err#2 ENOENT
lwp_sigmask(SIG_SETMASK, 0x00000020, 0x00000000) = 0xFFBFFEFF [0x0000FFFF]
sigaction(SIGABRT, 0xFFFFFD7FFFDED830, 0xFFFFFD7FFFDED8E0) = 0
lwp_sigmask(SIG_SETMASK, 0x00000000, 0x00000000) = 0xFFBFFEFF [0x0000FFFF]
sigaction(SIGABRT, 0x00000000, 0xFFFFFD7FFFDED8E0) = 0
sigaction(SIGABRT, 0xFFFFFD7FFFDED7F0, 0xFFFFFD7FFFDED870) = 0
lwp_sigmask(SIG_SETMASK, 0x00000000, 0x00000000) = 0xFFBFFEFF [0x0000FFFF]
lwp_kill(1, SIGABRT) = 0
    Received signal 0000006, SIGABRT [default]
      siginfo: SIGABRT pid=19131 uid=904 code=-1
Issue History
2015-03-16 09:21 wcohrs New Issue
2015-03-16 09:25 wcohrs Note Added: 0011023
2015-03-22 19:42 laurent Note Added: 0011027
2015-03-22 19:42 laurent Status new => confirmed
2015-10-01 16:58 manga Note Added: 0011057
2015-10-05 14:36 laurent Note Added: 0011058
2016-06-16 16:50 dam Note Added: 0011167
2016-06-16 16:51 dam Assigned To => laurent
2016-06-16 16:51 dam Status confirmed => acknowledged
2016-10-24 16:06 dam Note Added: 0011211
2016-10-24 16:06 dam Status acknowledged => closed
2016-10-24 16:06 dam Resolution open => won't fix

Notes
(0011023)
wcohrs   
2015-03-16 09:25   
SunOS 5.10 Generic_150401-20 i86pc i386 i86pc
Critical Patch Update for January 2015 are installed
(0011027)
laurent   
2015-03-22 19:42   
I could reproduce the issue easily, however, it needs to be taken upstream, which I don't have too much time to do at the moment.
An easy workaround for now is to use gs directly for conversion, that appears to work.
(0011057)
manga   
2015-10-01 16:58   
Have imagemagick on two machines; Solaris 11 version is fine, but Solaris 10 version has this problem with convert from postscript
(0011058)
laurent   
2015-10-05 14:36   
I have upgraded ImageMagick to the latest version and the problem is still there. At this point, I have no other suggestion than the workaround above.
The Solaris 11 version is more than 2 years old, so difficult to compare.
(0011167)
dam   
2016-06-16 16:50   
Issue still present in 7.0.1,REV=2016.05.05_rev=1
(0011211)
dam   
2016-10-24 16:06   
I am really sorry, but I'll change this bug to "won't fix" for now as there is no clue on how to fix this
issue. This bug actually stops propagation to testing/ which I think should happen. The bug should be reviewed from time to time if it is solved upstream.