i've started using e17 all the time now, and it is mostly good.

entangle nearly-reliably crashes on me. to reproduce, i just start
dragging an item in the right list with the right mouse button. This
often causes glibc to report:

*** glibc detected *** double free or corruption (!prev): <some address> ***

The rest of the time, after the first right-click, mouse-over effects
do not work properly. Animations occur on the first click on an item,
and a subsequent click has the normal effect on the item (ie, r-click
initiates a drag on menu items, l-click activates a button action,
etc)

(gdb) run
Starting program:
/usr/portage/distfiles/cvs-src/e17/apps/e_utils/src/bin/entangle/entangle
[Thread debugging using libthread_db enabled]
[New Thread 46912556169792 (LWP 6476)]
*** glibc detected *** double free or corruption (!prev): 0x00000000005afd00 ***

Program received signal SIGABRT, Aborted.
[Switching to Thread 46912556169792 (LWP 6476)]
0x00002aaaad5ec839 in raise () from /lib/libc.so.6
(gdb) bt
#0  0x00002aaaad5ec839 in raise () from /lib/libc.so.6
#1  0x00002aaaad5edcde in abort () from /lib/libc.so.6
#2  0x00002aaaad620990 in __fsetlocking () from /lib/libc.so.6
#3  0x00002aaaad625b90 in malloc_usable_size () from /lib/libc.so.6
#4  0x00002aaaad6266a6 in free () from /lib/libc.so.6
#5  0x00002aaaaabc4ef3 in _container_element_del () from
/usr/lib/libesmart_container.so.0
#6  0x00002aaaaabc5a54 in esmart_container_element_remove () from
/usr/lib/libesmart_container.so.0
#7  0x0000000000406821 in entangle_ui_cb_menu_item_move_start
(data=0x50e220, obj=0x599380, emission=0x5681c0 "move,start",
src=0x602920 "*")
    at entangle_ui.c:1139
#8  0x00002aaaab06d178 in _edje_emit_handle () from /usr/lib/libedje.so.0
#9  0x00002aaaab06d075 in _edje_emit_handle () from /usr/lib/libedje.so.0
#10 0x00002aaaab076a9b in _edje_message_process () from /usr/lib/libedje.so.0
#11 0x00002aaaab077059 in _edje_message_queue_process () from
/usr/lib/libedje.so.0
#12 0x00002aaaab076263 in edje_message_signal_process () from
/usr/lib/libedje.so.0
#13 0x00002aaaab7ceb1c in ecore_job_del () from /usr/lib/libecore_job.so.1
#14 0x00002aaaaceea89d in _ecore_event_call () from /usr/lib/libecore.so.1
#15 0x00002aaaaceef659 in _ecore_main_shutdown () from /usr/lib/libecore.so.1
#16 0x00002aaaaceee6e1 in ecore_main_loop_begin () from /usr/lib/libecore.so.1
#17 0x0000000000406fa9 in main (argc=1, argv=0x7fffffd9f558) at main.c:162
(gdb) p container
$6 = (Evas_Object *) 0x598960
(gdb) x/10xw 0x598960
0x598960:       0x005f75f0      0x00000000      0x0054e820      0x00000000
0x598970:       0x00000000      0x00000000      0x71777770      0x00000000
0x598980:       0xaabc6ec5      0x00002aaa
(gdb) x/1sb 0x2aaaaabc6ec5
0x2aaaaabc6ec5 <_fini+509>:      "container"
(gdb) p obj
$7 = (Evas_Object *) 0x599380
(gdb) x/10xw 0x599380
0x599380:       0x00599f80      0x00000000      0x005b6dc0      0x00000000
0x599390:       0x00000000      0x00000000      0x71777770      0x00000000
0x5993a0:       0xab078428      0x00002aaa
(gdb) x/1sb 0x2aaaab078428
0x2aaaab078428 <_fini+4512>:     "edje"
(gdb) x/20xw 0x00000000005afd00
0x5afd00:       0x00598ae0      0x00000000      0x00599380      0x00000000
0x5afd10:       0x005afec0      0x00000000      0x00000000      0x40400000
0x5afd20:       0x00000000      0x40400000      0x00000000      0x00000000
0x5afd30:       0x00000000      0x00000000      0x00000000      0x00000000
0x5afd40:       0x00000000      0x00000000      0x00000000      0x00000000



I hope there's enough info here to do something.


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to