Search found 5 matches

by liapop
2015-07-07T22:22:21-07:00
Forum: Developers
Topic: /usr/bin/convert: line 23: 20816 Segmentation fault $NICE $PROGRAM "$@"
Replies: 8
Views: 6478

Re: /usr/bin/convert: line 23: 20816 Segmentation fault $NICE $PROGRAM "$@"

Hi, I have raised a ticket for my hosting - but they did not help me very much. Anyway, Google did. Adding -limit memory 64 -limit map 128 to the command line seems to fix the problem. Thanks all for your help!
by liapop
2015-07-07T00:17:21-07:00
Forum: Developers
Topic: /usr/bin/convert: line 23: 20816 Segmentation fault $NICE $PROGRAM "$@"
Replies: 8
Views: 6478

Re: /usr/bin/convert: line 23: 20816 Segmentation fault $NICE $PROGRAM "$@"

UPDATE - ImageMagick details

Version: ImageMagick 6.8.3-6 2013-03-15 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2013 ImageMagick Studio LLC
Features: DPC OpenMP Modules
Delegates: bzlib fontconfig freetype gslib jng jp2 jpeg lcms pango png ps rsvg tiff wmf x xml zlib
by liapop
2015-07-06T23:45:21-07:00
Forum: Developers
Topic: /usr/bin/convert: line 23: 20816 Segmentation fault $NICE $PROGRAM "$@"
Replies: 8
Views: 6478

Re: /usr/bin/convert: line 23: 20816 Segmentation fault $NICE $PROGRAM "$@"

Hi fmw42, Your exec() command works just fine when trying to resize a 6MB image - the Segmentation fault error only shows when the exec command is being applied to larger images - so I'm thinking that it's related to some memory limits - don't have to much experience in working with IM so was hoping ...
by liapop
2015-07-06T21:59:28-07:00
Forum: Developers
Topic: /usr/bin/convert: line 23: 20816 Segmentation fault $NICE $PROGRAM "$@"
Replies: 8
Views: 6478

Re: /usr/bin/convert: line 23: 20816 Segmentation fault $NICE $PROGRAM "$@"

Hi there, Thanks for your replies. Sorry for not providing more information. Image type is jpg. Image size is 6.55M (don't know exactly what's the image size limt for which my resizing command works). The website is hosted at Heart Internet so don't really know what's the IM installed version. Can ...
by liapop
2015-07-06T12:46:10-07:00
Forum: Developers
Topic: /usr/bin/convert: line 23: 20816 Segmentation fault $NICE $PROGRAM "$@"
Replies: 8
Views: 6478

/usr/bin/convert: line 23: 20816 Segmentation fault $NICE $PROGRAM "$@"

Hi there, When resizing large images I get the error message: /usr/bin/convert: line 23: 20816 Segmentation fault $NICE $PROGRAM "$@" . The resizing works just fine for not so large images. Command sample: shell_exec("/usr/bin/convert -quality 100 -resize '446x300' '$image_url' '$image_url' 2>&1 ...