When I have Focus set to CLICK instead of mouse I am getting segfaults
nonstop.  Disabled Engage and everything is working fine but I am
getting the "Windows doesn't know which one is on top" flipping error
again.
#0  0xffffe410 in ?? ()
#1  0x080b613c in ?? ()
#2  0x00000000 in ?? ()
#3  0x080b60a4 in ?? ()
#4  0x4072bf9d in ___newselect_nocancel () from /lib/tls/libc.so.6
#5  0x405a2d62 in XProcessInternalConnection () from /usr/X11R6/lib/libX11.so.6
#6  0x405a3155 in _XRead () from /usr/X11R6/lib/libX11.so.6
#7  0x405a46c4 in _XReadEvents () from /usr/X11R6/lib/libX11.so.6
#8  0x40592408 in XNextEvent () from /usr/X11R6/lib/libX11.so.6
#9  0x080a7483 in e_alert_show (
    text=0x80b0af8 "This is very bad. Enlightenment has segfaulted.\nThis is 
not meant to happen and is likely a sign of a\nbug in Enlightenment or the 
libraries it relies on.\n\nYou can gdb attach to this process now to try"...) 
at e_alert.c:136
#10 0x08098bab in e_sigseg_act (x=11, info=0x80b6fb0, data=0x80b7030) at 
e_signals.c:54
#11 <signal handler called>
#12 0x080a9158 in e_remember_unuse (rem=0x350) at e_remember.c:67
#13 0x0806e3dc in _e_border_free (bd=0x8c33918) at e_border.c:1994
#14 0x0808713e in e_object_free (obj=0x8c33918) at e_object.c:92
#15 0x0808717d in e_object_unref (obj=0x8c33918) at e_object.c:111
#16 0x0807a846 in _e_border_event_border_raise_free (data=0x0, ev=0x85e2b08) at 
e_border.c:6420
#17 0x403a427b in _ecore_event_del (event=0x87c9600) at ecore_events.c:357
#18 0x403a4532 in _ecore_event_call () at ecore_events.c:445
#19 0x403a942f in _ecore_main_loop_iterate_internal (once_only=0) at 
ecore_main.c:629
#20 0x403a8593 in ecore_main_loop_begin () at ecore_main.c:79
#21 0x0805a01e in main (argc=1, argv=0xbfffdeb4) at e_main.c:565
#12 0x080a9158 in e_remember_unuse (rem=0x350) at e_remember.c:67
67         rem->used_count--;
62      }
63      
64      void
65      e_remember_unuse(E_Remember *rem)
66      {
67         rem->used_count--;
68         if ((rem->used_count <= 0) && (rem->delete_me))
69           _e_remember_free(rem);
70      }
71      
Structure has no component named operator*.
Attempt to use a type name as an expression
$1 = (E_Remember *) 0x350
$2 = {void (E_Remember *)} 0x80a99dd <_e_remember_free>
No symbol "used_count" in current context.
No symbol "used_count" in current context.
Undefined command: "exit".  Try "help".
The program is running.  Quit anyway (and detach it)? (y or n) Detaching from 
program: /usr/bin/enlightenment, process 8296
#0  0xffffe410 in ?? ()
#1  0x080b713c in ?? ()
#2  0x00000000 in ?? ()
#3  0x080b70a4 in ?? ()
#4  0x4072bf9d in ___newselect_nocancel () from /lib/tls/libc.so.6
#5  0x405a2d62 in XProcessInternalConnection () from /usr/X11R6/lib/libX11.so.6
#6  0x405a3155 in _XRead () from /usr/X11R6/lib/libX11.so.6
#7  0x405a46c4 in _XReadEvents () from /usr/X11R6/lib/libX11.so.6
#8  0x40592408 in XNextEvent () from /usr/X11R6/lib/libX11.so.6
#9  0x080a763f in e_alert_show (
    text=0x80b0cb8 "This is very bad. Enlightenment has segfaulted.\nThis is 
not meant to happen and is likely a sign of a\nbug in Enlightenment or the 
libraries it relies on.\n\nYou can gdb attach to this process now to try"...) 
at e_alert.c:136
#10 0x08098d67 in e_sigseg_act (x=11, info=0x80b7fb0, data=0x80b8030) at 
e_signals.c:54
#11 <signal handler called>
#12 0x080a9314 in e_remember_unuse (rem=0x350) at e_remember.c:67
#13 0x0806e3dc in _e_border_free (bd=0x89cff20) at e_border.c:1994
#14 0x08087252 in e_object_free (obj=0x89cff20) at e_object.c:92
#15 0x08087291 in e_object_unref (obj=0x89cff20) at e_object.c:111
#16 0x0807a95b in _e_border_event_border_raise_free (data=0x0, ev=0x894bb90) at 
e_border.c:6436
#17 0x403a427b in _ecore_event_del (event=0x8444468) at ecore_events.c:357
#18 0x403a4532 in _ecore_event_call () at ecore_events.c:445
#19 0x403a942f in _ecore_main_loop_iterate_internal (once_only=0) at 
ecore_main.c:629
#20 0x403a8593 in ecore_main_loop_begin () at ecore_main.c:79
#21 0x0805a01e in main (argc=1, argv=0xbfffec04) at e_main.c:565
#12 0x080a9314 in e_remember_unuse (rem=0x350) at e_remember.c:67
67         rem->used_count--;
62      }
63      
64      void
65      e_remember_unuse(E_Remember *rem)
66      {
67         rem->used_count--;
68         if ((rem->used_count <= 0) && (rem->delete_me))
69           _e_remember_free(rem);
70      }
71      
Attempt to use a type name as an expression
Structure has no component named operator*.
Cannot access memory at address 0x350
$1 = (E_Remember *) 0x350
No symbol "used_count" in current context.
No symbol "delete_me" in current context.
$2 = {void (E_Remember *)} 0x80a9b99 <_e_remember_free>
A syntax error in expression, near `'.
Undefined command: "exit".  Try "help".
The program is running.  Quit anyway (and detach it)? (y or n) Detaching from 
program: /usr/bin/enlightenment, process 8270
#0  0xffffe410 in ?? ()
#1  0x080b713c in ?? ()
#2  0x00000000 in ?? ()
#3  0x080b70a4 in ?? ()
#4  0x4072bf9d in ___newselect_nocancel () from /lib/tls/libc.so.6
#5  0x405a2d62 in XProcessInternalConnection () from /usr/X11R6/lib/libX11.so.6
#6  0x405a3155 in _XRead () from /usr/X11R6/lib/libX11.so.6
#7  0x405a46c4 in _XReadEvents () from /usr/X11R6/lib/libX11.so.6
#8  0x40592408 in XNextEvent () from /usr/X11R6/lib/libX11.so.6
#9  0x080a769f in e_alert_show (
    text=0x80b0d18 "This is very bad. Enlightenment has segfaulted.\nThis is 
not meant to happen and is likely a sign of a\nbug in Enlightenment or the 
libraries it relies on.\n\nYou can gdb attach to this process now to try"...) 
at e_alert.c:136
#10 0x08098dc3 in e_sigseg_act (x=11, info=0x80b7fb0, data=0x80b8030) at 
e_signals.c:54
#11 <signal handler called>
#12 0x08065cfc in e_container_border_raise (bd=0x8648a28) at e_container.c:638
#13 0x0806b4a4 in e_border_raise (bd=0x8648a28) at e_border.c:767
#14 0x0808fba0 in _e_focus_raise_timer (data=0x8648a28) at e_focus.c:173
#15 0x403aba59 in _ecore_timer_call (when=1123884306.472214) at 
ecore_timer.c:178
#16 0x403a904f in _ecore_main_loop_iterate_internal (once_only=0) at 
ecore_main.c:457
#17 0x403a8593 in ecore_main_loop_begin () at ecore_main.c:79
#18 0x0805a08e in main (argc=1, argv=0xbfffef74) at e_main.c:565
#12 0x08065cfc in e_container_border_raise (bd=0x8648a28) at e_container.c:638
638             bd->zone->container->layers[i].clients =
633        int pos, i;
634     
635        /* Remove from old layer */
636        for (i = 0; i < 7; i++)
637          {
638             bd->zone->container->layers[i].clients =
639                evas_list_remove(bd->zone->container->layers[i].clients, bd);
640          }
641     
642        /* Add to new layer */
$1 = 1081669632
$2 = 0
$3 = (E_Border *) 0x8648a28
No symbol "container" in current context.
$4 = (E_Border *) 0x8648a28
Undefined command: "exit".  Try "help".
The program is running.  Quit anyway (and detach it)? (y or n) Detaching from 
program: /usr/bin/enlightenment, process 12807

Reply via email to