On Mon, 26 Sep 2005 11:02:42 +0200 Andreas Volz <[EMAIL PROTECTED]> babbled:

> Am Sun, 25 Sep 2005 23:48:03 +0200 schrieb Bertrand Jacquin:
> 
> > Hi,
> > 
> > On 9/25/05, Andreas Volz <[EMAIL PROTECTED]> wrote:
> > > One last question, is the E17 in Gentoo Portage compiled with debug
> > > flags on?
> > 
> > No, gentoo don't compile anything with debug flags unless you ask it
> > to do it like :
> > CFLAGS="-g" FEATURES="nostrip" emerge -va emooo
> > That's the evil simplier solution for that.
> 
> Ok, I recompiled the complete EFL and E17 with debug settings. Then I
> tried to redo the segfault. After some time it happend and I've a gdb
> backtrace. I paste it here:

we have been doing a lot of work with e lately - could u update all of E cvs
(4edje, evas, e, ecore etc.) rebuild and try? are u sure u dont have any old
libraries around?

> --- gdb backtrace 1 ---
> Program received signal SIGSEGV, Segmentation fault.
> [Switching to Thread 16384 (LWP 26094)]
> 0xb78369a3 in strlen () from /lib/libc.so.6
> (gdb) bt
> #0  0xb78369a3 in strlen () from /lib/libc.so.6
> #1  0xb78366d5 in strdup () from /lib/libc.so.6
> #2  0xb7f661de in _edje_message_send (ed=0x8121890,
> queue=EDJE_QUEUE_SCRIPT, type=EDJE_MESSAGE_SIGNAL, id=0,
> emsg=0xbfe80678) at edje_message_queue.c:297 #3  0xb7f5cbbb in
> _edje_emit (ed=0x8121890, sig=0xb7f670f2 "mouse,in", src=0x18 <Address
> 0x18 out of bounds>) at edje_program.c:735 #4  0xb7f4e15f in
> _edje_mouse_in_cb (data=0x8121890, e=0x810aa98, obj=0x8121aa8,
> event_info=0xbfe80710) at edje_callbacks.c:19 #5  0xb7e6facb in
> evas_object_event_callback_call (obj=0x8121aa8,
> type=EVAS_CALLBACK_MOUSE_IN, event_info=0xbfe80710) at
> evas_callbacks.c:189 #6  0xb7e71dcf in evas_event_feed_mouse_move
> (e=0x810aa98, x=327, y=491, timestamp=6422816, data=0x0) at
> evas_events.c:579 #7  0x0806ab61 in _e_container_cb_mouse_move
> (data=0x0, type=11, event=0x883bfe0) at e_container.c:1088 #8
> 0xb7b6c5aa in _ecore_event_call () at ecore_events.c:431 #9  0xb7b71481
> in _ecore_main_loop_iterate_internal (once_only=0) at ecore_main.c:629
> #10 0xb7b705f7 in ecore_main_loop_begin () at ecore_main.c:79 #11
> 0x0805b7de in main (argc=1, argv=0xbfea0984) at e_main.c:556 (gdb) bt
> #0  0xb78369a3 in strlen () from /lib/libc.so.6 #1  0xb78366d5 in
> strdup () from /lib/libc.so.6 #2  0xb7f661de in _edje_message_send
> (ed=0x8121890, queue=EDJE_QUEUE_SCRIPT, type=EDJE_MESSAGE_SIGNAL, id=0,
> emsg=0xbfe80678) at edje_message_queue.c:297 #3  0xb7f5cbbb in
> _edje_emit (ed=0x8121890, sig=0xb7f670f2 "mouse,in", src=0x18 <Address
> 0x18 out of bounds>) at edje_program.c:735 #4  0xb7f4e15f in
> _edje_mouse_in_cb (data=0x8121890, e=0x810aa98, obj=0x8121aa8,
> event_info=0xbfe80710) at edje_callbacks.c:19 #5  0xb7e6facb in
> evas_object_event_callback_call (obj=0x8121aa8,
> type=EVAS_CALLBACK_MOUSE_IN, event_info=0xbfe80710) at
> evas_callbacks.c:189 #6  0xb7e71dcf in evas_event_feed_mouse_move
> (e=0x810aa98, x=327, y=491, timestamp=6422816, data=0x0) at
> evas_events.c:579 #7  0x0806ab61 in _e_container_cb_mouse_move
> (data=0x0, type=11, event=0x883bfe0) at e_container.c:1088 #8
> 0xb7b6c5aa in _ecore_event_call () at ecore_events.c:431 #9  0xb7b71481
> in _ecore_main_loop_iterate_internal (once_only=0) at ecore_main.c:629
> #10 0xb7b705f7 in ecore_main_loop_begin () at ecore_main.c:79 #11
> 0x0805b7de in main (argc=1, argv=0xbfea0984) at e_main.c:556
> 
> -----------------------
> --- gdb backtrace 2 ---
> -----------------------
> 
> Cannot find user-level thread for LWP 26094: generic error
> (gdb) bt
> #0  0xb78369a3 in strlen () from /lib/libc.so.6
> #1  0xb78366d5 in strdup () from /lib/libc.so.6
> #2  0xb7f661de in _edje_message_send (ed=Cannot access memory at
> address 0x8 ) at edje_message_queue.c:297
> #3  0xb7f5cbbb in _edje_emit (ed=Cannot access memory at address 0x8
> ) at edje_program.c:735
> #4  0xb7f4e15f in _edje_mouse_in_cb (data=Cannot access memory at
> address 0x8 ) at edje_callbacks.c:19
> #5  0xb7e6facb in evas_object_event_callback_call (obj=Cannot access
> memory at address 0x8 ) at evas_callbacks.c:189
> #6  0xb7e71dcf in evas_event_feed_mouse_move (e=Cannot access memory at
> address 0x8 ) at evas_events.c:579
> #7  0x0806ab61 in _e_container_cb_mouse_move (data=Cannot access memory
> at address 0x8 ) at e_container.c:1088
> #8  0xb7b6c5aa in _ecore_event_call () at ecore_events.c:431
> #9  0xb7b71481 in _ecore_main_loop_iterate_internal (once_only=Cannot
> access memory at address 0x8 ) at ecore_main.c:629
> #10 0xb7b705f7 in ecore_main_loop_begin () at ecore_main.c:79
> #11 0x0805b7de in main (argc=Cannot access memory at address 0x8
> ) at e_main.c:556
> -------------------------------
> 
> I hope you could fix the problem with this backtraces. If you need more
> information or something else, please say it.
> 
> regards
> Andreas
> 
> 
> -------------------------------------------------------
> 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
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> 


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    [EMAIL PROTECTED]
裸好多                              [EMAIL PROTECTED]
Tokyo, Japan (東京 日本)


-------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to