Menu

#18 'an integer is required' exception

open
nobody
None
5
2004-06-23
2004-06-23
No

When running CUTE (compiled with python 2.3) on FreeBSD 4.
9-STABLE, exiting CUTE will produce the following message:

Exception exceptions.TypeError: 'an integer is required' in 'garbage
collection' ignored
Fatal Python error: unexpected exception during garbage collection
Abort trap (core dumped)

the backtrace from the core dump is:

(gdb) backtrace
#0 0x28ce3738 in kill () from /usr/lib/libc_r.so.4
#1 0x28d417fc in abort () from /usr/lib/libc_r.so.4
#2 0x2841bab5 in Py_FatalError () from /usr/local/lib/libpython2.3.so
#3 0x28423536 in Py_GetArgcArgv () from /usr/local/lib/libpython2.3.
so
#4 0x2842377c in PyGC_Collect () from /usr/local/lib/libpython2.3.so
#5 0x2841a3c4 in Py_Finalize () from /usr/local/lib/libpython2.3.so
#6 0x80b67d0 in main ()
#7 0x8061ed1 in _start ()

Discussion


Log in to post a comment.