Hi all. A couple of days ago we experimented with adding G_DEBUG=fatal_warnings to the default session, but it turned out that everything started crashing then since it bombs out on simple g_warning() calls etc.
Vincent then made a patch for glib that adds G_DEBUG=fatal_criticals This can be found here: http://bugzilla.gnome.org/show_bug.cgi?id=320017 If you are brave please apply this patch to glib and add a line like this: putenv ("G_DEBUG=fatal_criticals"); to gnome-session/gnome-session/main.c at the beginning of main(). I ran into a problem with bug-buddy crashing after doing this on my rawhide system and filed a bug for that here: http://bugzilla.gnome.org/show_bug.cgi?id=320062 Not sure if that will cause problems on other systems, but it made it hard for me to file bugs against anything... There's also an issue where bonobo-activation-server needs to redirect debug output for components to separate pipes so that this ends up in .xsession-errors or the equivalent file for every user. Maybe Federico can chime in with the details on that issue. Happy crashing :-) Cheers Kjartan _______________________________________________ gnome-love mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-love
