pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

webkit-gtk: Update TODO about SOCKET_TYPE suggestion (not a workaround)



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Thu Oct 5 11:01:26 2017 +0200
Changeset:	a3ac1175fb6b669b1bb31e10cb6a2b31c2db236f

Modified Files:
	webkit-gtk/TODO

Log Message:
webkit-gtk: Update TODO about SOCKET_TYPE suggestion (not a workaround)

While changing the SOCKET_TYPE to SOCK_STREAM seemed to silence the errors it
then provoked several crashes after 2 weeks of use via luakit, so that's
probably a not good workaround and the real problem needs to be investigated.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a3ac1175fb6b669b1bb31e10cb6a2b31c2db236f

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 webkit-gtk/TODO | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diffs:
diff --git a/webkit-gtk/TODO b/webkit-gtk/TODO
index 7e3d640375..06c7238098 100644
--- a/webkit-gtk/TODO
+++ b/webkit-gtk/TODO
@@ -10,6 +10,4 @@
   Source/WebKit2/Platform/IPC/unix/ConnectionUnix.cpp:Connection::sendOutputMessage()
   ...and the process program is WebKitNetworkPro.
 
-  Changing default SOCKET_TYPE to `SOCK_STREAM' seems to fix that (so treating
-  NetBSD like Darwin!) seems to fix this issue.
-    -- leot (2017/09/16)
+    -- leot (2017/10/05)


Home | Main Index | Thread Index | Old Index