On Mon, Nov 19, 2012 at 01:45:16PM +0800, Igor wrote:
> Oops, Willy, this bug still in latest snapshot version, after several
> days testing, I found the old processes still be there in many test
> cases.
Igor, did you enable compression ? Cyril just reported an issue that
was happening on my web site where some old connections remained
stuck, and the issue was in the compression code (which is being
reworked, reason why I'm not really worried).
Otherwise it would help to check the following things :
- netstat -atnp | grep $OLDPID
=> check if some sockets remain on the old process
- generate a core file for this process using gdb :
$ gdb
> attach $OLDPID
> generate-core-file
> detach $OLDPID
> quit
And then please send me the core, the executable and the config file.
Warning, the core will probably contain some private information,
so you certainly don't want to send that publicly to the list !
Thanks,
Willy