On Tue, 20 Mar 2007 09:55:43 +0100 Massimiliano Calamelli
<[EMAIL PROTECTED]> babbled:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Hi all, i've started to debug evas on my target device (ARM9) adding
> some printf to the code, and i've seen a strange thing. 
> 
> Here a cut&paste from device console, i try to explain before the text

this sounds strange - i'd need more analysis on this but it looks like you got
stuck in recursion or a loop. the fb engine inherits from the software
_generic one - thus the extra load of it - but software_generic doesn't inherit
from anyone - so not sure whats up here.

> /sbin # sb_evas1
> Evas inizializzato.
> Evas canvas istanziato.
> Engine disponibili:
> fb
> buffer
> Framebuffer disponibile.
> Output method: 1
> Step1 !
> evas_main.c : step 1.
> evas_main.c : step 2.
> em->type : 0.
> EVAS_MODULE_TYPE_ENGINE: 0.
> evas_main.c : step 3.
> !em-data: 74024.
> evas_main.c : step 4.
> eme->id : 1, render_method: 1.
> evas_main.c : step 5.
> LOAD fb
> path: /usr/lib/evas/modules/engines/fb/linux-gnu-arm/module.so.
> LOAD software_generic
> path: /usr/lib/evas/modules/engines/software_generic/linux-gnu-arm/module.so.
> LOAD software_generic
> path: /usr/lib/evas/modules/engines/software_generic/linux-gnu-arm/module.so.
> LOAD software_generic
> path: /usr/lib/evas/modules/engines/software_generic/linux-gnu-arm/module.so.
> LOAD software_generic
> path: /usr/lib/evas/modules/engines/software_generic/linux-gnu-arm/module.so.
> LOAD software_generic
> path: /usr/lib/evas/modules/engines/software_generic/linux-gnu-arm/module.so.
> LOAD software_generic
> path: /usr/lib/evas/modules/engines/software_generic/linux-gnu-arm/module.so.
> LOAD software_generic
> path: /usr/lib/evas/modules/engines/software_generic/linux-gnu-arm/module.so.
> LOAD software_generic
> path: /usr/lib/evas/modules/engines/software_generic/linux-gnu-arm/module.so.
> LOAD software_generic
> path: /usr/lib/evas/modules/engines/software_generic/linux-gnu-arm/module.so.
> LOAD software_generic
> path: /usr/lib/evas/modules/engines/software_generic/linux-gnu-arm/module.so.
> LOAD software_generic
> path: /usr/lib/evas/modules/engines/software_generic/linux-gnu-arm/module.so.
> LOAD software_generic
> path: /usr/lib/evas/modules/engines/software_generic/linux-gnu-arm/module.so.
> LOAD software_generic
> path: /usr/lib/evas/modules/engines/software_generic/linux-gnu-arm/module.so.
> LOAD software_generic
> path: /usr/lib/evas/modules/engines/software_generic/linux-gnu-arm/module.so.
> LOAD software_generic
> path: /usr/lib/evas/modules/engines/software_generic/linux-gnu-arm/module.so.
> LOAD software_generic
> path: /usr/lib/evas/modules/engines/software_generic/linux-gnu-arm/module.so.
> LOAD software_generic
> path: /usr/lib/evas/modules/engines/software_generic/linux-gnu-arm/module.so.
> LOAD software_generic
> path: /usr/lib/evas/modules/engines/software_generic/linux-gnu-arm/module.so.
> LOAD software_generic
> path: /usr/lib/evas/modules/en
> ^C
> /sbin #
> 
> Explaining:
> 0) Until "Step1 !" the messages are from my app; 
> 1) From "evas_main.c : step 1" to "evas_main.c : step 5" the messages
> are from evas_main.c (evas/src/lib/canvas/evas_main.c)
> 2) From "LOAD fb" to the end the messages are from evas_module.c
> (evas/src/lib/file/evas_module.c)
> 3) I've terminated my app sending ^C, you see the last line truncated,
> if i wait i see a lot of "LOAD software_generic" and
> "path: /usr/lib..", and the app crashes with segfault
> 
> I'm not able to go into evas lib using gdbserver on target and gdb on
> host, but it seems to be a strange loop, evas tries to use fb, it fails
> (?) and switch to software_generic, and boom.
> 
> LinuxFB runs fine, i've wrote a simple SDL app that runs, but my goal
> is to use EFL! 
> 
> There's an Evas guru that it can help me? 
> 
> TIA
> Massi
> - -- 
> Massimiliano Calamelli
> http://mcalamelli.netsons.org
> [EMAIL PROTECTED]
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.4 (MingW32)
> 
> iD8DBQFF/6GPleGEL56NNP4RAtELAJ4/IG6rKqXjjUu5KH4g0MBHdqKodACgnUQp
> 2RQ1pT+iYg7PtWPWPIjNeas=
> =QbqI
> -----END PGP SIGNATURE-----
> 
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> 


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    [EMAIL PROTECTED]
裸好多
Tokyo, Japan (東京 日本)

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to