always epicsThreadStackBig
on RTEMS at least, c++ code needs the largest standard stack frame size.
This commit is contained in:
@@ -466,7 +466,7 @@ void RPCServer::runInNewThread(int seconds)
|
||||
|
||||
epicsThreadCreate("RPCServer thread",
|
||||
epicsThreadPriorityMedium,
|
||||
epicsThreadGetStackSize(epicsThreadStackSmall),
|
||||
epicsThreadGetStackSize(epicsThreadStackBig),
|
||||
threadRunner, param.get());
|
||||
|
||||
// let the thread delete 'param'
|
||||
|
||||
Reference in New Issue
Block a user