On Sat, Dec 3, 2016 at 1:57 PM, Vincent Torri <vincent.to...@gmail.com> wrote:
> Hello
>
> I'm rewriting my multi-document viewer. I'm using EFL git,  and i have
> that Eo error message :
>
> ERR<59568>:eo[T:3] lib/eo/eo.c:1663 efl_isa() Object 40007f56 is not a
> valid object in this context: object domain: 0, current domain: 2,
> local domain: 2, available domains: [  1 2  ]
>
> does someone have an idea of the problem ?

the new efl in git provides more context to that message since
yesterday, particularly if you use EO_LIFECYCLE_DEBUG=1 (envvar),
since I was so pissed with such nebulous messages :-D

usually the object is already dead or was never created... If you're
using threads (seems so due "[T:3]"), be aware that objects are bound
to the thread they were created and you need to "import"  to use,
Raster sent some email to the list and I recall som tests in the
tree....

which reminds me that my EO_LIFECYCLE_DEBUG doesn't cover the
domain... maybe it should.

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to