Comment 3 for bug 1908223

Revision history for this message
Stéphane Escaich (stephane54) wrote :

I have the same problem.
With root user only.

$ /usr/bin/nmap -sP 192.168.0,10,11,13.*

nmap: Target.cc:503: void Target::stopTimeOutClock(const timeval*): Assertion `htn.toclock_running == true' failed.
Aborted (core dumped)

It only works when setting "-max-parallelism" to a big value.

$ /usr/bin/nmap -sP -max-parallelism 1000 192.168.0,10,11,13.*