[Bug 199872] devel/glib20 Apps using glib 2.42.2 crashing with 'pthread_mutex_lock' abort
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Nov 20 21:42:00 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199872
--- Comment #13 from Vladimir Kondratyev <wulf at cicgroup.ru> ---
(In reply to Tobias Kortkamp from comment #12)
> I'm also unable to trigger crashes intentionally.
I use inotify as gio backend for more than year w/o any issues.
But this patch has one drawback - it unconditionally disables watching for file
content modifications in watched directories with removing of IN_MODIFY,
IN_ATTRIB and IN_CLOSE_WRITE flags from inotify_add_watch() arguments.
Right way IMO is to leave this flags for local directories and remove it for
watching for network mounts and removable devices. Something similar is done
for native kqueue gio backend but not for inotify:
https://github.com/GNOME/glib/blob/master/gio/kqueue/kqueue-exclusions.c
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-gnome
mailing list