Message300689
| Author |
vstinner |
| Recipients |
brett.cannon, vstinner |
| Date |
2017年08月22日.13:06:50 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1503407210.25.0.53701100002.issue31217@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
I succeeded to reproduce a leak on the x86 Gentoo Refleaks 3.x buildbot using the following command. I'm unable to reproduce the bug on my Fedora 25.
pydev@stormageddon ~/cpython $ ./python -m test -R 3:3 -j1 -m test.test_code.CoExtra.test_free_different_thread test_code -F
Run tests in parallel using 1 child processes
0:00:00 load avg: 2.26 [ 1/1] test_code failed
beginning 6 repetitions
123456
......
test_code leaked [1, 1, 1] memory blocks, sum=3
0:00:01 load avg: 2.26 [ 2/2] test_code failed
beginning 6 repetitions
123456
......
test_code leaked [1, 1, 1] memory blocks, sum=3
2 tests failed:
test_code test_code
Total duration: 2 sec
Tests result: FAILURE |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2017年08月22日 13:06:50 | vstinner | set | recipients:
+ vstinner, brett.cannon |
| 2017年08月22日 13:06:50 | vstinner | set | messageid: <1503407210.25.0.53701100002.issue31217@psf.upfronthosting.co.za> |
| 2017年08月22日 13:06:50 | vstinner | link | issue31217 messages |
| 2017年08月22日 13:06:50 | vstinner | create |
|