Commit 7412e27
committed
Fix leak of sm_segment files in /dev/shm.
I noticed that there were dozens of 'sm_segment.$HOSTNAME.$UID..'
files leftover in /dev/shm. This seems to clean it up - the
correct namespace wasn't being added so the cleanup callback
was doing nothing.
This may also cleanup some other leaks, as opal_pmix_register_cleanup()
is used in open_file() in opal/util.
Signed-off-by: Austen Lauria <awlauria@us.ibm.com>1 parent d38ac4c commit 7412e27
1 file changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
492 | 492 | | |
493 | 493 | | |
494 | 494 | | |
495 | | - | |
496 | | - | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
497 | 502 | | |
498 | 503 | | |
499 | 504 | | |
| |||
0 commit comments