MathWebSearch / mws

MathWebSearch Implementation
https://search.mathweb.org/
GNU General Public License v3.0
47 stars 12 forks source link

mwsd does not exit while loading #64

Closed cprodescu closed 10 years ago

cprodescu commented 10 years ago

setup_signals() sets up the signal handler, but the behavior is to just set sigQuit, which will cause the program to exit only after loading. Hence, setup_signals() needs to happen after loading (but still before microhttpd startAsync).