commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r10548 - openbts/trunk/CommonLibs


From: jcorgan
Subject: [Commit-gnuradio] r10548 - openbts/trunk/CommonLibs
Date: Mon, 2 Mar 2009 12:05:24 -0700 (MST)

Author: jcorgan
Date: 2009-03-02 12:05:23 -0700 (Mon, 02 Mar 2009)
New Revision: 10548

Modified:
   openbts/trunk/CommonLibs/Threads.h
Log:
Apply stack size fix from Fabian Uehlin

Modified: openbts/trunk/CommonLibs/Threads.h
===================================================================
--- openbts/trunk/CommonLibs/Threads.h  2009-03-02 00:38:49 UTC (rev 10547)
+++ openbts/trunk/CommonLibs/Threads.h  2009-03-02 19:05:23 UTC (rev 10548)
@@ -120,7 +120,7 @@
 
        pthread_t mThread;
        pthread_attr_t mAttrib;
-       const static size_t mStackSize=65536;
+       const static size_t mStackSize=4*65536;
        
 
        public:





reply via email to

[Prev in Thread] Current Thread [Next in Thread]