2014-07-29 9:20 GMT+02:00 red0queen <[email protected]>:
> Thanks Henri, I do not know strace.
> I've attach it to the stuck process, it fill me a log file with :
>
> 7562  recv(6, "", 5, 0)                 = 0
> 7562  select(7, [6], NULL, NULL, {2, 0}) = 1 (in [6], left {1, 999998})
> 7562  ioctl(6, FIONREAD, [1])           = 0
> 7562  time(NULL)                        = 1406617706
> 7562  time(NULL)                        = 1406617706
> 7562  select(7, [6], [6], NULL, {1, 0}) = 2 (in [6], out [6], left {0,
> 999998})
> 7562  select(7, [6], NULL, NULL, {2, 0}) = 1 (in [6], left {1, 999999})
> 7562  ioctl(6, FIONREAD, [1])           = 0
> 7562  time(NULL)                        = 1406617706
> 7562  time(NULL)                        = 1406617706
>
> The five last lines are repeated indefinitely.
> It help someone to understand ? because me... no!
>
Well, a bit but it doesn't show as much as I was hoping for. Looks
like this is somewhere in the network communication loop between
scanner & manager (lib/misc/network.c). Can you give a try at gstack
and dump the call stacks of the manager and scanner (gstack <pid>).
I'm not familiat with the master/slave code and logic but it might
give another hint...

Which version of OpenVAS are you running BTW?

Regards

Henri
_______________________________________________
Openvas-discuss mailing list
[email protected]
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

Reply via email to