FS#6694 - python: garbage collector issue.

Attached to Project: Arch Linux
Opened by Eric Belanger (Snowman) - Saturday, 24 March 2007, 00:40 GMT
Last edited by Roman Kyrylych (Romashka) - Saturday, 24 March 2007, 13:38 GMT
Task Type Bug Report
Category Packages: Current
Status Closed
Assigned To Jason Chu (jason)
Architecture All
Severity Medium
Priority Normal
Reported Version 0.7.2 Gimmick
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

The presence of:
OPT="${CFLAGS}"
in the make line in the latest python package cause corruptions problems with the garbage collector. This cause the adeslets package in [community] to stop working; all the deslets abort with the following error message:
python: Modules/gcmodule.c:276: visit_decref: Assertion `gc->gc.gc_refs != 0' failed.
Rebuilding python without the OPT="${CFLAGS}" fix the problem.

Thanks
This task depends upon

Closed by  Jan de Groot (JGC)
Saturday, 24 March 2007, 18:28 GMT
Reason for closing:  Fixed

Loading...