On 10/7/05, Christopher Michael <[EMAIL PROTECTED]> wrote: > Hi Folks, > > When trying to select an icon with e_util_eapp_edit it crashes. Just > thought I'd send a backtrace about this one. Dunno if this is a known > error or not. > > Regards, > devilhorns > > (gdb) bt > #0 0xb7fa5392 in ewl_embed_widget_find (w=0x1) at ewl_embed.c:686 > #1 0xb7f9c70d in ewl_attach_cb_tooltip_timer (data=0x1) at ewl_attach.c:559 > #2 0xb7ebe7c9 in _ecore_timer_call (when=1128685748.277168) > at ecore_timer.c:178 > #3 0xb7ebc0bb in _ecore_main_loop_iterate_internal (once_only=0) > at ecore_main.c:457 > #4 0xb7ebc457 in ecore_main_loop_begin () at ecore_main.c:79 > #5 0xb7fafac7 in ewl_main () at ewl_misc.c:280 > #6 0x0804a735 in main (argc=2, argv=0xbfceb334) at eapp_edit_main.c:124 >
a little more info, perhaps... seems the widget tree is getting mangled somehow, and seems to be something to do with tooltips. Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 46912556205904 (LWP 11889)] 0x00002aaaaabe42d7 in ewl_embed_widget_find (w=0xe1000000b3) at ewl_embed.c:685 (gdb) bt #0 0x00002aaaaabe42d7 in ewl_embed_widget_find (w=0xe1000000b3) at ewl_embed.c:685 #1 0x00002aaaaabdaa80 in ewl_attach_cb_tooltip_timer (data=0x75e3d0) at ewl_attach.c:559 #2 0x00002aaaac018747 in _ecore_timer_call (when=1128812468.024426) at ecore_timer.c:178 #3 0x00002aaaac018722 in _ecore_timer_call (when=1128812468.024426) at ecore_timer.c:177 #4 0x00002aaaac0153e7 in _ecore_main_loop_iterate_internal (once_only=0) at ecore_main.c:457 #5 0x00002aaaac014825 in ecore_main_loop_begin () at ecore_main.c:79 #6 0x00002aaaaabeebf0 in ewl_main () at ewl_misc.c:280 #7 0x0000000000402769 in main (argc=4, argv=0x7fffffdd1988) at eapp_edit_main.c:124 (gdb) f 0 #0 0x00002aaaaabe42d7 in ewl_embed_widget_find (w=0xe1000000b3) at ewl_embed.c:685 685 while (w->parent) (gdb) l 680 Ewl_Embed *ewl_embed_widget_find(Ewl_Widget * w) 681 { 682 DENTER_FUNCTION(DLEVEL_STABLE); 683 DCHECK_PARAM_PTR_RET("w", w, NULL); 684 685 while (w->parent) 686 w = w->parent; 687 688 if (!ewl_object_toplevel_get(EWL_OBJECT(w))) 689 w = NULL; (gdb) p w->parent Cannot access memory at address 0xe100000103 (gdb) f 1 #1 0x00002aaaaabdaa80 in ewl_attach_cb_tooltip_timer (data=0x75e3d0) at ewl_attach.c:559 559 emb = ewl_embed_widget_find(w); (gdb) p w $1 = (Ewl_Widget *) 0x75e3d0 (gdb) p w->parent $2 = (Ewl_Widget *) 0xe1000000b3 (gdb) p *w $3 = {object = {current = {x = 179, y = 225, w = 11, h = -1}, preferred = {w = 1, h = -890}, maximum = {w = 7725440, h = 0}, minimum = {w = 27, h = 179}, pad = {l = 225, r = 11, t = 3, b = 27}, insets = {l = 179, r = 0, t = 0, b = -1}, flags = 0}, parent = 0xe1000000b3, callbacks = {{ list = 0xffffffff0000000b, mask = 1, len = 0}, {list = 0x75e180, mask = 0, len = 0}, {list = 0x0, mask = 0, len = 0}, {list = 0x0, mask = 0, len = 0}, {list = 0x75a7e0, mask = 0, len = 0}, {list = 0x2aaaac2bcf00, mask = 58112, len = 117}, {list = 0x0, mask = 0, len = 0}, {list = 0x0, mask = 0, len = 0}, {list = 0x0, mask = 0, len = 0}, {list = 0x0, mask = 0, len = 0}, {list = 0x21, mask = 30577, len = 29047}, {list = 0x0, mask = 0, len = 0}, {list = 0x21, mask = 54896, len = 117}, {list = 0x755180, mask = 32, len = 0}, {list = 0x160, mask = 59136, len = 117}, { list = 0x63a7b0, mask = 0, len = 0}, {list = 0x71777770, mask = 31984, len = 44058}, {list = 0x76c110, mask = 0, len = 0}, {list = 0x2000000020, mask = 3, len = 0}, {list = 0x0, mask = 0, len = 0}, {list = 0x0, mask = 0, len = 0}, {list = 0xffffffff00000020, mask = 1, len = 0}, { list = 0x761ac0, mask = 0, len = 0}, {list = 0x2000000020, mask = 3, len = 0}, {list = 0x0, mask = 0, len = 0}, {list = 0x0, mask = 0, len = 0}, {list = 0xffffffff00000020, mask = 1, len = 0}, {list = 0x761ac0, mask = 0, len = 0}, {list = 0x0, mask = 0, len = 0}}, attach = 0x0, fx_clip_box = 0x0, theme_object = 0x75e6d0, bit_state = 0x0, appearance = 0x2aaaac2bcf00 "\033Þ\024¬ª*", inheritance = 0x765f40 "qwwq", layer = 0, theme = 0x0, data = 0x0} d# > > ------------------------------------------------------- > This SF.Net email is sponsored by: > Power Architecture Resource Center: Free content, downloads, discussions, > and more. http://solutions.newsforge.com/ibmarch.tmpl > _______________________________________________ > enlightenment-devel mailing list > enlightenment-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel