Blame SOURCES/wvstreams-4.6.1-fix-stack-size.patch

3548f6
diff --git a/utils/wvtask.cc b/utils/wvtask.cc
3548f6
index 9b0444c..628dc45 100644
3548f6
--- a/utils/wvtask.cc
3548f6
+++ b/utils/wvtask.cc
3548f6
@@ -430,7 +430,7 @@ void WvTaskMan::_stackmaster()
3548f6
 	    total = (val+1) * (size_t)1024;
3548f6
 	    
3548f6
             if (!use_shared_stack())
3548f6
-                total = 1024; // enough to save the do_task stack frame
3548f6
+                total = 2048; // enough to save the do_task stack frame
3548f6
 
3548f6
 	    // set up a stack frame for the new task.  This runs once
3548f6
 	    // per get_stack.