always epicsThreadStackBig
on RTEMS at least, c++ code needs the largest standard stack frame size.
This commit is contained in:
@@ -48,7 +48,7 @@ void PutDoneThread::start()
|
||||
thread = std::tr1::shared_ptr<epicsThread>(new epicsThread(
|
||||
*this,
|
||||
"putDoneThread",
|
||||
epicsThreadGetStackSize(epicsThreadStackSmall),
|
||||
epicsThreadGetStackSize(epicsThreadStackBig),
|
||||
epicsThreadPriorityLow));
|
||||
thread->start();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user