Ticket #35 (closed defect: fixed)

Opened 20 months ago

Last modified 17 months ago

Umit Crash - ''HostInfo' object has no attribute '_extraports''

Reported by: jeffreymagloire@… Owned by: boltrix
Priority: high Milestone: Umit 1.0beta1
Component: CrashReport Version: 0.9.5RC1
Keywords: user crash Cc: luis

Description (last modified by boltrix) (diff)

Crash Report ========== sys.platform win32 os.name nt Gtk version 2.12.10 Umit version 0.9.5RC2

Description


<type 'exceptions.AttributeError?'> Python 2.5.2: C:\Program Files (x86)\Umit\umit.exe Fri Jul 11 21:11:19 2008

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

C:\Program Files (x86)\Umit\umitGUI\ScanNotebook?.pyo in verify_execution(self=<ScanNotebookPage? object at 0x364c0d0 (GtkVBox at 0x280b360)>)

C:\Program Files (x86)\Umit\umitGUI\ScanNotebook?.pyo in parse_result(self=<ScanNotebookPage? object at 0x364c0d0 (GtkVBox at 0x280b360)>, file_to_parse=r'c:\users\jeffrey\appdata\local\temp\tmpowslhs')

C:\Program Files (x86)\Umit\umitGUI\ScanNotebook?.pyo in _parse(self=<ScanNotebookPage? object at 0x364c0d0 (GtkVBox at 0x280b360)>, file_to_parse=r'c:\users\jeffrey\appdata\local\temp\tmpowslhs', parsed_result=None)

C:\Program Files (x86)\Umit\umitGUI\ScanNotebook?.pyo in set_host_details(self=<ScanNotebookPage? object at 0x364c0d0 (GtkVBox at 0x280b360)>, host=<umitCore.NmapParser?.HostInfo? object at 0x04295670>)

C:\Program Files (x86)\Umit\umitCore\NmapParser?.pyo in get_filtered_ports(self=<umitCore.NmapParser?.HostInfo? object at 0x04295670>)

C:\Program Files (x86)\Umit\umitCore\NmapParser?.pyo in get_extraports(self=<umitCore.NmapParser?.HostInfo? object at 0x04295670>)

<type 'exceptions.AttributeError?'>: 'HostInfo?' object has no attribute '_extraports'

class = <type 'exceptions.AttributeError?'> delattr = <method-wrapper 'delattr' of exceptions.AttributeError? object at 0x045143F0> dict = {} doc = 'Attribute not found.' getattribute = <method-wrapper 'getattribute' of exceptions.AttributeError? object at 0x045143F0> getitem = <method-wrapper 'getitem' of exceptions.AttributeError? object at 0x045143F0> getslice = <method-wrapper 'getslice' of exceptions.AttributeError? object at 0x045143F0> hash = <method-wrapper 'hash' of exceptions.AttributeError? object at 0x045143F0> init = <method-wrapper 'init' of exceptions.AttributeError? object at 0x045143F0> new = <built-in method new of type object at 0x1E1CDA68> reduce = <built-in method reduce of exceptions.AttributeError? object at 0x045143F0> reduce_ex = <built-in method reduce_ex of exceptions.AttributeError? object at 0x045143F0> repr = <method-wrapper 'repr' of exceptions.AttributeError? object at 0x045143F0> setattr = <method-wrapper 'setattr' of exceptions.AttributeError? object at 0x045143F0> setstate = <built-in method setstate of exceptions.AttributeError? object at 0x045143F0> str = <method-wrapper 'str' of exceptions.AttributeError? object at 0x045143F0> args = ("'HostInfo?' object has no attribute '_extraports'",) message = "'HostInfo?' object has no attribute '_extraports'"

The above is a description of an error in a Python program. Here is the original traceback:

Traceback (most recent call last):

File "umitGUI\ScanNotebook?.pyo", line 632, in verify_execution File "umitGUI\ScanNotebook?.pyo", line 652, in parse_result File "umitGUI\ScanNotebook?.pyo", line 734, in _parse File "umitGUI\ScanNotebook?.pyo", line 1091, in set_host_details File "umitCore\NmapParser?.pyo", line 270, in get_filtered_ports File "umitCore\NmapParser?.pyo", line 162, in get_extraports

AttributeError?: 'HostInfo?' object has no attribute '_extraports'

Attachments

Change History

Changed 20 months ago by boltrix

  • version changed from current svn to 0.9.5RC1
  • description modified (diff)
  • milestone changed from Umit 0.9.5 to Umit 1.0-ALPHA

Changed 19 months ago by luis

  • cc luis added

Reproduce:

Use a 'List Ping Scan' like: nmap -sP 192.168.1.1-5

Changed 19 months ago by luis

Fixed r3628

Changed 17 months ago by luis

  • status changed from new to closed
  • resolution set to fixed

Add/Change #35 (Umit Crash - ''HostInfo' object has no attribute '_extraports'')

Author



Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.