This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author guojiahua
Recipients Yang Ke, asvetlov, balloob, fdrake, guojiahua, gvanrossum, larry, ned.deily, pitrou, tim.peters, vstinner, xiang.zhang
Date 2016-10-03.11:28:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475494093.04.0.596485204146.issue26617@psf.upfronthosting.co.za>
In-reply-to
Content
Hi asvetlov, debug mode of python interpreter should be enabled to reproduce this bug, cause assertion is disabled in release mode.
(https://hg.python.org/cpython/file/104259/Modules/gcmodule.c#l365)

One environment that can reproduce this bug:

$ cat /etc/issue
Ubuntu 14.04.3 LTS \n \l

$ uname -r
3.13.0-32-generic

$ uname -m
x86_64

$ dpkg -s python3.4-dbg | grep Version
Version: 3.4.3-1ubuntu1~14.04.4

$ python3.4-dbg crash.py
python3.4-dbg: ../Modules/gcmodule.c:364: update_refs: Assertion `((gc)->gc.gc_refs >> (1)) != 0' failed.
Aborted
History
Date User Action Args
2016-10-03 11:28:13guojiahuasetrecipients: + guojiahua, gvanrossum, tim.peters, fdrake, pitrou, vstinner, larry, ned.deily, asvetlov, xiang.zhang, Yang Ke, balloob
2016-10-03 11:28:13guojiahuasetmessageid: <1475494093.04.0.596485204146.issue26617@psf.upfronthosting.co.za>
2016-10-03 11:28:13guojiahualinkissue26617 messages
2016-10-03 11:28:12guojiahuacreate