On 23/01/15 17:39, Jérémy Zurcher wrote:
> Hi Tom, just a little typo :
>
> On Friday 23 January 2015  08:51, Tom Hacohen wrote :
>> tasn pushed a commit to branch master.
>>
>> http://git.enlightenment.org/core/efl.git/commit/?id=40cb2cd3d44e3266b7a50a3c64626034da2817e4
>>
>> commit 40cb2cd3d44e3266b7a50a3c64626034da2817e4
>> Author: Tom Hacohen <t...@stosb.com>
>> Date:   Fri Jan 23 16:51:02 2015 +0000
>>
>>      Eo add: beef up error reporting.
>>
>>      In some cases object ceration would fail without an error,
>>      this is bad and should not happen.
>>
>>      Thanks to cedric for reporting.
>> ---
>>   src/lib/eo/eo.c                 |  5 ++++-
>>   src/lib/eo/eo_ptr_indirection.h | 24 ++++++++++++++++++++----
>>   2 files changed, 24 insertions(+), 5 deletions(-)
>>
>> diff --git a/src/lib/eo/eo.c b/src/lib/eo/eo.c
>> index 96f190d..a0adecd 100644
>> --- a/src/lib/eo/eo.c
>> +++ b/src/lib/eo/eo.c
>> @@ -933,7 +933,10 @@ _eo_add_internal_end(Eo *eo_id)
>>        }
>>
>>      if (EINA_UNLIKELY(!fptr->o.obj))
>> -      return NULL;
>> +     {
>> +        ERR("Corrupt call stuck, shouldn't happen, please report!");
> HEEEEEEREEEEE

Is that a mating call?

--
Tom.




------------------------------------------------------------------------------
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to