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