i wasn't able to get a backtrace. I tried to run c-icap within gdb but it seems not to listen any more to the reconfigure command sent to the ctl pipe (/var/run/c-icap/c-icap.ctl). (Either the pid file /var/run/c-icap/c-icap.pid is not appearing when running inside the debugger).
I also tried to launch clamav-daemon within gdb and c-icap as a normal service. I this situation, when I send the reconfigure command to the pipe, the c-icap daemon has the segmentation fault into the libLLVM lib but this is not captured by the gdb-ed clamav-daemon. (bt issued to gdb says "No Stack"). I also tried to issue the multi-threaded config to the debugger (thread apply all bt full) with no success, anyway. Any hint on how to collect other useful infos? Regards Luca Il giorno ven, 05/12/2014 alle 14.20 +0100, Mathieu Parent ha scritto: > 2014-12-04 22:21 GMT+01:00 Luca Lanari <lucalanar...@gmail.com>: > > The only debug symbols I can find on the repos is libicapapi0-dbg... > > > > Do You think it could be useful running c-icap under gdb using that? > > Yes, and clamav-dbg > > Regards