Nmap Development mailing list archives

Re: crash report


From: Daniel Miller <bonsaiviking () gmail com>
Date: Thu, 24 Mar 2016 09:50:46 -0500

Thanks for this crash report. It appears that your zenmap.conf file is
corrupted. One of the text colors is not being properly parsed. The format
is comma-separated RGB decimal values within brackets, like so:

    text = [38502, 39119, 0]

You can either try to edit the file (~/.zenmap/zenmap.conf) or just delete
it and it will be restored from defaults.

We are tracking a related bug at http://issues.nmap.org/88 that asserts
that config file corruptions should not crash the Zenmap application.

Dan

On Wed, Mar 23, 2016 at 10:49 AM, xxx xxxx <trash00 () mail ru> wrote:

Version: 7.11
Traceback (most recent call last):
File "/Applications/Zenmap.app/Contents/Resources/bin/zenmap", line 188,
in <module>
zenmapGUI.App.run()
File
"/Applications/Zenmap.app/Contents/Resources/lib/python2.7/site-packages/zenmapGUI/App.py",
line 330, in run
window = new_window()
File
"/Applications/Zenmap.app/Contents/Resources/lib/python2.7/site-packages/zenmapGUI/App.py",
line 187, in new_window
w = ScanWindow()
File
"/Applications/Zenmap.app/Contents/Resources/lib/python2.7/site-packages/zenmapGUI/MainWindow.py",
line 204, in __init__
self.scan_interface = ScanInterface()
File
"/Applications/Zenmap.app/Contents/Resources/lib/python2.7/site-packages/zenmapGUI/ScanInterface.py",
line 209, in __init__
scan_interface=self)
File
"/Applications/Zenmap.app/Contents/Resources/lib/python2.7/site-packages/zenmapGUI/ScanInterface.py",
line 923, in __init__
self.scan_result_notebook = ScanResultNotebook(inventory, scans_store)
File
"/Applications/Zenmap.app/Contents/Resources/lib/python2.7/site-packages/zenmapGUI/ScanInterface.py",
line 969, in __init__
self.__create_widgets(inventory, scans_store)
File
"/Applications/Zenmap.app/Contents/Resources/lib/python2.7/site-packages/zenmapGUI/ScanInterface.py",
line 995, in __create_widgets
self.nmap_output = ScanNmapOutputPage(scans_store)
File
"/Applications/Zenmap.app/Contents/Resources/lib/python2.7/site-packages/zenmapGUI/ScanNmapOutputPage.py",
line 224, in __init__
self.nmap_output = NmapOutputViewer()
File
"/Applications/Zenmap.app/Contents/Resources/lib/python2.7/site-packages/zenmapGUI/NmapOutputViewer.py",
line 152, in __init__
self.__set_text_view()
File
"/Applications/Zenmap.app/Contents/Resources/lib/python2.7/site-packages/zenmapGUI/NmapOutputViewer.py",
line 210, in __set_text_view
[gtk.gdk.Color(*text_color), ]))
ValueError: unable to parse colour specification

_______________________________________________
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: