Nmap Development mailing list archives

Re: crash zenmap[


From: Daniel Miller <bonsaiviking () gmail com>
Date: Sun, 1 Jun 2014 11:48:43 -0500

Michael,

Thank you for this bug report. This crash is caused by an old and
unsupported Python library, PyXML. If you can uninstall it, Zenmap will
work again. Alternatively, we have applied a workaround in the latest
development version which ought to work. You can find the workaround in
this thread: http://seclists.org/nmap-dev/2014/q2/320

Dan


On Sun, May 25, 2014 at 6:38 AM, Michael Lewinger <support () mbrcomp com>
wrote:

Version: 6.46
Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/zenmapGUI/ScanInterface.py", line
597, in verify_execution
    self.load_from_command(scan)
  File "/usr/lib/python2.6/site-packages/zenmapGUI/ScanInterface.py", line
613, in load_from_command
    parsed.parse_file(command.get_xml_output_filename())
  File "/usr/lib/python2.6/site-packages/zenmapCore/NmapParser.py", line
799, in parse_file
    self.parse(f)
  File "/usr/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/lib/python2.6/site-packages/zenmapCore/NmapParser.py", line
953, in startElement
    self._parse_nmaprun(attrs)
  File "/usr/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/
_______________________________________________
Sent through the dev mailing list
http://nmap.org/mailman/listinfo/dev
Archived at http://seclists.org/nmap-dev/

Current thread: