On 2016/04/25 15:11, [email protected] wrote:
> Apr 25 15:01:01 host /bsd: chrome(2929): sysctl 2: 6 19 433940382 -788461926
> 430637056 -255
> Apr 25 15:01:01 host /bsd: chrome(2929): syscall 202 ""
Thanks, this gave an easier way to track it down, I've hit this
but hadn't been able to correlate it with anything failing before.
This might do the trick.
Index: Makefile
===================================================================
RCS file: /cvs/ports/www/chromium/Makefile,v
retrieving revision 1.283
diff -u -p -r1.283 Makefile
--- Makefile 21 Apr 2016 13:52:06 -0000 1.283
+++ Makefile 25 Apr 2016 16:06:02 -0000
@@ -6,6 +6,7 @@ DPB_PROPERTIES= parallel
COMMENT= Chromium browser
V= 50.0.2661.86
+REVISION= 0
DISTNAME= chromium-${V}
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
Index: patches/patch-content_common_sandbox_init_openbsd_cc
===================================================================
RCS file:
/cvs/ports/www/chromium/patches/patch-content_common_sandbox_init_openbsd_cc,v
retrieving revision 1.3
diff -u -p -r1.3 patch-content_common_sandbox_init_openbsd_cc
--- patches/patch-content_common_sandbox_init_openbsd_cc 23 Jan 2016
18:49:31 -0000 1.3
+++ patches/patch-content_common_sandbox_init_openbsd_cc 25 Apr 2016
16:06:02 -0000
@@ -1,7 +1,7 @@
$OpenBSD: patch-content_common_sandbox_init_openbsd_cc,v 1.3 2016/01/23
18:49:31 robert Exp $
---- content/common/sandbox_init_openbsd.cc.orig.port Fri Jan 22 20:01:50 2016
-+++ content/common/sandbox_init_openbsd.cc Sat Jan 23 13:18:46 2016
-@@ -0,0 +1,76 @@
+--- content/common/sandbox_init_openbsd.cc.orig.port Sat Apr 23 22:01:25 2016
++++ content/common/sandbox_init_openbsd.cc Mon Apr 25 17:01:40 2016
+@@ -0,0 +1,77 @@
+/*
+ * Copyright (c) 2016 Robert Nagy <[email protected]>
+ *
@@ -54,7 +54,8 @@ $OpenBSD: patch-content_common_sandbox_i
+ _exit(1);
+ }
+ } else if ((process_type == switches::kPluginProcess) ||
-+ (process_type == switches::kPpapiPluginProcess)) {
++ (process_type == switches::kPpapiPluginProcess) ||
++ (process_type == switches::kUtilityProcess)) {
+ // "cache" the amount of physical memory before pledge(2)
+ {
+ base::SysInfo::AmountOfPhysicalMemoryMB();