On Sun, 3 Apr 2016 22:15:19 +0200 Andreas Volz <[email protected]> said:

> Am Fri, 1 Apr 2016 16:31:42 -0700 schrieb Cedric BAIL:
> 
> > > I tried to start my application with the default Gtk based window
> > > manager, but it's strange. As long as I activate alpha and shaped
> > > window support in my application the application is somehow broken
> > > and hangs in the beginning. I didn't yet trace it out where it
> > > hangs.
> > >
> > > Do you have any ideas or explanations?
> > 
> > Not for the last problem.
> 
> I didn't change much in my application, but now I get a crash of E20 and
> X back to the console if I start my application on the Raspberry Pi.
> 
> In LXDE it still just hangs my application at the point it starts the
> window. Need to start my application in the debugger and see where it
> exact hangs.
> 
> See here the E crash dump:
> 
> http://tux-style.com/tmp/e-crashdump.txt

like 633? that's in bgr565 - 16bit handling. this will cause even more slowness
as e has to use efl to convert 16bpp to 32bpp then render in 32bpp then
render/dither back to 16bpp for the display... try 24/32bpp for best results.
but anyway. this says the 16bit converter has a bug maybe - > thats s16 (src
16bit) ptr - and it uses sbpl to multiply y + row.... so what's up with this?
sbpl is src bytes per line. so 640 there. i assume its a 320 wide window then.
is y and row ... wrong? row is the current row we are looking at? y + h > image
height? height says it's 240. row is 0... src pts and s16 are the same - so
that's right. ... so it's not src. dp (destination pointer) is the issue. in
fact see dst - its NULL. (0x0). thats the issue. why is it null? that's odd. :(

> I don't understand the <optimized out> as I thought I compiled E* stuff
> with gdb options. Maybe I need to repeat that part.
> 
> regards
>   Andreas
> 
> -- 
> Technical Blog <http://andreasvolz.wordpress.com/>
> 
> ------------------------------------------------------------------------------
> Transform Data into Opportunity.
> Accelerate data analysis in your applications with
> Intel Data Analytics Acceleration Library.
> Click to learn more.
> http://pubads.g.doubleclick.net/gampad/clk?id=278785471&iu=/4140
> _______________________________________________
> enlightenment-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> 


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


------------------------------------------------------------------------------
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to