WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

RE: [Xen-users] problem with libimagick

To: <roberto@xxxxxxxxxxxxx>, <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: RE: [Xen-users] problem with libimagick
From: "Ian Pratt" <m+Ian.Pratt@xxxxxxxxxxxx>
Date: Thu, 28 Apr 2005 08:48:34 +0100
Cc: ian.pratt@xxxxxxxxxxxx
Delivery-date: Thu, 28 Apr 2005 07:48:12 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcVJwS20ScgsMH1xQf23ioFLs06nkgCBToHA
Thread-topic: [Xen-users] problem with libimagick
 
> Hello,
> I'am running Xen-2.0 ,linux 2.6.11.7 on a single dual-core 
> Xeon One domain per core.
> I have compiled the kernels myself (.config attached) All ok, 
> but one of my customer made a script that make my domain die
> (!!!)
> It has something to do with the resizing function of 
> libimagick i have made a sample script:

If you have a xen console connected to the domain, do you see an oops
message?

Also, it would be good if you could build xen with debug=y (edit
xen/Rules.mk then make clean)
After the domain crash do 'xm dmesg' to see if there's been any output.

Ian

> <?php
> $img = imagick_readimage("test.jpg");
> imagick_convert($img,"PNG") ;
> imagick_resize($img,30,60,IMAGICK_FILTER_UNKNOWN,0);
> imagick_writeimage($img,"test.png");
> ?>
> 
> The images can even not exists ,the script crash the machine 
> everytime A strange thing is that it only happens on 
> low-privileged users, root can run the script without 
> problem, others no.
> 
> 
> Thanks for help
> 
> --
> Roberto De Ioris
> root@ThePackardtImaging
> my public key on:
> http://keyserver.it:11371/pks/lookup?op=get&search=0x4A70D348
> 

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>