On Thu, 9 Mar 2006 15:58:31 +0000 Aleksej Struk <[EMAIL PROTECTED]> babbled:

> On Thu, Mar 09, 2006 at 01:54:20PM +0100, Massimo Maiurana wrote:
> // Aleksej Struk, il 09/03/2006 12:20, scrisse:
> // 
> // > Is it possible to have a backtrace ? Is this happens with the latest CVS
> // > ? 
> // 
> // attached is a bt about the same problem :)
> // 
> // -- 
> //        Massimo Maiurana         massimo<at>ragusa.linux.it
> //        http://massimo.solira.org       GPG keyID #7044D601
> // 
> // Articolo 11 - L'Italia ripudia la guerra come strumento di offesa
> // alla libert? degli altri popoli e come mezzo di risoluzione delle
> // controversie internazionali....
> 
> // Program received signal SIGSEGV, Segmentation fault.
> // 0xb7a761c6 in strcasecmp () from /lib/libc.so.6
> // (gdb) bt
> // #0  0xb7a761c6 in strcasecmp () from /lib/libc.so.6
> // #1  0x080f7108 in _ilist_kb_cb_change (data=0x8a92df8, obj=0x86dde38) at
> e_int_config_keybindings.c:1250 // #2  0x080d93d4 in e_widget_change
> (obj=0x86dde38) at e_widget.c:411 // #3  0x080ee236 in _e_wid_cb_item_sel
> (data=0x848c7e0, data2=0x8760fa0) at e_widget_ilist.c:255 // #4  0x080ead94
> in e_ilist_selected_set (obj=0x894fed0, n=22) at e_ilist.c:160 // #5
> 0x080eb616 in _e_smart_event_mouse_down (data=0x8760fb0, e=0x86b7830,
> obj=0x8760fd0, event_info=0xbfa1a210) //     at e_ilist.c:333 // #6
> 0xb7e31550 in evas_object_event_callback_call (obj=0x8760fd0,
> type=EVAS_CALLBACK_MOUSE_DOWN, event_info=0xbfa1a210) //     at
> evas_callbacks.c:189 // #7  0xb7e315dd in evas_object_event_callback_call
> (obj=0x87630c8, type=EVAS_CALLBACK_MOUSE_DOWN, event_info=0xbfa1a210) //
> at evas_callbacks.c:200 // #8  0xb7e32e37 in evas_event_feed_mouse_down
> (e=0x86b7830, b=1, flags=EVAS_BUTTON_NONE, timestamp=243377037,
> data=0x0) //     at evas_events.c:264 // #9  0xb7efb7b1 in
> _ecore_evas_x_event_mouse_button_down (data=0x0, type=12, event=0x8797910) at
> ecore_evas_x.c:370 // #10 0xb7d9ea31 in _ecore_event_call () at
> ecore_events.c:431 // #11 0xb7da5a5b in _ecore_main_loop_iterate_internal
> (once_only=0) at ecore_main.c:639 // #12 0xb7da4b97 in ecore_main_loop_begin
> () at ecore_main.c:79 // #13 0x080626bd in main (argc=1, argv=0xbfa48464) at
> e_main.c:679
> 
> 
> Hhhmmmm, actually bt seems a little bit old. Actually the function
> _ilist_kb_cb_change do not exist anymore. It was removed and replaced by
> another, since the dialog interface changed, with the last update. 
> 
> But any way, it seems that all the roads go to strcmp ...

and i bet one of the string params to strcasecmp() is NULL.. that's whats 
causing it. :]

> 
> -------------------------------------------------------
> This SF.Net email is sponsored by xPML, a groundbreaking scripting language
> that extends applications into web and mobile media. Attend the live webcast
> and join the prime developer group breaking into this new coding territory!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> 


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


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to