Nmap Security Scanner
*Intro
*Ref Guide
*Install Guide
*Download
*Changelog
*Book
*Docs
Security Lists
*Nmap Hackers
*Nmap Dev
*Bugtraq
*Full Disclosure
*Pen Test
*Basics
*More
Security Tools
*Pass crackers
*Sniffers
*Vuln Scanners
*Web scanners
*Wireless
*Exploitation
*Packet crafters
*More
Site News
Site Search:
Exploit World
Advertising
About/Contact
Credits
Sponsors:
edgeos

Nmap Development: Re: zenmap as root error

Re: zenmap as root error

From: David Fifield <david_at_bamsoftware.com>
Date: Tue, 22 Apr 2008 12:39:58 -0600

On Tue, Apr 01, 2008 at 10:52:02PM -0300, Guilherme Polo wrote:
> For PyGtk 2.10 and newer, ImportError is actually a warning so the
> code changes a bit:
>
> import warnings
> warnings.filterwarnings('error', module='gtk')
> try:
> import gtk
> except Warning, w:
> print w
> warnings.resetwarnings()

Thanks, Guilherme, I've committed something to this effect. The
segmentation fault seems to have been in PyGTK or GTK itself, and was
somehow caused by creating a bunch of widgets without having a display
to show them on.

David Fifield

_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://SecLists.Org
Received on Apr 22 2008

[ Nmap | Sec Tools | Mailing Lists | Site News | About/Contact | Advertising | Privacy ]