Hi,

As I run applications in maemo desktop, it's common that following is
shown at lunch time.

***MEMORY-WARNING***: empathy[17367]: GSlice: g_thread_init() must be
called before all other GLib functions; memory corruption due to late
invocation of g_thread_init() has been detected; this program is likely
to crash, leak or unexpectedly abort soon...

But it seems never crashes. 

By google, it seems an common issue in gutsy but I don't find solution
or workaround. But I find one interesting thing as I port one
application from gnome UI to maemo. see following code:

#ifndef USE_HILDON
        gnome_program_init();
#else
        gtk_init();
#endif

If I use gnome_program_init(), app launches without the error message.
But if I use gtk_init() as all other maemo native programs does, the
error message showup.

Any thoughts?

Thanks,
Peter

-- 
Ubuntu-mobile mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile

Reply via email to