On Tue, Sep 2, 2008 at 10:16 PM, Dave Andreoli <[EMAIL PROTECTED]> wrote:
> ----- "Cedric BAIL" <[EMAIL PROTECTED]> ha scritto:
>> On Thu, Aug 21, 2008 at 3:47 PM, Joerg Sonnenberger
>> <[EMAIL PROTECTED]> wrote:
>> Ok, I fixed your patch and commited it. It should work fine, but if
>> not please report any failure regarding eet and compressed image to
>> me.
>
> Hi... some work for you :P
>
> The editor cannot import jpg images anymore, in my tests
> edje_cc segv when you use a jpg image and set it LOSSY.
>
> You can try any edc that use jpg with LOSSY like this:
> --------------------------------------------------------
> images {
>   image: "mem.jpg" LOSSY 90;
> }
> collections {
>   group {
>      name: "icon";
>      parts {
>         part {
>            name: "image";
>            type: IMAGE;
>            description {
>               state: "default" 0.00;
>               image {
>                  normal: "mem.jpg";
>               }
>            }
>         }
>      }
>   }
> }
> --------------------------------------------------------
> This is the simplest test case I can provide. It segv when you compile it, 
> break
> in eet_image.c on line 705

> The editor in fact import all the images as LOSSY 100, and now
> segv when loading jpg. I have tested with previous revision and works well.

> Let me know if you need more info ;)

Thanks for the test case, I can reproduce the problem with the help of valgrind.

-- 
Cedric BAIL

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to