Skip to content
  • Steven Murray's avatar
    My so say "transparent" addition of the Daemon and Multithreaded daemon classes · e94f4f23
    Steven Murray authored
    actually causes a sgmentation fault for all C++ daemons at run time:
    
    Program received signal SIGSEGV, Segmentation fault.
    0x00002aaaaac89d7f in castor::server::BaseDaemon::addNotifierThreadPool (this=0x7fffffffe350, port=5012)
        at /home/murrayc3/castor/checkout/build/RPM/BUILD/castor-2.1.14-5/castor/server/BaseDaemon.cpp:128
    warning: Source file is more recent than executable.
    128	  m_threadPools['_']->setNbThreads(0)
    
    This commit hopefully fixes the problem.
    e94f4f23