$OpenBSD: patch-base_threading_worker_pool_posix_cc,v 1.1 2011/03/15 11:38:05 robert Exp $
--- base/threading/worker_pool_posix.cc.orig	Mon Mar 14 11:02:59 2011
+++ base/threading/worker_pool_posix.cc	Mon Mar 14 11:03:08 2011
@@ -19,7 +19,7 @@ namespace {
 const int kIdleSecondsBeforeExit = 10 * 60;
 // A stack size of 64 KB is too small for the CERT_PKIXVerifyCert
 // function of NSS because of NSS bug 439169.
-const int kWorkerThreadStackSize = 128 * 1024;
+const int kWorkerThreadStackSize = 256 * 1024;
 
 class WorkerPoolImpl {
  public:
