Nmap Development mailing list archives

Re: Assertion failed in NmapOutputTable::addItem


From: Fyodor <fyodor () insecure org>
Date: Fri, 2 Dec 2005 20:03:03 -0800

On Wed, Oct 26, 2005 at 11:30:47AM +0200, Martin Mačok wrote:
% nmap -vvv -P0 -sUV -p1-165 172.20.18.122
[cut...]
nmap: NmapOutputTable.cc:143: void NmapOutputTable::addItem(unsigned int, unsigned int, bool, const char*, int): 
Assertion `row < numRows' failed.

That is no good.  Could you try to reproduce this (ideally with
3.94ALPHA1) in gdb?  If you could get a backtrace, ideally including
the arguments passed to addItem, that would be extremely helpful.
addItem() is called 35 times from output.cc, so it is very hard to
guess which one is the problem.  For gdb to work properly, you may
need to compile by source and edit 'Makefile' to remove the -O2 prior
to executing 'make'.

Thanks,
Fyodor


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

Current thread: