xfce-mcs-manager crashes every time when run. (and xfce-settings-show exits "normally" but without any message. Is this caused by missing mcs-manager? I've also accidentaly ;) crashed panel and desktop, but i havent managed to repeat these.) I'm using gtk-2.4.9_1. gdb backtrace is here... (gdb) run Starting program: /tmx/bin/xfce-mcs-manager (process:99320): Gtk-WARNING **: Locale not supported by C library. Using the fallback 'C' locale. Program received signal SIGBUS, Bus error. 0x2867f223 in g_markup_parse_context_parse () from /usr/local/lib/libglib-2.0.so.400 (gdb) where #0 0x2867f223 in g_markup_parse_context_parse () from /usr/local/lib/libglib-2.0.so.400 #1 0x2807aa3e in mcs_manager_add_channel_from_file (manager=0x805dc40, channel_name=0x28b35f0f "xffm", filename=0x809f300 "/") at mcs-manager.c:1076 #2 0x28b345c4 in mcs_plugin_init (mp=0x80a4700) at xffm_settings_dialog.c:198 #3 0x0804a107 in plugin_load_all () at xfce-mcs-manager.c:129 #4 0x0804a513 in main (argc=1, argv=0xbfbfe990) at xfce-mcs-manager.c:347 (gdb) finish Run till exit from #0 0x2867f223 in g_markup_parse_context_parse () from /usr/local/lib/libglib-2.0.so.400 Program terminated with signal SIGBUS, Bus error. The program no longer exists.
Do you get the same crash on FreeBSD-5.2.1 or is it just 5.3?
Oops. Apparently there is a horrible typo in xffm_settings_dialog.c which causes a segv condition. Please update your CVS tree for xffm and recompile and install the directory plugin-mcs. I believe the problem should be now fixed.
OK :)