-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #49 from robotology/devel
Merge Devel in Master
- Loading branch information
Showing
9 changed files
with
269 additions
and
578 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Find Valgrind. | ||
# | ||
# This module defines: | ||
# VALGRIND_INCLUDE_DIR, where to find valgrind/memcheck.h, etc. | ||
# VALGRIND_PROGRAM, the valgrind executable. | ||
# VALGRIND_FOUND, If false, do not try to use valgrind. | ||
# | ||
# If you have valgrind installed in a non-standard place, you can define | ||
# VALGRIND_ROOT to tell cmake where it is. | ||
if (VALGRIND_FOUND) | ||
return() | ||
endif() | ||
|
||
find_path(VALGRIND_INCLUDE_DIR valgrind/memcheck.h | ||
/usr/include /usr/local/include ${VALGRIND_ROOT}/include) | ||
|
||
# if VALGRIND_ROOT is empty, we explicitly add /bin to the search | ||
# path, but this does not hurt... | ||
find_program(VALGRIND_PROGRAM NAMES valgrind PATH ${VALGRIND_ROOT}/bin) | ||
|
||
include(FindPackageHandleStandardArgs) | ||
find_package_handle_standard_args(VALGRIND DEFAULT_MSG | ||
VALGRIND_INCLUDE_DIR | ||
VALGRIND_PROGRAM) | ||
|
||
mark_as_advanced(VALGRIND_ROOT VALGRIND_INCLUDE_DIR VALGRIND_PROGRAM) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,173 @@ | ||
{ | ||
macOS-Sierra-10.12.5-Leak.1 | ||
Memcheck:Leak | ||
match-leak-kinds: reachable | ||
fun:malloc_zone_malloc | ||
fun:NXCreateMapTableFromZone | ||
fun:NXCreateMapTableFromZone | ||
fun:_ZL18__sel_registerNamePKcii | ||
fun:sel_init | ||
fun:map_images_nolock | ||
fun:_ZN11objc_object21sidetable_retainCountEv | ||
fun:_ZN4dyldL18notifyBatchPartialE17dyld_image_statesbPFPKcS0_jPK15dyld_image_infoEbb | ||
fun:_ZN4dyld21registerObjCNotifiersEPFvjPKPKcPKPK11mach_headerEPFvS1_S6_ESC_ | ||
fun:_dyld_objc_notify_register | ||
fun:_objc_init | ||
fun:_os_object_init | ||
} | ||
{ | ||
macOS-Sierra-10.12.5-Leak.2 | ||
Memcheck:Leak | ||
match-leak-kinds: reachable | ||
fun:malloc_zone_malloc | ||
fun:NXCreateHashTableFromZone | ||
fun:NXCreateHashTable | ||
fun:NXCreateMapTableFromZone | ||
fun:NXCreateMapTableFromZone | ||
fun:_ZL18__sel_registerNamePKcii | ||
fun:sel_init | ||
fun:map_images_nolock | ||
fun:_ZN11objc_object21sidetable_retainCountEv | ||
fun:_ZN4dyldL18notifyBatchPartialE17dyld_image_statesbPFPKcS0_jPK15dyld_image_infoEbb | ||
fun:_ZN4dyld21registerObjCNotifiersEPFvjPKPKcPKPK11mach_headerEPFvS1_S6_ESC_ | ||
fun:_dyld_objc_notify_register | ||
} | ||
{ | ||
macOS-Sierra-10.12.5-Leak.3 | ||
Memcheck:Leak | ||
match-leak-kinds: reachable | ||
fun:malloc_zone_malloc | ||
fun:NXCreateHashTableFromZone | ||
fun:NXCreateHashTable | ||
fun:NXCreateMapTableFromZone | ||
fun:NXCreateMapTableFromZone | ||
fun:_ZL18__sel_registerNamePKcii | ||
fun:sel_init | ||
fun:map_images_nolock | ||
fun:_ZN11objc_object21sidetable_retainCountEv | ||
fun:_ZN4dyldL18notifyBatchPartialE17dyld_image_statesbPFPKcS0_jPK15dyld_image_infoEbb | ||
fun:_ZN4dyld21registerObjCNotifiersEPFvjPKPKcPKPK11mach_headerEPFvS1_S6_ESC_ | ||
fun:_dyld_objc_notify_register | ||
} | ||
{ | ||
macOS-Sierra-10.12.5-Leak.4 | ||
Memcheck:Leak | ||
match-leak-kinds: reachable | ||
fun:malloc | ||
fun:NXCreateHashTableFromZone | ||
fun:NXCreateHashTable | ||
fun:NXCreateMapTableFromZone | ||
fun:NXCreateMapTableFromZone | ||
fun:_ZL18__sel_registerNamePKcii | ||
fun:sel_init | ||
fun:map_images_nolock | ||
fun:_ZN11objc_object21sidetable_retainCountEv | ||
fun:_ZN4dyldL18notifyBatchPartialE17dyld_image_statesbPFPKcS0_jPK15dyld_image_infoEbb | ||
fun:_ZN4dyld21registerObjCNotifiersEPFvjPKPKcPKPK11mach_headerEPFvS1_S6_ESC_ | ||
fun:_dyld_objc_notify_register | ||
} | ||
{ | ||
macOS-Sierra-10.12.5-Leak.5 | ||
Memcheck:Leak | ||
match-leak-kinds: reachable | ||
fun:malloc | ||
fun:NXCreateMapTableFromZone | ||
fun:NXCreateMapTableFromZone | ||
fun:_ZL18__sel_registerNamePKcii | ||
fun:sel_init | ||
fun:map_images_nolock | ||
fun:_ZN11objc_object21sidetable_retainCountEv | ||
fun:_ZN4dyldL18notifyBatchPartialE17dyld_image_statesbPFPKcS0_jPK15dyld_image_infoEbb | ||
fun:_ZN4dyld21registerObjCNotifiersEPFvjPKPKcPKPK11mach_headerEPFvS1_S6_ESC_ | ||
fun:_dyld_objc_notify_register | ||
fun:_objc_init | ||
fun:_os_object_init | ||
} | ||
{ | ||
macOS-Sierra-10.12.5-Leak.6 | ||
Memcheck:Leak | ||
match-leak-kinds: reachable | ||
fun:malloc_zone_calloc | ||
fun:_NXHashRehashToCapacity | ||
fun:NXHashInsert | ||
fun:NXCreateHashTableFromZone | ||
fun:NXCreateHashTable | ||
fun:NXCreateMapTableFromZone | ||
fun:NXCreateMapTableFromZone | ||
fun:_ZL18__sel_registerNamePKcii | ||
fun:sel_init | ||
fun:map_images_nolock | ||
fun:_ZN11objc_object21sidetable_retainCountEv | ||
fun:_ZN4dyldL18notifyBatchPartialE17dyld_image_statesbPFPKcS0_jPK15dyld_image_infoEbb | ||
} | ||
{ | ||
macOS-Sierra-10.12.5-Leak.7 | ||
Memcheck:Leak | ||
match-leak-kinds: possible | ||
fun:calloc | ||
fun:map_images_nolock | ||
fun:_ZN11objc_object21sidetable_retainCountEv | ||
fun:_ZN4dyldL18notifyBatchPartialE17dyld_image_statesbPFPKcS0_jPK15dyld_image_infoEbb | ||
fun:_ZN4dyld21registerObjCNotifiersEPFvjPKPKcPKPK11mach_headerEPFvS1_S6_ESC_ | ||
fun:_dyld_objc_notify_register | ||
fun:_objc_init | ||
fun:_os_object_init | ||
fun:libdispatch_init | ||
fun:libSystem_initializer | ||
fun:_ZN16ImageLoaderMachO18doModInitFunctionsERKN11ImageLoader11LinkContextE | ||
fun:_ZN16ImageLoaderMachO16doInitializationERKN11ImageLoader11LinkContextE | ||
} | ||
|
||
{ | ||
macOS-Sierra-10.12.5-reachable.1 | ||
Memcheck:Leak | ||
match-leak-kinds: reachable | ||
fun:malloc_zone_calloc | ||
fun:_NXHashRehashToCapacity | ||
fun:NXHashInsert | ||
fun:NXCreateHashTableFromZone | ||
fun:NXCreateHashTable | ||
fun:NXCreateMapTableFromZone | ||
fun:NXCreateMapTableFromZone | ||
fun:_ZL18__sel_registerNamePKcii | ||
fun:sel_init | ||
fun:map_images_nolock | ||
fun:_ZN11objc_object21sidetable_retainCountEv | ||
fun:_ZN4dyldL18notifyBatchPartialE17dyld_image_statesbPFPKcS0_jPK15dyld_image_infoEbb | ||
} | ||
|
||
{ | ||
macOS-Sierra-10.12.5-possible.1 | ||
Memcheck:Leak | ||
match-leak-kinds: possible | ||
fun:calloc | ||
fun:map_images_nolock | ||
fun:_ZN11objc_object21sidetable_retainCountEv | ||
fun:_ZN4dyldL18notifyBatchPartialE17dyld_image_statesbPFPKcS0_jPK15dyld_image_infoEbb | ||
fun:_ZN4dyld21registerObjCNotifiersEPFvjPKPKcPKPK11mach_headerEPFvS1_S6_ESC_ | ||
fun:_dyld_objc_notify_register | ||
fun:_objc_init | ||
fun:_os_object_init | ||
fun:libdispatch_init | ||
fun:libSystem_initializer | ||
fun:_ZN16ImageLoaderMachO18doModInitFunctionsERKN11ImageLoader11LinkContextE | ||
fun:_ZN16ImageLoaderMachO16doInitializationERKN11ImageLoader11LinkContextE | ||
} | ||
|
||
{ | ||
macOS-Sierra-10.12.5-check.1 | ||
Memcheck:Param | ||
msg->desc.port.name | ||
fun:mach_msg_trap | ||
fun:mach_msg | ||
fun:task_set_special_port | ||
fun:_os_trace_create_debug_control_port | ||
fun:_libtrace_init | ||
fun:libSystem_initializer | ||
fun:_ZN16ImageLoaderMachO18doModInitFunctionsERKN11ImageLoader11LinkContextE | ||
fun:_ZN16ImageLoaderMachO16doInitializationERKN11ImageLoader11LinkContextE | ||
fun:_ZN11ImageLoader23recursiveInitializationERKNS_11LinkContextEjPKcRNS_21InitializerTimingListERNS_15UninitedUpwardsE | ||
fun:_ZN11ImageLoader23recursiveInitializationERKNS_11LinkContextEjPKcRNS_21InitializerTimingListERNS_15UninitedUpwardsE | ||
fun:_ZN11ImageLoader19processInitializersERKNS_11LinkContextEjRNS_21InitializerTimingListERNS_15UninitedUpwardsE | ||
fun:_ZN11ImageLoader15runInitializersERKNS_11LinkContextERNS_21InitializerTimingListE | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.