pkgsrc-WIP-changes archive

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

webkit-gtk: Document a possible issue that needs forthuer investigation



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Mon Sep 11 14:59:11 2017 +0200
Changeset:	3a37033a952869a820f3574b99437f6b50666ed4

Modified Files:
	webkit-gtk/TODO

Log Message:
webkit-gtk: Document a possible issue that needs forthuer investigation

  After using any webkit-gtk browser on - at least NetBSD/amd64 8.99.1 there are
  errors of the following forms:

   Error sending IPC message: Message too long

  ...according a quick grep the code path involved seems in
  Source/WebKit2/Platform/IPC/unix/ConnectionUnix.cpp:Connection::sendOutputMessage()
  ...and the process program is WebKitNetworkPro.

This is reproducible at least with wip/luakit and wip/surf2.

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

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

diffstat:
 webkit-gtk/TODO | 10 ++++++++++
 1 file changed, 10 insertions(+)

diffs:
diff --git a/webkit-gtk/TODO b/webkit-gtk/TODO
index f7441dcd58..f81986412e 100644
--- a/webkit-gtk/TODO
+++ b/webkit-gtk/TODO
@@ -1,2 +1,12 @@
 - Should we install stuffs installed in ${PREFIX}/libexec/webkit2gtk-4.0/ in ${PREFIX}/bin/
   instead (at least MiniBrowser and eventually jsc?)
+
+- After using any webkit-gtk browser on - at least NetBSD/amd64 8.99.1 there are
+  errors of the following forms:
+
+   Error sending IPC message: Message too long
+  
+  ...according a quick grep the code path involved seems in
+  Source/WebKit2/Platform/IPC/unix/ConnectionUnix.cpp:Connection::sendOutputMessage()
+  ...and the process program is WebKitNetworkPro.
+    -- leot (2017/09/11)


Home | Main Index | Thread Index | Old Index