Ticket #346 (closed defect: invalid)
Umit Crash - 'integer division or modulo by zero'
| Reported by: | test | Owned by: | boltrix |
|---|---|---|---|
| Priority: | medium | Milestone: | Umit 1.0RC |
| Component: | CrashReport | Version: | current svn |
| Keywords: | user crash | Cc: |
Description (last modified by luis) (diff)
Crash Report
==========
sys.platform win32
os.name nt
Gtk version 2.16.1
Umit version 1.0beta3
Description
Versions:
---
GTK: 2.16.1
PyGTK: 2.14.1
HIGWidgets: 1.0beta1
Python: 2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC v.1310 32 bit (Intel)]
Nmap: Nmap version 5.00 ( http://nmap.org )
Operating System: XP 5.1.2600 SP2 Multiprocessor Free
Umit: 1.0beta3
UmitCore: 1.0beta3
UmitGUI: 1.0beta3
---
<type 'exceptions.ZeroDivisionError'>
Python 2.5.4: E:\UmitTemp\dist\umit.exe
Sun Jul 26 15:19:49 2009
A problem occurred in a Python script. Here is the sequence of
function calls leading up to the error, in the order they occurred.
E:\UmitTemp\dist\umit\gui\MainWindow.pyo in _show_about_cb(self=<MainWindow object at 0x133f378 (GtkWindow at 0xd4b180)>, widget=<gtk.Action object at 0xaede40 (GtkAction at 0xd18cb0)>)
E:\UmitTemp\dist\umit\gui\About.pyo in __init__(self=<About object at 0x1d52eb8 (GtkWindow at 0x17d22e0)>)
<type 'exceptions.ZeroDivisionError'>: integer division or modulo by zero
__class__ = <type 'exceptions.ZeroDivisionError'>
__delattr__ = <method-wrapper '__delattr__' of exceptions.ZeroDivisionError object at 0x01D52FA8>
__dict__ = {}
__doc__ = 'Second argument to a division or modulo operation was zero.'
__getattribute__ = <method-wrapper '__getattribute__' of exceptions.ZeroDivisionError object at 0x01D52FA8>
__getitem__ = <method-wrapper '__getitem__' of exceptions.ZeroDivisionError object at 0x01D52FA8>
__getslice__ = <method-wrapper '__getslice__' of exceptions.ZeroDivisionError object at 0x01D52FA8>
__hash__ = <method-wrapper '__hash__' of exceptions.ZeroDivisionError object at 0x01D52FA8>
__init__ = <method-wrapper '__init__' of exceptions.ZeroDivisionError object at 0x01D52FA8>
__new__ = <built-in method __new__ of type object at 0x1E1CE818>
__reduce__ = <built-in method __reduce__ of exceptions.ZeroDivisionError object at 0x01D52FA8>
__reduce_ex__ = <built-in method __reduce_ex__ of exceptions.ZeroDivisionError object at 0x01D52FA8>
__repr__ = <method-wrapper '__repr__' of exceptions.ZeroDivisionError object at 0x01D52FA8>
__setattr__ = <method-wrapper '__setattr__' of exceptions.ZeroDivisionError object at 0x01D52FA8>
__setstate__ = <built-in method __setstate__ of exceptions.ZeroDivisionError object at 0x01D52FA8>
__str__ = <method-wrapper '__str__' of exceptions.ZeroDivisionError object at 0x01D52FA8>
args = ('integer division or modulo by zero',)
message = 'integer division or modulo by zero'
The above is a description of an error in a Python program. Here is
the original traceback:
Traceback (most recent call last):
File "umit\gui\MainWindow.pyo", line 1098, in _show_about_cb
File "umit\gui\About.pyo", line 42, in __init__
ZeroDivisionError: integer division or modulo by zero
Change History
Note: See
TracTickets for help on using
tickets.
