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.
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)