Nmap Development mailing list archives
Zenmap 5.36TEST4 crash
From: Henri Doreau <henri.doreau () gmail com>
Date: Sat, 22 Jan 2011 10:06:54 +0100
Hello,
opening an XML scan and pressing scan->print will result in a zenmap
crash with the following traceback:
Traceback (most recent call last):
File "nmap/zenmap/zenmapGUI/MainWindow.py", line 828, in _print_cb
zenmapGUI.Print.run_print_operation(self.scan_interface.inventory, entry)
File "nmap/zenmap/zenmapGUI/Print.py", line 148, in run_print_operation
state = PrintState(inventory, entry)
File "nmap/zenmap/zenmapGUI/Print.py", line 118, in __init__
self.lines = output.splitlines()
AttributeError: 'NoneType' object has no attribute 'splitlines'
The menu item scan->print might stay unavailable when opening a saved
scan as it is already when you start zenmap.
Regards
Henri
_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://seclists.org/nmap-dev/
Current thread:
- Zenmap 5.36TEST4 crash Henri Doreau (Jan 22)
- Re: Zenmap 5.36TEST4 crash David Fifield (Jan 23)
