Open Bugs | New Bug anonymous
Login/Register

Equi4 SoftwareEdit Bug

Title: PyHead constructor doesn't call _Py_AddToAllObjects in debug build Status: closed
Product: Metakit Severity: major
Version: 2.4.9.3 Type: bug
Assign to: jcw
Platform:
all
Message:

File:
Description:

Messages

2004/11/28
When Py_TRACE_REFS is defined, PyHead::PyHead initializes _ob_next and _ob_prev
to NULL but doesn't call _Py_AddToAllObjects (which adds the object to the global
object list.) Segfaults ensue, on all platforms.
2005/01/07 jcw
Thanks, I've made the suggested change in CVS.

Bug Tracker © 2002 McMillan Enterprises, Inc.