Hi Carlos!

On 03/18/2008 07:00 PM Carlos Revillo wrote:

<snip />

> Exception is thrown in this part of imagemagick_base.php file

<snip />

>        // print_r(proc_get_status($imageProcess));
> 
>         $return = proc_close( $imageProcess );        
> 
>         // Process potential errors
> 
>         if ( $return != 0 || strlen( $errorString ) > 0 )
> 
>         {
> 
>             // If this code is reached we have a bug in this component or in
> ImageMagick itself.
> 
>             throw new Exception( "The command '{$command}' resulted in an
> error: '{$errorString}'." );
> 
>         }

> $return value is always "1" (not -1). This thing doesn't happen when I use
> another filter like scale. 

> I have read about proc_close and it seems that this command return "-1" if
> php is compiled with enable-signchild, but I'm getting "1" and not "-1".

> I'm working at ubuntu with php 5.2.4 installed. 

This looks like weird behavior of ImageMagick to me. Could you open a
bug in our issue tracker please, so that we can dig into this? For this
I need some more information about your system:

- ImageMagick version
- phpinfo() output
  (preferrably from the CLI and stripped of your pathes for
  security reasons)

Do you have the chance to check out the latest version from SVN and run
the ImageConversion test suite in your environment?

Thanks in advance for this report. I'll try to dig into it on Thursday.

Regards,
Toby
-- 
Mit freundlichen Grüßen / Med vennlig hilsen / With kind regards

Tobias Schlitt (GPG: 0xC462BC14) eZ Components Developer

[EMAIL PROTECTED] | eZ Systems AS | ez.no
-- 
Components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/components

Reply via email to