Hello,

I am new to this mailing list.

I am getting an error when executing valgrind with the following options:

valgrind --tool=memcheck --leak-check=full --dsymutil=yes
--read-var-info=yes --log-file=$VALGRIND_LOG ./$MACHO_NAME

Attaching the error to this post.

Can anyone help me figure out what's wrong, and how can i correct this?

Thank you
[12:40:11]:                                                                     
 [Exec] EXEC Support on MacOS 10.8 is experimental and mostly broken.
[12:40:11]:                                                                     
 [Exec] EXEC Expect incorrect results, assertions and crashes.
[12:40:11]:                                                                     
 [Exec] EXEC In particular, Memcheck on 32-bit programs will fail to
[12:40:11]:                                                                     
 [Exec] EXEC detect any errors associated with heap-allocated data.
[12:40:11]:                                                                     
 [Exec]      [exec] Emulator> ==61926==
[12:40:11]:                                                                     
 [Exec]      [exec] Emulator> --61926-- run: /usr/bin/dsymutil 
"./Tests_AutomaticTests.macho"
[12:40:11]:                                                                     
 [Exec]      [exec] Emulator> 
[12:40:11]:                                                                     
 [Exec]      [exec] Emulator> parse_var_DIE: confused by:
[12:40:11]:                                                                     
 [Exec]      [exec] Emulator>  <0><b>: DW_TAG_compile_unit
[12:40:11]:                                                                     
 [Exec]      [exec] Emulator>      DW_AT_producer    : (indirect string, 
offset: 0xec): Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn)
[12:40:11]:                                                                     
 [Exec]      [exec] Emulator>      DW_AT_language    : 12
[12:40:11]:                                                                     
 [Exec]      [exec] Emulator>      DW_AT_name        : (indirect string, 
offset: 0x12b): vg_preloaded.c
[12:40:11]:                                                                     
 [Exec]      [exec] Emulator>      DW_AT_low_pc      : 0x190a
[12:40:11]:                                                                     
 [Exec]      [exec] Emulator>      DW_AT_stmt_list   : 0
[12:40:11]:                                                                     
 [Exec]      [exec] Emulator>      DW_AT_comp_dir    : (indirect string, 
offset: 0x13a): 
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_valgrind/valgrind/work/valgrind-3.9.0/coregrind
[12:40:11]:                                                                     
 [Exec]      [exec] Emulator>      DW_AT_???         : 1
[12:40:11]:                                                                     
 [Exec]      [exec] Emulator> 
[12:40:11]:                                                                     
 [Exec] EXEC Serious error when reading debug info
[12:40:11]:                                                                     
 [Exec]      [exec] Emulator> --61926-- When reading debug info from 
/opt/local/lib/valgrind/vgpreload_core-amd64-darwin.so:
[12:40:11]:                                                                     
 [Exec]      [exec] Emulator> --61926-- parse_var_DIE: confused by the above DIE
[12:40:11]:                                                                     
 [Exec]      [exec] Emulator> 
[12:40:11]:                                                                     
 [Exec]      [exec] Emulator> parse_var_DIE: confused by:
[12:40:11]:                                                                     
 [Exec]      [exec] Emulator>  <0><b>: DW_TAG_compile_unit
[12:40:11]:                                                                     
 [Exec]      [exec] Emulator>      DW_AT_producer    : (indirect string, 
offset: 0x87a): Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn)
[12:40:11]:                                                                     
 [Exec]      [exec] Emulator>      DW_AT_language    : 12
[12:40:11]:                                                                     
 [Exec]      [exec] Emulator>      DW_AT_name        : (indirect string, 
offset: 0x8b9): m_replacemalloc/vg_replace_malloc.c
[12:40:11]:                                                                     
 [Exec]      [exec] Emulator>      DW_AT_low_pc      : 0x205a
[12:40:11]:                                                                     
 [Exec]      [exec] Emulator>      DW_AT_stmt_list   : 0
[12:40:11]:                                                                     
 [Exec]      [exec] Emulator>      DW_AT_comp_dir    : (indirect string, 
offset: 0x8dd): 
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_valgrind/valgrind/work/valgrind-3.9.0/coregrind
[12:40:11]:                                                                     
 [Exec]      [exec] Emulator>      DW_AT_???         : 1
[12:40:11]:                                                                     
 [Exec]      [exec] Emulator> 
[12:40:11]:                                                                     
 [Exec] EXEC Serious error when reading debug info
[12:40:11]:                                                                     
 [Exec]      [exec] Emulator> --61926-- When reading debug info from 
/opt/local/lib/valgrind/vgpreload_memcheck-amd64-darwin.so:
[12:40:11]:                                                                     
 [Exec]      [exec] Emulator> --61926-- parse_var_DIE: confused by the above DIE
[12:40:11]:                                                                     
 [Exec]      [exec] Emulator> ==61926==
[12:40:11]:                                                                     
 [Exec]      [exec] Emulator> ==61926== HEAP SUMMARY:
[12:40:11]:                                                                     
 [Exec]      [exec] Emulator> ==61926==     in use at exit: 5,774,126 bytes in 
82,575 blocks
[12:40:11]:                                                                     
 [Exec]      [exec] Emulator> ==61926==   total heap usage: 4,726,435 allocs, 
4,643,860 frees, 162,119,253 bytes allocated
[12:40:11]:                                                                     
 [Exec]      [exec] Emulator> ==61926==
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to