1
1

* add a fairly hard to fix blocks in use report from the event library to

the OMPI suppressions file.  Yeah, we could fix it, but that would mean
  threading a finalize routine through the event library...

This commit was SVN r7187.
Этот коммит содержится в:
Brian Barrett 2005-09-05 21:04:07 +00:00
родитель 4e20c83204
Коммит 444f92e957

Просмотреть файл

@ -46,6 +46,19 @@
fun:__pthread_initialize_minimal
}
# The event library leaves some blocks in use that we should clean up,
# but it would require much changing of the event library, so it
# really isn't worth it...
{
event_lib_poll
Memcheck:Leak
fun:malloc
fun:realloc
fun:opal_realloc
fun:poll_dispatch
}
###############################################################
#
# ORTE suppressions