On Mon, 09 May 2005 00:24:27 -0400 (EDT) [EMAIL PROTECTED] babbled:
(B
(B> > that is entirely bizarre. what backtraces do you get?
(B> 
(B> I do not know precisely what you need: is there some kind of tracing
(B> facility beside setting the info.debug flag via the evas_engine_info_set() 
(B> call that I missed?
(B
(BHAHAHAHAHAHH oh damn. of course that wont work. you have a half-initialized
(Bcanvas. it wont work well at all. there is no engine attached and evas will not
(Bwork properly. it's in an unknown state and so well... expect weird stuff. try
(Busing ecore and ecore_evas to get a quick simply wrapper around setting up an
(Bevas canvas properly :) that's one problem. i just added the bottom/top get
(Bstuff to one of my programs (and fixed the printf stuff to actually display the
(Blowest and highst obj pointers) and i get:
(B
(BObject #1: 0x805a758
(BObject #2: 0x805a890
(BLowest object : 0x805a758
(BHighest object: 0x805a890
(B
(Bi run under valgrind and i get 0 errors/problems... :/
(B
(B> Anyway, compiling test.c[1], I just get this segfault output[2]. 
(B> Running it through valgrind's memcheck tool, I get this[3]. Line 329
(B> of my evas installment (around evas 0.9.9.007, taken from CVS) read:
(B> 
(B> obj2 = evas_object_below_get_internal(obj2);
(B> 
(B> When removing the call to evas_object_bottom_get(), I hit the very same 
(B> error on the corresponding call of evas_object_above_internal()...
(B> 
(B> Of course, that's just an expurged version: I get similar errors every 
(B> time I try using those two calls in a more complete code when the rest 
(B> of Evas works fine...
(B> 
(B> -- 
(B> S.Fourmanoit <[EMAIL PROTECTED]>
(B> 
(B> With your bare hands?!?
(B> 
(B> [1] http://adesklets.sf.net/verbatim/test.c
(B> [2] http://adesklets.sf.net/verbatim/test.out
(B> [3] http://adesklets.sf.net/verbatim/test.log
(B> 
(B> 
(B> -------------------------------------------------------
(B> This SF.Net email is sponsored by Oracle Space Sweepstakes
(B> Want to be the first software developer in space?
(B> Enter now for the Oracle Space Sweepstakes!
(B> http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
(B> _______________________________________________
(B> enlightenment-devel mailing list
(B> [email protected]
(B> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
(B> 
(B
(B
(B-- 
(B------------- Codito, ergo sum - "I code, therefore I am" --------------
(BThe Rasterman (Carsten Haitzler)    [EMAIL PROTECTED]
$BMg9%B?(B                              [EMAIL PROTECTED]
(BTokyo, Japan ($BEl5~(B $BF|K\(B)
(B
(B
(B-------------------------------------------------------
(BThis SF.Net email is sponsored by Oracle Space Sweepstakes
(BWant to be the first software developer in space?
(BEnter now for the Oracle Space Sweepstakes!
(Bhttp://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
(B_______________________________________________
(Benlightenment-devel mailing list
([email protected]
(Bhttps://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to