On Wed, 7 Dec 2005 03:15:42 +1000 David Seikel <[EMAIL PROTECTED]> babbled:

> The monitor and weather modules are causing SIGABRT whenever they get
> disabled / shutdown.
> 
> Program received signal SIGABRT, Aborted.
> [Switching to Thread -1214728512 (LWP 29354)]
> 0xffffe410 in ?? ()
> #0  0xffffe410 in ?? ()
> #1  0xbffcc3a4 in ?? ()
> #2  0x00000006 in ?? ()
> #3  0x000072aa in ?? ()
> #4  0xb79b52c1 in raise () from /lib/tls/libc.so.6
> #5  0xb79b6b75 in abort () from /lib/tls/libc.so.6
> #6  0xb79e97aa in __libc_message () from /lib/tls/libc.so.6
> #7  0xb79ef007 in malloc_printerr () from /lib/tls/libc.so.6
> #8  0xb79f06cb in free () from /lib/tls/libc.so.6
> #9  0xb5c8ff1a in e_modapi_shutdown (module=0x84342b0) at
> e_mod_main.c:688 #10 0x0808ad79 in e_module_disable (m=0x84342b0) at
> e_module.c:288 #11 0x0808aec1 in _e_module_control_menu_enabled
> (data=0x84342b0, m=0x814f948, mi=0x811f2d0) at e_module.c:530 #12
> 0x08083c80 in _e_menu_active_call () at e_menu.c:1658 #13 0x08083d09 in
> _e_menu_cb_mouse_up (data=0x0, type=11, event=0x812e8d8) at
> e_menu.c:2284 #14 0xb7d423fe in _ecore_event_call () at
> ecore_events.c:431 #15 0xb7d4656e in _ecore_main_loop_iterate_internal
> (once_only=0) at ecore_main.c:629 #16 0xb7d4675f in
> ecore_main_loop_begin () at ecore_main.c:79 #17 0x0805f8b0 in main
> (argc=1, argv=0xbffff154) at e_main.c:591
> 
> Likely they just need to be updated to the new stringshare thingy.

indeed. strings in confg need to be added with evas_stringshare_add() for
e_Config loaded stuff and deleteed with evas_stringshare_del(). see example all
through e's code. :)


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


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to