return code 139

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
JimiInChina
Posts: 2
Joined: 2017-06-26T02:30:58-07:00
Authentication code: 1151

return code 139

Post by JimiInChina »

Image

there is some error occured when i composite the image with a white bacground by GraphicMagic
but if i do it by ImageMagick ,it is run.
is there some one can teach me what is wrong with it ?

Code: Select all

convert -size 4365x1548 xc:white +profile * back.jpg

Code: Select all

gm composite -geometry +1000+1000 crop.jpg back.jpg result.jpg
this is the error info:

Code: Select all

Problem event name: APPCRASH
Application Name: gm.exe
Application version: 14.11.0.0
Application time stamp: 513ce559
Fault module name: CORE_RL_magick_.dll
Fault module version: 14.11.0.0
Fault module timestamp: 513ce4d6
Exception code: c0000005
Exception offset: 0000000000007a5c
OS version: 6.1.7601.2.1.0.256.1
Zone setting ID: 2052
Other information 1: 6a24
Other information 2: 6a245d961b031990e25ea4fca152e3d8
Other information 3: 547c
Other information 4: 547c70534c07d46d9bfe800b4857b518
my email:rockblue1988@gmail.com
I can send the original image to you
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: return code 139

Post by snibgo »

ImageMagick and GraphicsMagick are two different systms.

This is an IM forum. If something doesn't work in GM, I suggest you consult GM documentation or a GM forum.
snibgo's IM pages: im.snibgo.com
JimiInChina
Posts: 2
Joined: 2017-06-26T02:30:58-07:00
Authentication code: 1151

Re: return code 139

Post by JimiInChina »

snibgo wrote: 2017-06-26T03:38:54-07:00 ImageMagick and GraphicsMagick are two different systms.

This is an IM forum. If something doesn't work in GM, I suggest you consult GM documentation or a GM forum.
thank you
Post Reply