Nmap Development mailing list archives

Re: Assertion failure in nsock_core


From: Joao Correa <joao () livewire com br>
Date: Mon, 13 Jul 2009 13:31:51 -0300

I'm going through a similar problem here. I've tested it on two
different systems:

Ubuntu Linux:
==============================

lvwr@ubuntu:~$ nmap scanme.nmap.com -p80

Starting Nmap 4.90RC2 ( http://nmap.org ) at 2009-07-07 07:57 BRT
nmap: nsock_core.c:139: socket_count_zero: Assertion
`iod->events_pending == 1' failed.
Aborted
lvwr@ubuntu:~$ uname -rv
2.6.28-13-generic #45-Ubuntu SMP Tue Jun 30 19:49:51 UTC 2009

==============================

Mac OS X 10.5:
==============================
livewire:nmap joao$ nmap scanme.nmap.com -p80

Starting Nmap 4.90RC2 ( http://nmap.org ) at 2009-07-13 13:29 BRT
Assertion failed: (iod->events_pending == 1), function
socket_count_zero, file nsock_core.c, line 139.
Abort trap
livewire:nmap joao$ uname -rv
9.7.0 Darwin Kernel Version 9.7.0: Tue Mar 31 22:52:17 PDT 2009;
root:xnu-1228.12.14~1/RELEASE_I386
livewire:nmap joao$
===============================

On Mon, Jul 13, 2009 at 12:52 PM, Andrew Whatson<whatson () gmail com> wrote:
Hi,

I seem to be getting an error when performing any scan with nmap
compiled off the latest svn (r14230).

The hosts on .1 and .2 are definitely up and ping fine - this seems to
be a bug introduced in Monday's commits.

I'm running ubuntu 2.6.31-2-generic x86_64 (karmic).

Andrew

==========
# nmap -v -sP 192.168.1.*

Starting Nmap 4.90RC2 ( http://nmap.org ) at 2009-07-14 01:41 EST
NSE: Loaded 0 scripts for scanning.
Initiating ARP Ping Scan at 01:41
Scanning 3 hosts [1 port/host]
Completed ARP Ping Scan at 01:41, 0.23s elapsed (3 total hosts)
Host 192.168.1.0 is down.
Host 192.168.1.1 is down.
Host 192.168.1.2 is down.
Initiating Parallel DNS resolution of 1 host. at 01:41
nmap: nsock_core.c:139: socket_count_zero: Assertion
`iod->events_pending == 1' failed.
Aborted
==========

_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://SecLists.Org


_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://SecLists.Org


Current thread: