Nmap Development mailing list archives
Stack Trace
From: Michael Owens via dev <dev () nmap org>
Date: Tue, 08 Jan 2019 00:18:53 +0000
Good evening,
Here is a stack trace from a NMAP crash as I was starting to start the application.
Version: 7.70SVN
Traceback (most recent call last):
File "/usr/local/bin/zenmap", line 195, in <module>
zenmapGUI.App.run()
File "/usr/local/lib/python2.7/dist-packages/zenmapGUI/App.py", line 358, in run
window = new_window()
File "/usr/local/lib/python2.7/dist-packages/zenmapGUI/App.py", line 195, in new_window
w = ScanWindow()
File "/usr/local/lib/python2.7/dist-packages/zenmapGUI/MainWindow.py", line 212, in __init__
self.scan_interface = ScanInterface()
File "/usr/local/lib/python2.7/dist-packages/zenmapGUI/ScanInterface.py", line 210, in __init__
self.__create_toolbar()
File "/usr/local/lib/python2.7/dist-packages/zenmapGUI/ScanInterface.py", line 336, in __create_toolbar
self.toolbar = ScanToolbar()
File "/usr/local/lib/python2.7/dist-packages/zenmapGUI/ScanToolbar.py", line 178, in __init__
self._create_profile()
File "/usr/local/lib/python2.7/dist-packages/zenmapGUI/ScanToolbar.py", line 212, in _create_profile
self.profile_entry = ProfileCombo()
File "/usr/local/lib/python2.7/dist-packages/zenmapGUI/ProfileCombo.py", line 144, in __init__
self.update()
File "/usr/local/lib/python2.7/dist-packages/zenmapGUI/ProfileCombo.py", line 156, in update
profile = CommandProfile()
File "/usr/local/lib/python2.7/dist-packages/zenmapCore/UmitConf.py", line 426, in __init__
Profile.__init__(self, user_profile)
File "/usr/local/lib/python2.7/dist-packages/zenmapCore/UmitConf.py", line 266, in __init__
user_profile = Path.scan_profile
File "/usr/local/lib/python2.7/dist-packages/zenmapCore/Paths.py", line 231, in __getattr__
join(self.user_config_dir, base_paths[name]))
File "/usr/local/lib/python2.7/dist-packages/zenmapCore/Paths.py", line 289, in return_if_exists
raise Exception("File '%s' does not exist or could not be found!" % path)
Exception: File '/home/owensm/.zenmap/scan_profile.usp' does not exist or could not be found!
Regards,
Mike
Sent with [ProtonMail](https://protonmail.com) Secure Email._______________________________________________ Sent through the dev mailing list https://nmap.org/mailman/listinfo/dev Archived at http://seclists.org/nmap-dev/
Current thread:
- Stack Trace Michael Owens via dev (Jan 08)
