openbsd-ports/www/chromium/patches/patch-base_process_util_posix_cc
espie ae6e8f236b late update to chromium 9, robert@ did the work, but he doesn't have the
time right now.
Tree is still locked!
Reasons for the update:
- good work that can be used now
- only builds on i386/amd64, and they're fast
- multiple security problems in old chrome
- old chrome half working, can't break it more than it was.

This one requires resources (see MESSAGE), but it's ways more stable.

Again, discussed with sthen@, jasper@, naddy@, miod@
2011-02-08 09:43:02 +00:00

18 lines
717 B
Plaintext

$OpenBSD: patch-base_process_util_posix_cc,v 1.1 2011/02/08 09:43:02 espie Exp $
--- base/process_util_posix.cc.orig Fri Jan 21 10:20:15 2011
+++ base/process_util_posix.cc Sun Jan 23 23:27:31 2011
@@ -101,11 +101,11 @@ int WaitpidWithTimeout(ProcessHandle handle, int64 wai
return status;
}
-void StackDumpSignalHandler(int signal, siginfo_t* info, ucontext_t* context) {
+void StackDumpSignalHandler(int signal, siginfo_t* info /*, ucontext_t* context */) {
LOG(ERROR) << "Received signal " << signal;
debug::StackTrace().PrintBacktrace();
- // TODO(shess): Port to Linux.
+ // TODO(shess): Port to Linux and OpenBSD.
#if defined(OS_MACOSX)
// TODO(shess): Port to 64-bit.
#if ARCH_CPU_32_BITS