Nmap Development mailing list archives
Re: Unexpected Error Stack Trace
From: Daniel Miller <bonsaiviking () gmail com>
Date: Mon, 21 Mar 2016 09:23:11 -0500
Eric, Thanks for the bug report! This error crept in when we added window geometry saving to Zenmap. Apparently, we can't store an integer in a ConfigParser instance, so we needed to format it as a string. I pushed a fix in r35718. Dan On Sat, Mar 19, 2016 at 2:41 AM, Eric Gerhardt <ericalangerhardt () gmail com> wrote:
Version: 7.10
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/zenmapGUI/MainWindow.py", line
560, in _load_scan_results_cb
scan_interface = self.get_empty_interface()
File "/usr/lib/python2.7/dist-packages/zenmapGUI/MainWindow.py", line
797, in get_empty_interface
return self._new_scan_cb().scan_interface
File "/usr/lib/python2.7/dist-packages/zenmapGUI/MainWindow.py", line
801, in _new_scan_cb
w = zenmapGUI.App.new_window()
File "/usr/lib/python2.7/dist-packages/zenmapGUI/App.py", line 187, in
new_window
w = ScanWindow()
File "/usr/lib/python2.7/dist-packages/zenmapGUI/MainWindow.py", line
201, in __init__
self.move(window.x, window.y)
File "/usr/lib/python2.7/dist-packages/zenmapCore/UmitConf.py", line
340, in get_x
value = int(self._get_it("x", self.default_x))
File "/usr/lib/python2.7/dist-packages/zenmapCore/UmitConf.py", line
333, in _get_it
return config_parser.get(self.section_name, p_name, default)
File "/usr/lib/python2.7/ConfigParser.py", line 623, in get
return self._interpolate(section, option, value, d)
File "/usr/lib/python2.7/ConfigParser.py", line 663, in _interpolate
if value and "%(" in value:
TypeError: argument of type 'int' is not iterable
--
* Eric Gerhardt*
ericalangerhardt () gmail com
_______________________________________________
Sent through the dev mailing list
https://nmap.org/mailman/listinfo/dev
Archived at http://seclists.org/nmap-dev/
_______________________________________________ Sent through the dev mailing list https://nmap.org/mailman/listinfo/dev Archived at http://seclists.org/nmap-dev/
Current thread:
- Unexpected Error Stack Trace Eric Gerhardt (Mar 20)
- Re: Unexpected Error Stack Trace Daniel Miller (Mar 21)
