> On Tue, Feb 05, 2002 at 10:01:27AM +0200, Osmo Paananen wrote:
> > all of the threads seem to be doing something like this:
> > send(15, "s:a:123.123.123.123:352:630\n", 28, 0 <unfinished ...>
> > (123.123.123.123 probably represents ip address to be scanned)
> > Any ideas? 
> You might want to use 1.1.13, I fixed a potential deadlock in it.

It didn't help.

It may be possible that you hit something tough.  This time nessus
hangs in a different system call.

most threads are doing this:
select(30, NULL, [29], NULL, {0, 460000}) = 0 (Timeout)
select(30, NULL, [29], NULL, {1, 0})    = 0 (Timeout)

and one is doing this:

select(10, [9], NULL, NULL, {0, 30000}) = 0 (Timeout)
gettimeofday({1012987479, 952260}, NULL) = 0
wait4(3470, NULL, WNOHANG, NULL)        = 0
kill(3470, SIG_0)                       = 0
wait4(0, NULL, WNOHANG, NULL)           = 0



I'll try to test this with smaller number of addresses / scan, but
I really would like to solve this issue.


Any ideas how large address pools nessus can handle withouth hanging?

-- 
  Osmo Paananen <[EMAIL PROTECTED]>            Tel: +358 2040 72263
  Systems specialist, Sonera Juxto / Internet Service Production


Reply via email to