Menu

#2 Fatal Python error: GC object already tracked

open
nobody
None
5
2005-11-17
2005-11-17
Anonymous
No

Apperently python >=2.3 exposes garbage collection
bugs in C python API code.

Setup:
Activestate Python 2.4.2 for windows
egenix-mx-base-2.1.0-2005-05-01.zip
SimpleParse-2.0.1a3.win32.exe

Im not sure if this is a bug in SimpleParse or MxBase

C:\Python24\Lib\site-
packages\simpleparse\tests>python test.py
None :
Word : '[' : jne=+0 : je=+1
'CHARBRACE' :
Word : ']' : jne=+1 : je=+1
'CHARDASH' : Word : '-
' : jne=+1 : je=+1
None : SubTable :
<table> : jne=+2 : je=+1
None : EOF :
1 : jne=-1 : je=+1
'CHARDASH' : Word : '-
' : jne=+1 : je=+1
None :
Word : ']' : jne=+0 : je=+1

mxVersion: ('2', '1', '0')
..............................Fatal Python error: GC
object already tracked

This application has requested the Runtime to
terminate it in an unusual way.
Please contact the application's support team for
more information.

Discussion