Message268097
| Author |
Rohit Mediratta |
| Recipients |
Rohit Mediratta |
| Date |
2016年06月10日.06:54:16 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1465541656.94.0.635235282099.issue27277@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
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 |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2016年06月10日 06:54:17 | Rohit Mediratta | set | recipients:
+ Rohit Mediratta |
| 2016年06月10日 06:54:16 | Rohit Mediratta | set | messageid: <1465541656.94.0.635235282099.issue27277@psf.upfronthosting.co.za> |
| 2016年06月10日 06:54:16 | Rohit Mediratta | link | issue27277 messages |
| 2016年06月10日 06:54:16 | Rohit Mediratta | create |
|