$OpenBSD: patch-base_threading_worker_pool_posix_cc,v 1.4 2011/12/14 16:58:19 robert Exp $
--- base/threading/worker_pool_posix.cc.orig	Wed Dec  7 09:01:58 2011
+++ base/threading/worker_pool_posix.cc	Tue Dec 13 21:23:11 2011
@@ -22,7 +22,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:
