[Xfce-bugs] [Bug 15184] Crash on mount/unmount on FreeBSD 11.2, 12.0, starting from 1.6.16

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Sun May 19 22:56:38 CEST 2019


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

--- Comment #12 from Ivan 83 <rozhuk.im at gmail.com> ---
Nope.

I change to
  if (G_LIKELY (job != NULL))
    {
      g_signal_handlers_disconnect_matched (job, G_SIGNAL_MATCH_DATA, 0, 0,
NULL, NULL, folder);
      g_object_unref (job);
      folder->job = NULL;
    }
and fail late on:
folder->monitor = g_file_monitor_directory (thunar_file_get_file
(folder->corresponding_file)
folder->corresponding_file=0xaaaaaaaaaaaaaaaa

looks like folder already free/reused, but job refer to it.

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


More information about the Xfce-bugs mailing list