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

[Xen-users] problem with libimagick

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] problem with libimagick
From: Roberto De Ioris <roberto@xxxxxxxxxxxxx>
Date: Mon, 25 Apr 2005 20:02:59 +0200
Delivery-date: Mon, 25 Apr 2005 18:03:08 +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>
Organization: The Packardt Imaging
Reply-to: roberto@xxxxxxxxxxxxx
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
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:

<?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

Attachment: xenU-config
Description: Text document

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>