$OpenBSD: patch-base_threading_worker_pool_posix_cc,v 1.6 2012/07/10 09:22:34 robert Exp $
--- base/threading/worker_pool_posix.cc.orig	Thu Jun 28 15:01:48 2012
+++ base/threading/worker_pool_posix.cc	Sat Jul  7 09:50:22 2012
@@ -28,7 +28,7 @@ base::LazyInstance<ThreadLocalBoolean>::Leaky
 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:
