Nmap Development mailing list archives

NMAP 6.46 backtrace


From: jeff johann <jjohann () comcast net>
Date: Thu, 10 Jul 2014 23:50:40 -0400

I downloaded the NMAP 6.46 source tarball today and compiled it on a up
to date CENTOS 6.5 system. (This was an update to an older version of
NMAP, V6.40 which did work correctly) While scanning my network with any
of the standard scans I have the crash described below:   

Version: 6.46
Traceback (most recent call last):
  File
"/usr/local/lib/python2.6/site-packages/zenmapGUI/ScanInterface.py",
line 597, in verify_execution
    self.load_from_command(scan)
  File
"/usr/local/lib/python2.6/site-packages/zenmapGUI/ScanInterface.py",
line 613, in load_from_command
    parsed.parse_file(command.get_xml_output_filename())
  File
"/usr/local/lib/python2.6/site-packages/zenmapCore/NmapParser.py", line
799, in parse_file
    self.parse(f)
  File
"/usr/local/lib/python2.6/site-packages/zenmapCore/NmapParser.py", line
793, in parse
    self.parser.parse(f)
  File "/usr/lib64/python2.6/site-packages/_xmlplus/sax/expatreader.py",
line 109, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/lib64/python2.6/site-packages/_xmlplus/sax/xmlreader.py",
line 123, in parse
    self.feed(buffer)
  File "/usr/lib64/python2.6/site-packages/_xmlplus/sax/expatreader.py",
line 216, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/lib64/python2.6/site-packages/_xmlplus/sax/expatreader.py",
line 311, in start_element
    self._cont_handler.startElement(name, AttributesImpl(attrs))
  File
"/usr/local/lib/python2.6/site-packages/zenmapCore/NmapParser.py", line
953, in startElement
    self._parse_nmaprun(attrs)
  File
"/usr/local/lib/python2.6/site-packages/zenmapCore/NmapParser.py", line
807, in _parse_nmaprun
    if self._nmap_output is None and "nmap_output" in attrs:
  File "/usr/lib64/python2.6/site-packages/_xmlplus/sax/xmlreader.py",
line 316, in __getitem__
    return self._attrs[name]
KeyError: 0


_______________________________________________
Sent through the dev mailing list
http://nmap.org/mailman/listinfo/dev
Archived at http://seclists.org/nmap-dev/


Current thread: