On 12/09/2010 03:37 PM, Chris Schmp wrote:
> Hi,
> I am using Enlightenment(from SVN 0.16.999.55385) on my HP tablet PC, and I 
> am trying to get screen rotation working. It seems when I rotate the screen 
> to a orientation that requires the screen to be resized it causes 
> enlightenment to crash. When flipping between orientations that don't require 
> a screen resize/resolution change it doesn't crash.
>
> I have included a gdb backtrace, though I think I am missing something to 
> make it actually helpful, I did recompile everything listed on the debugging 
> page on the wiki with -g, but I Think the debugging symbols and stuff still 
> got stripped out(Gentoo bug maybe?) So if anyone has any tips or hints to 
> make this more useful I would appreciate it.
>
> (gdb) bt
> #0  0x00007f511afe4503 in poll () from /lib/libc.so.6
> #1  0x00007f511806bb7a in ?? () from /usr/lib/libxcb.so.1
> #2  0x00007f511806d268 in xcb_wait_for_event () from /usr/lib/libxcb.so.1
> #3  0x00007f511b957ee8 in _XReadEvents () from /usr/lib/libX11.so.6
> #4  0x00007f511b93df48 in XNextEvent () from /usr/lib/libX11.so.6
> #5  0x000000000043a29f in e_alert_show ()
> #6  0x00000000004c49e7 in e_sigseg_act ()
> #7<signal handler called>
> #8  0x00000000004ba5de in ?? ()
> #9  0x00007f511e4427ec in _ecore_event_call () from /usr/lib/libecore.so.1
> #10 0x00007f511e447367 in ?? () from /usr/lib/libecore.so.1
> #11 0x00007f511e447567 in ecore_main_loop_begin () from /usr/lib/libecore.so.1
> #12 0x00000000004311fc in main ()
> (gdb)

It is not a gentoo bug. You need to recompile efl+e with the following:
-g in CFLAGS, USE="debug", FEATURES="splitdebug"
My CFLAGS are:
CFLAGS="-march=native -O2 -pipe -g"

------------------------------------------------------------------------------
This SF Dev2Dev email is sponsored by:

WikiLeaks The End of the Free Internet
http://p.sf.net/sfu/therealnews-com
_______________________________________________
enlightenment-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to