Yes in dev mode, we can fix it early by crashing it.
But I don't want to allow this kind of window manager crash in a real product.

Daniel Juyung Seo (SeoZ)

On Thu, Sep 6, 2012 at 7:21 PM, ChunEon Park <her...@naver.com> wrote:
> Thanks to u,
>  The problem was found out early.
>
>
> ------------------------------------
> -Regards, Hermet-
> -----Original Message-----
> From: "Daniel Juyung Seo"<seojuyu...@gmail.com>
> To: "Enlightenment developer list"<enlightenment-devel@lists.sourceforge.net>;
> Cc: <enlightenment-...@lists.sourceforge.net>;
> Sent: 2012-09-06 (목) 19:15:48
> Subject: Re: [E-devel] E SVN: cedric trunk/edje/src/lib
>
> the problem is that. it was not a small application crash.
> my e17 is crashed.
> for users, this is bad :(
>
> Daniel Juyung Seo (SeoZ)
>
> On Thu, Sep 6, 2012 at 7:13 PM, ChunEon Park <hermet>@naver.com> wrote:
>> but we could found out the problem early.
>> ------------------------------------
>>
>> -Regards, Hermet-
>>
>> -----Original Message-----
>> From: "Daniel Juyung Seo"<seojuyu...@gmail.com>
>> To: <enlightenment-devel@lists.sourceforge.net>;
>> Cc: <enlightenment-...@lists.sourceforge.net>;
>> Sent: 2012-09-06 (목) 19:08:39
>> Subject: Re: [E-devel] E SVN: cedric trunk/edje/src/lib
>>
>> Thanks. Great!
>> Now E17 works. Arggg NULL check!!!
>>
>> Daniel Juyung Seo (SeoZ)
>>
>> On Thu, Sep 6, 2012 at 7:05 PM, Enlightenment SVN
>> <no-reply>@enlightenment.org> wrote:
>> > Log:
>> > edje: correct NULL check. Happy SeoZ :-)
>> >
>> >
>> > Author:       cedric
>> > Date:         2012-09-06 03:05:34 -0700 (Thu, 06 Sep 2012)
>> > New Revision: 76235
>> > Trac:         http://trac.enlightenment.org/e/changeset/76235
>> >
>> > Modified:
>> >   trunk/edje/src/lib/edje_util.c
>> >
>> > Modified: trunk/edje/src/lib/edje_util.c
>> > ===================================================================
>> > --- trunk/edje/src/lib/edje_util.c      2012-09-06 10:01:44 UTC (rev 76234)
>> > +++ trunk/edje/src/lib/edje_util.c      2012-09-06 10:05:34 UTC (rev 76235)
>> > @@ -5083,9 +5083,7 @@
>> >                                   rp);
>> >
>> >     //If the map is enabled, uv should be updated when image size is 
>> > changed.
>> > -   if (rp->swallowed_object &&
>> > -       evas_object_type_get(rp->swallowed_object) &&
>> > -       !strcmp(evas_object_type_get(rp->swallowed_object), "image"))
>> > +   if (!strcmp(evas_object_type_get(rp->swallowed_object), "image"))
>> >       evas_object_event_callback_add(obj_swallow, 
>> > EVAS_CALLBACK_IMAGE_RESIZE,
>> >                                      
>> > _edje_object_part_swallow_image_resize_cb,
>> >                                      rp);
>> > @@ -5118,6 +5116,7 @@
>> >  void
>> >  _edje_real_part_swallow_clear(Edje_Real_Part *rp)
>> >  {
>> > +   if (!rp->swallowed_object) return ;
>> >     evas_object_smart_member_del(rp->swallowed_object);
>> >     evas_object_event_callback_del_full(rp->swallowed_object,
>> >                                         EVAS_CALLBACK_DEL,
>> >
>> >
>> > ------------------------------------------------------------------------------
>> > Live Security Virtual Conference
>> > Exclusive live event will cover all the ways today's security and
>> > threat landscape has changed and how IT managers can respond. Discussions
>> > will include endpoint security, mobile security and the latest in malware
>> > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>> > _______________________________________________
>> > enlightenment-svn mailing list
>> > enlightenment-...@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>>
>> ------------------------------------------------------------------------------
>> Live Security Virtual Conference
>> Exclusive live event will cover all the ways today's security and
>> threat landscape has changed and how IT managers can respond. Discussions
>> will include endpoint security, mobile security and the latest in malware
>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>> _______________________________________________
>> enlightenment-devel mailing list
>> enlightenment-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>>
>>
>> ------------------------------------------------------------------------------
>> Live Security Virtual Conference
>> Exclusive live event will cover all the ways today's security and
>> threat landscape has changed and how IT managers can respond. Discussions
>> will include endpoint security, mobile security and the latest in malware
>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>> _______________________________________________
>> enlightenment-devel mailing list
>> enlightenment-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to