From b85bdd318b74c0a93e5677d30a903d41894947d0 Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Mon, 30 Jul 2001 15:27:44 +0000 Subject: [PATCH] increase stack size --- src/libCom/misc/ipAddrToAsciiAsynchronous.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libCom/misc/ipAddrToAsciiAsynchronous.cpp b/src/libCom/misc/ipAddrToAsciiAsynchronous.cpp index 97fb7dee3..fc41e40bc 100644 --- a/src/libCom/misc/ipAddrToAsciiAsynchronous.cpp +++ b/src/libCom/misc/ipAddrToAsciiAsynchronous.cpp @@ -21,7 +21,7 @@ epicsMutex ipAddrToAsciiEngine::mutex; ipAddrToAsciiEngine::ipAddrToAsciiEngine ( const char *pName ) : - thread ( * new epicsThread ( *this, pName, 0x1000, epicsThreadPriorityLow ) ), + thread ( * new epicsThread ( *this, pName, 0x2000, epicsThreadPriorityLow ) ), nextId ( 0u ), exitFlag ( false ) { this->thread.start (); // start the thread