[Xfce-bugs] [Bug 11307] Segfault when trying to logout/shutdown through the logout dialog

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Tue Nov 18 09:46:47 CET 2014


https://bugzilla.xfce.org/show_bug.cgi?id=11307

--- Comment #3 from Steve Dodier-Lazaro <sidnioulz at gmail.com> ---
Hi Thomas,

Thanks, I've bumped the developers about the patch waiting for review on bug
7930.

I've had a look at the Xfce4 session code and it seems to be doing things
properly. The bug is probably in an underlying Xfce library that takes care of
configuration files.

To the developers:

xfsm_manager_store_session contains the following code, so if the behaviour
reported by Thomas can be confirmed/reproduced the bug is likely in
xfce_rc_simple_open (or I've missed the relevant code path):

  rc = xfce_rc_simple_open (manager->session_file, FALSE);
  if (G_UNLIKELY (rc == NULL))
    {
      fprintf (stderr,
               "xfce4-session: Unable to open session file %s for "
               "writing. Session data will not be stored. Please check "
               "your installation.\n",
               manager->session_file);
      return;
    }

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Xfce-bugs mailing list