Ticket #159 (closed defect: invalid)
Exception caught by crash reporter
| Reported by: | blue90stang@… | Owned by: | nopper |
|---|---|---|---|
| Priority: | high | Milestone: | Umit 0.9.5 |
| Component: | PacketManipulator | Version: | current svn |
| Keywords: | user crash | Cc: |
Description (last modified by nopper) (diff)
Crash Report
==========
sys.platform win32
os.name nt
PacketManipulator 0.2-RC1
Description
--------------------
Generated traceback:
Versions:
GTK: 2.12.9
PyGTK: 2.14.1
HIGWidgets: < 0.9.5
Python: 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Intel)]
<type 'exceptions.IndexError'>
Python 2.5.2: C:\Program Files\PacketManipulator\PacketManipulator.exe
Tue Sep 23 21:22:55 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:\Users\zeerf\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\PacketManipulator\PacketManipulator in <module>()
C:\Users\zeerf\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\PacketManipulator\PacketManipulator in main(args=[r'C:\Program Files\PacketManipulator\PacketManipulator.exe'])
C:\Users\zeerf\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\PacketManipulator\PM\Gui\Core\App.pyc in __init__(self=<PM.Gui.Core.App.PMApp object at 0x02B76470>)
C:\Users\zeerf\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\PacketManipulator\PM\Gui\Core\MainWindow.pyc in <module>()
C:\Users\zeerf\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\PacketManipulator\PM\Backend\__init__.pyc in <module>()
C:\Users\zeerf\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\PacketManipulator\PM\Backend\Abstract\BaseContext\Static.pyc in <module>()
C:\Users\zeerf\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\PacketManipulator\PM\Backend\Abstract\Context\__init__.pyc in <module>()
C:\Users\zeerf\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\PacketManipulator\PM\Backend\Scapy\__init__.pyc in <module>()
C:\Users\zeerf\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\PacketManipulator\PM\Backend\Scapy\packet.pyc in <module>()
C:\Users\zeerf\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\PacketManipulator\PM\Backend\Scapy\wrapper.pyc in <module>()
C:\Users\zeerf\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\PacketManipulator\scapy.pyc in <module>()
C:\Users\zeerf\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\PacketManipulator\scapy.pyc in load_from_dnet(self={})
C:\Users\zeerf\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\PacketManipulator\scapy.pyc in __init__(self=<NetworkInterface: eth0 None None pcap_name=None win_name=None>, dnetdict={'flags': 32, 'mtu': 0L, 'name': 'eth0', 'type': 1})
C:\Users\zeerf\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\PacketManipulator\scapy.pyc in update(self=<NetworkInterface: eth0 None None pcap_name=None win_name=None>, dnetdict={'flags': 32, 'mtu': 0L, 'name': 'eth0', 'type': 1})
C:\Users\zeerf\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\PacketManipulator\scapy.pyc in _update_pcapdata(self=<NetworkInterface: eth0 None None pcap_name=None win_name=None>)
<type 'exceptions.IndexError'>: list index out of range
__class__ = <type 'exceptions.IndexError'>
__delattr__ = <method-wrapper '__delattr__' of exceptions.IndexError object at 0x02CF0DF0>
__dict__ = {}
__doc__ = 'Sequence index out of range.'
__getattribute__ = <method-wrapper '__getattribute__' of exceptions.IndexError object at 0x02CF0DF0>
__getitem__ = <method-wrapper '__getitem__' of exceptions.IndexError object at 0x02CF0DF0>
__getslice__ = <method-wrapper '__getslice__' of exceptions.IndexError object at 0x02CF0DF0>
__hash__ = <method-wrapper '__hash__' of exceptions.IndexError object at 0x02CF0DF0>
__init__ = <method-wrapper '__init__' of exceptions.IndexError object at 0x02CF0DF0>
__new__ = <built-in method __new__ of type object at 0x1E1CDEF0>
__reduce__ = <built-in method __reduce__ of exceptions.IndexError object at 0x02CF0DF0>
__reduce_ex__ = <built-in method __reduce_ex__ of exceptions.IndexError object at 0x02CF0DF0>
__repr__ = <method-wrapper '__repr__' of exceptions.IndexError object at 0x02CF0DF0>
__setattr__ = <method-wrapper '__setattr__' of exceptions.IndexError object at 0x02CF0DF0>
__setstate__ = <built-in method __setstate__ of exceptions.IndexError object at 0x02CF0DF0>
__str__ = <method-wrapper '__str__' of exceptions.IndexError object at 0x02CF0DF0>
args = ('list index out of range',)
message = 'list index out of range'
The above is a description of an error in a Python program. Here is
the original traceback:
Traceback (most recent call last):
File "PacketManipulator", line 133, in <module>
File "PacketManipulator", line 127, in main
File "PM\Gui\Core\App.pyc", line 70, in __init__
File "PM\Gui\Core\MainWindow.pyc", line 28, in <module>
File "PM\Backend\__init__.pyc", line 34, in <module>
File "PM\Backend\Abstract\BaseContext\Static.pyc", line 22, in <module>
File "PM\Backend\Abstract\Context\__init__.pyc", line 87, in <module>
File "PM\Backend\Scapy\__init__.pyc", line 21, in <module>
File "PM\Backend\Scapy\packet.pyc", line 21, in <module>
File "PM\Backend\Scapy\wrapper.pyc", line 34, in <module>
File "scapy.pyc", line 462, in <module>
File "scapy.pyc", line 425, in load_from_dnet
File "scapy.pyc", line 347, in __init__
File "scapy.pyc", line 361, in update
File "scapy.pyc", line 383, in _update_pcapdata
IndexError: list index out of range
Change History
Note: See
TracTickets for help on using
tickets.
