Segmentation fault
Brought to you by:
ewald-arnold
as I understand destructor of class ulxr::MultiThreadRpcServer do not check some variables inside
~MultiThreadRpcServer()
{
...
waitAsync(...)
{
for (i ...)
pthread_join(threads[i]->getHandle(), &status)
where threads[i]->getHandle() return 0... because it is not initialized yet
and as result have
Segmentation fault
test code to demo error