ParallelContext bbs memory leaks#3563
Conversation
|
✔️ f721d61 -> artifacts URL |
|
✔️ f721d61 -> Azure artifacts URL |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3563 +/- ##
==========================================
+ Coverage 68.46% 68.51% +0.05%
==========================================
Files 686 686
Lines 116758 116763 +5
==========================================
+ Hits 79942 80006 +64
+ Misses 36816 36757 -59 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
✔️ 6469113 -> artifacts URL |
|
✔️ 6469113 -> Azure artifacts URL |
|
✔️ 348f9d0 -> artifacts URL |
|
✔️ aa3d5ab -> artifacts URL |
|
✔️ 348f9d0 -> Azure artifacts URL |
|
✔️ b9c0690 -> Azure artifacts URL |
|
✔️ b9c0690 -> artifacts URL |
|
✔️ 1ec4253 -> artifacts URL |
|
✔️ 1ec4253 -> Azure artifacts URL |
|
✔️ 5bf6229 -> artifacts URL |
|
✔️ 5bf6229 -> Azure artifacts URL |
JCGoran
left a comment
There was a problem hiding this comment.
If it fixes the issue, and ASAN is not reporting issues, I think we can move this along. You can optionally open a ticket for refactoring the refcounting to use shared_ptr instead of doing it manually.
|
|
✔️ 4dcba32 -> artifacts URL |
|
✔️ 279c28e -> artifacts URL |
|
✔️ 279c28e -> Azure artifacts URL |



Closes #3561
Notes:
Args were reversed when pycall executed for
pc.submit(pycall, *args)introduced into Version 9. Fixed by f721d61There was a doc typo with regard to
NRN_OVERRIDE_LD_PRELOAD. Fixed by 8fccebb