Hello Anand,
I ran the non-debug version of the server, and when it
shot up to 100%
and stopped logging, I attached to it with strace:
please, can you also try with GDB? The output might be more useful.
# gdb -p `pidof knotd`
...
(gdb) info thread
...
(gdb) thread apply all backtrace
...
(gdb) detach
(gdb) quit
Thanks and Regards,
Jan V.