FreeBSD Bugzilla – Attachment 149279 Details for
Bug 194942
[patch] devel/glib20 : Fix kqueue deadlock (gnome issue 721074)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
kqueue deadlock fix
glib20.diff (text/plain), 1.32 KB, created by
John Marino
on 2014-11-11 10:12:31 UTC
(
hide
)
Description:
kqueue deadlock fix
Filename:
MIME Type:
Creator:
John Marino
Created:
2014-11-11 10:12:31 UTC
Size:
1.32 KB
patch
obsolete
>Index: devel/glib20/Makefile >=================================================================== >--- devel/glib20/Makefile (revision 372439) >+++ devel/glib20/Makefile (working copy) >@@ -4,7 +4,7 @@ > > PORTNAME= glib > PORTVERSION= 2.36.3 >-PORTREVISION= 4 >+PORTREVISION= 5 > CATEGORIES= devel > MASTER_SITES= GNOME > DIST_SUBDIR= gnome2 >Index: devel/glib20/files/patch-gio_kqueue_kqueue-missing.c >=================================================================== >--- devel/glib20/files/patch-gio_kqueue_kqueue-missing.c (revision 0) >+++ devel/glib20/files/patch-gio_kqueue_kqueue-missing.c (working copy) >@@ -0,0 +1,10 @@ >+--- gio/kqueue/kqueue-missing.c.orig 2013-06-02 23:20:53 UTC >++++ gio/kqueue/kqueue-missing.c >+@@ -68,6 +68,7 @@ _km_add_missing (kqueue_sub *sub) >+ if (g_slist_find (missing_subs_list, sub)) >+ { >+ KM_W ("asked to add %s to missing list but it's already on the list!\n", sub->filename); >++ G_UNLOCK (missing_lock); >+ return; >+ } >+ > >Property changes on: devel/glib20/files/patch-gio_kqueue_kqueue-missing.c >___________________________________________________________________ >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 194942
: 149279