Nmap Development mailing list archives

Re: Nmap on RedHat


From: Andreas Ericsson <ae () op5 se>
Date: Wed, 23 Nov 2005 15:18:43 +0100

Derwael Patrick wrote:
Hi all
 
I have just installed nmap 3.93-1 on my RedHat 9 - Shrike
 
When trying to use nmap on a PC from my LAN, I get the following
message:
 
[root@shrike root]# nmap -sT -v -O 10.1.6.132
 
Starting nmap 3.91 ( http://www.insecure.org/nmap/
<http://www.insecure.org/nmap/>  ) at 2005-11-23 15:18 CET
Initiating ARP Ping Scan against 10.1.6.132 [1 port] at 15:18
caught SIGSEGV signal, cleaning up
Aborted
[root@shrike root]# 
 
 
Could someone tell me what is going wrong ?


The nmap on your system either tries to write to a memory segment marked 
read-only, or is trying to read from a memory segment that doesn't 
belong to it.

The kernel doesn't like that, so it sends the offending process (nmap, 
in this case) a segmentation violation signal (SIGSEGV), which roughly 
translates to a good kick in the fracas for fondling someone elses 
girlfriend. The fracas being sensitive and the kernel being mighty, this 
means an early night for nmap.

-- 
Andreas Ericsson                   andreas.ericsson () op5 se
OP5 AB                             www.op5.se
Tel: +46 8-230225                  Fax: +46 8-230231


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


Current thread: