Message399560
| Author | pablogsal |
|---|---|
| Recipients | Mark.Shannon, chris.jerdonek, corona10, iritkatriel, lukasz.langa, miss-islington, pablogsal, vstinner |
| Date | 2021-08-13.20:48:28 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1628887708.21.0.397952272211.issue44895@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
If someone can reproduce more or less reliably, it would be great to know where are the leaked objects. For that, compile CPython with "-with-trace-refs", surround the suspicious test in a loop (test_no_hang_on_context_chain_cycle2 for example) of a 1000 or more iterations and run the test with the PYTHONDUMPREFS=1 environment variable. You will see the leaked objects at shutdown hopefully. Hopefully the leaked objects would be a gigantic set by then so we the number of references will be noticeable. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-08-13 20:48:28 | pablogsal | set | recipients: + pablogsal, vstinner, chris.jerdonek, lukasz.langa, Mark.Shannon, corona10, miss-islington, iritkatriel |
| 2021-08-13 20:48:28 | pablogsal | set | messageid: <1628887708.21.0.397952272211.issue44895@roundup.psfhosted.org> |
| 2021-08-13 20:48:28 | pablogsal | link | issue44895 messages |
| 2021-08-13 20:48:28 | pablogsal | create | |