1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-28 18:39:03 +00:00

Add a workaround for a mysterious crash under Mac OS X 10.5. If importing the

gtk module raises an exception, attempt to import it once more. For unknown
reasons, in certain circumstances Apple's X11 will reject the first connection
but accept the second and any later connections. It happens when the user has
set DISPLAY in one of his shell startup files, which I think is common for
people who upgraded from 10.4.
This commit is contained in:
david
2008-11-07 20:41:47 +00:00
parent 963e9d8e19
commit f42b6c84c5

View File

@@ -1,5 +1,13 @@
# Nmap Changelog ($Id$); -*-text-*-
o [Zenmap] Added a workaround for a crash
GtkWarning: could not open display
on Mac OS X 10.5. The problem is caused by setting the DISPLAY
environment variable in one of your shell startup files; that
shouldn't be done under 10.5 and removing it will make other
X11-using applications work better. Zenmap will now handle the
situation automatically. [David]
o http-auth.nse now properly checks for default authentication
credentials. A bug prevented it from working before. [Vlatko
Kosturjak]