On Tue, 8 Jul 2014 10:32:24 +0200 Jérémy Zurcher <[email protected]> said:

> On Tuesday 08 July 2014  17:19, Carsten Haitzler wrote :
> > On Tue, 8 Jul 2014 18:07:43 +1000 David Seikel <[email protected]> said:
> > 
> > > On Tue, 8 Jul 2014 10:45:32 +0900 Carsten Haitzler (The Rasterman)
> > > <[email protected]> wrote:
> > > 
> > > > On Mon, 07 Jul 2014 17:56:36 +0100 Richard Ullger <[email protected]>
> > > > said:
> > > > 
> > > > > Hi,
> > > > > 
> > > > > I'm running e18 from the Arch repos and am getting the following
> > > > > error:
> > > > > 
> > > > > Jul 07 17:28:37 richards-aspire slim[366]: ERR<eo>lib/eo/eo.c:597 in
> > > > > lib/edje/edje.eo.c:328: you called func 'edje_obj_signal_emit' (345)
> > > > > which is unknown in class 'Evas_Smart'.
> > > > > 
> > > > > The error is constantly being generated several times a second and
> > > > > is filling the systemd journal.
> > > > > 
> > > > > The installed packages are:
> > > > > 
> > > > > enlightenment 0.18.8-1
> > > > > elementary 1.10.0-1
> > > > > efl 1.10.0-2
> > > > > 
> > > > > Is this a known issue that may have been fixed in e19?
> > > > 
> > > > e19 (git) does this much less - it's a harmless complaint about
> > > > someone using an interface that an object doesnn't support (eo is
> > > > designed to detect this and safely complain and march on with doing
> > > > nothing).
> > > 
> > > I'm getting a similar message, only for Elm_Layout.  Harmless other than
> > > filling up logs and getting in the way of real error messages.  Drop it
> > > to warning or debug level?  Get rid of it completely?  Or some other way
> > > to make this bogus error message go away?
> > 
> > it's not bogus. it's real. but just not harmful. its telling you that your
> > api call is basically a nop where you might expect it to actually do
> > something (otherwise why call it?)
> > 
> 
> shouldn't we even add WRN() to eo_do(NULL, ... ) calls ??
> loads of them in elm because of NULL wd->resize_obj.

nah - it's one thing calling an unsupported method on an object - you intended
for the obj to do X or Y. for a null object - no object, there simply is
nothing to do. it's barely an issue. i'd say its not valuable to say anything.

> > -- 
> > ------------- Codito, ergo sum - "I code, therefore I am" --------------
> > The Rasterman (Carsten Haitzler)    [email protected]
> > 
> > 
> > ------------------------------------------------------------------------------
> > Open source business process management suite built on Java and Eclipse
> > Turn processes into business applications with Bonita BPM Community Edition
> > Quickly connect people, data, and systems into organized workflows
> > Winner of BOSSIE, CODIE, OW2 and Gartner awards
> > http://p.sf.net/sfu/Bonitasoft
> > _______________________________________________
> > enlightenment-users mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> --- Hell'O from Yverdoom
> 
> Jérémy (jeyzu)
> 
> ------------------------------------------------------------------------------
> Open source business process management suite built on Java and Eclipse
> Turn processes into business applications with Bonita BPM Community Edition
> Quickly connect people, data, and systems into organized workflows
> Winner of BOSSIE, CODIE, OW2 and Gartner awards
> http://p.sf.net/sfu/Bonitasoft
> _______________________________________________
> enlightenment-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    [email protected]


------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
enlightenment-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to