Suggestions for tracking down origins of "yaksa leaked handle pool objects" #254
Replies: 3 comments 4 replies
-
Maybe @hzhou has some ideas? (Sorry just throwing some darts in the dark) |
Beta Was this translation helpful? Give feedback.
-
The message is thrown by yaksa when there is a missing |
Beta Was this translation helpful? Give feedback.
-
To track down leaked datatype handle is a bit tough. I can add a special debug mode to dump some details of the leaked datatype handles. Let me know if this is a feature you'd like to have. |
Beta Was this translation helpful? Give feedback.
-
Hi I was wondering if you had any suggestions for tracking down leaked handle pool objects. Normally I would do this kind of thing with valgrind, but the program I'm running is written in python and I do not trust the output. I track down PETSc object leaks using cli options like
-log_view
, but I believe I've fixed all those leaks, so now I'm at a loss for how to proceed.Beta Was this translation helpful? Give feedback.
All reactions