andresriancho / w3af

w3af: web application attack and audit framework, the open source web vulnerability scanner.
http://w3af.org/
4.57k stars 1.22k forks source link

w3af_gui GtkWarning - assertion 'child->parent == NULL' failed #11456

Open kwmkwm opened 9 years ago

kwmkwm commented 9 years ago

$ ./collect-sysinfo.py Python 2.7.9 $ ./w3af_console --version w3af - Web Application Attack and Audit Framework Version: 1.7.4 Revision: 1ff61b2110 - 15 Jul 2015 14:50 Branch: master Local changes: No Author: Andres Riancho and the w3af team.

Upon starting the audit, the following error message quickly scrolls by on the console before the expected messages.

w3af/core/ui/gui/reqResViewer.py:184: GtkWarning: gtk_box_pack: assertion 'child->parent == NULL' failed self.pack_start(hbox, False, False, padding=5)

andresriancho commented 9 years ago

Is this stopping you from using the GUI?

kwmkwm commented 9 years ago

The gui seems to work correctly. But I was unsure if there were any features that might be unavailable due to this warning.