On Tue, Feb 18, 2020 at 11:13:54PM -0800, Ross Vandegrift wrote:
> On Mon, Feb 17, 2020 at 09:48:10AM +0000, Carsten Haitzler wrote:
> > On Sun, 16 Feb 2020 22:45:38 -0800 Ross Vandegrift <r...@kallisti.us> said:
> > > But I did find a non-stop stream of this when interacting with E:
> > >   ERR<2351>:evas_main ../src/lib/evas/canvas/evas_object_smart.c:145
> > > evas_object_smart_data_get() calling smart object API on non-smart object!
> > > For instance, changing window focus triggers five.
> > 
> > this is efl reporting we're calling a function on an object of the wrong 
> > type.
> > you should also get a backtrace with this if you have libunwind (auto 
> > detected
> > at compile time).
> 
> Hmm weird-  I have libunwind, but I'm not getting backtraces.  Will dig in and
> try to get one.

I double checked the libunwind usage.  My efl/e binaries are linked against it,
but still no backtraces.

Looking through the code, I don't see how a backtrace would be trigered.
libunwind is only called from efl's signal handler.  The log message was added
in 19eec7d494, and nothing obviously sends a signal.

I've opened https://phab.enlightenment.org/T8619 

Ross


_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to