[issue27277] Fatal Python error: Segmentation fault in test_exceptions

Rohit Mediratta report at bugs.python.org
Fri Jun 10 02:54:16 EDT 2016


Rohit Mediratta added the comment:

Debugged with gdb and found the following


(gdb) run ../coveragepy/ run --pylib Lib/test/regrtest.py  test_exceptions 
Starting program: /local/romedira/pydev/cpython/python ../coveragepy/ run --pylib Lib/test/regrtest.py  test_exceptions
[Thread debugging using libthread_db enabled]
Run tests sequentially
0:00:00 [1/1] test_exceptions

Program received signal SIGSEGV, Segmentation fault.
0x00000000005bf1e8 in PyEval_EvalFrameEx (f=Cannot access memory at address 0x7fffff7fd438
) at Python/ceval.c:798
798	{
Missing separate debuginfos, use: debuginfo-install glibc-2.12-1.80.el6_3.6.x86_64 keyutils-libs-1.4-4.el6.x86_64 krb5-libs-1.9-33.el6_3.3.x86_64 libcom_err-1.41.12-12.el6.x86_64 libselinux-2.0.94-5.3.el6.x86_64 openssl-1.0.1e-16.el6_5.1.x86_64 zlib-1.2.3-29.el6.x86_64

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27277>
_______________________________________


More information about the Python-bugs-list mailing list