-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
Hi thanks for the precompiled binary that runs on android! However, I find that it continuously report a lot of errors, even on simplest command. For example, ls, pwd, and echo. imho those are very basic and well-tested commands, so how can it have memory problems?
Example
Run on a Huawei phone:
(base) ➜ rust git:(master) ✗ adb shell /data/local/tmp/valgrind/bin/valgrind echo
==11313== Memcheck, a memory error detector
==11313== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==11313== Using Valgrind-3.16.1 and LibVEX; rerun with -h for copyright info
==11313== Command: echo
==11313==
WARNING: linker: /data/local/tmp/valgrind/lib/valgrind/vgpreload_core-arm64-linux.so: unsupported flags DT_FLAGS_1=0x421
WARNING: linker: /data/local/tmp/valgrind/lib/valgrind/vgpreload_memcheck-arm64-linux.so: unsupported flags DT_FLAGS_1=0x421
==11313== Invalid free() / delete / delete[] / realloc()
==11313== at 0x48719A0: free (in /data/local/tmp/valgrind/lib/valgrind/vgpreload_memcheck-arm64-linux.so)
==11313== Address 0x4039210 is in a rw- anonymous segment
==11313==
==11313== Invalid read of size 8
==11313== at 0x400E9E0: __dl_memcmp (in /system/bin/linker64)
==11313== by 0x400B2DB: __dl__ZN21LinkerMemoryAllocator13get_page_infoEPv (in /system/bin/linker64)
==11313== by 0x400B31B: __dl__ZN21LinkerMemoryAllocator4freeEPv (in /system/bin/linker64)
==11313== by 0x40085AF: __dl__ZL12load_libraryilR10LinkedListI8LoadTask18TypeBasedAllocatorI15LinkedListEntryIS0_EEEPKciPK17android_dlextinfo (in /system/bin/linker64)
==11313== by 0x4009863: __dl__ZL14find_librariesP6soinfoPKPKcmPS0_PNSt3__16vectorIS0_NS6_9allocatorIS0_EEEEmiPK17android_dlextinfo (in /system/bin/linker64)
==11313== by 0x400A937: __dl___linker_init (in /system/bin/linker64)
==11313== by 0x40029EB: _start (in /system/bin/linker64)
==11313== by 0x40029EB: _start (in /system/bin/linker64)
==11313== by 0x40029EB: _start (in /system/bin/linker64)
==11313== by 0x40029EB: _start (in /system/bin/linker64)
==11313== by 0x40029EB: _start (in /system/bin/linker64)
==11313== by 0x40029EB: _start (in /system/bin/linker64)
==11313== Address 0x487e000 is 3,744 bytes inside a block of size 4,096 free'd
==11313== at 0x48719A0: ??? (in /data/local/tmp/valgrind/lib/valgrind/vgpreload_memcheck-arm64-linux.so)
==11313== Block was alloc'd at
==11313== at 0x486FE00: ??? (in /data/local/tmp/valgrind/lib/valgrind/vgpreload_memcheck-arm64-linux.so)
==11313==
invalid pointer 0x487e1a0 (page signature mismatch)
==11313==
==11313== HEAP SUMMARY:
==11313== in use at exit: 128 bytes in 3 blocks
==11313== total heap usage: 5 allocs, 4 frees, 8,320 bytes allocated
==11313==
==11313== LEAK SUMMARY:
==11313== definitely lost: 0 bytes in 0 blocks
==11313== indirectly lost: 0 bytes in 0 blocks
==11313== possibly lost: 0 bytes in 0 blocks
==11313== still reachable: 128 bytes in 3 blocks
==11313== suppressed: 0 bytes in 0 blocks
==11313== Rerun with --leak-check=full to see details of leaked memory
==11313==
==11313== For lists of detected and suppressed errors, rerun with: -s
==11313== ERROR SUMMARY: 3 errors from 2 contexts (suppressed: 0 from 0)
Run on a Mi phone:
130|chopin:/data/local/tmp $ ./valgrind/bin/valgrind echo
==19764== Memcheck, a memory error detector
==19764== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==19764== Using Valgrind-3.16.1 and LibVEX; rerun with -h for copyright info
==19764== Command: echo
==19764==
==19764== Conditional jump or move depends on uninitialised value(s)
==19764== at 0x40C089C: __dl_strlen_default (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x40BDAAF: __dl__ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404BC87: __dl__Z14normalize_pathPKcPNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404C37F: __dl__Z12resolve_pathRKNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4042163: __dl__ZN10Properties9get_pathsERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEbPm (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404164F: __dl__ZN6Config18read_binary_configEPKcS1_bPPKS_PNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4038797: __dl__Z23init_default_namespacesPKc (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4080C83: __dl__ZL29__linker_init_post_relocationR19KernelArgumentBlockR6soinfo (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x407FE5F: __dl___linker_init (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404CAC7: __dl__start (in /apex/com.android.runtime/bin/linker64)
==19764==
==19764== Conditional jump or move depends on uninitialised value(s)
==19764== at 0x40C08D0: __dl_strlen_default (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x40BDAAF: __dl__ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404BC87: __dl__Z14normalize_pathPKcPNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404C37F: __dl__Z12resolve_pathRKNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4042163: __dl__ZN10Properties9get_pathsERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEbPm (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404164F: __dl__ZN6Config18read_binary_configEPKcS1_bPPKS_PNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4038797: __dl__Z23init_default_namespacesPKc (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4080C83: __dl__ZL29__linker_init_post_relocationR19KernelArgumentBlockR6soinfo (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x407FE5F: __dl___linker_init (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404CAC7: __dl__start (in /apex/com.android.runtime/bin/linker64)
==19764==
==19764== Conditional jump or move depends on uninitialised value(s)
==19764== at 0x40BDAC0: __dl__ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404BC87: __dl__Z14normalize_pathPKcPNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404C37F: __dl__Z12resolve_pathRKNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4042163: __dl__ZN10Properties9get_pathsERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEbPm (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404164F: __dl__ZN6Config18read_binary_configEPKcS1_bPPKS_PNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4038797: __dl__Z23init_default_namespacesPKc (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4080C83: __dl__ZL29__linker_init_post_relocationR19KernelArgumentBlockR6soinfo (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x407FE5F: __dl___linker_init (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404CAC7: __dl__start (in /apex/com.android.runtime/bin/linker64)
==19764==
==19764== Conditional jump or move depends on uninitialised value(s)
==19764== at 0x40BDB0C: __dl__ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404BC87: __dl__Z14normalize_pathPKcPNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404C37F: __dl__Z12resolve_pathRKNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4042163: __dl__ZN10Properties9get_pathsERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEbPm (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404164F: __dl__ZN6Config18read_binary_configEPKcS1_bPPKS_PNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4038797: __dl__Z23init_default_namespacesPKc (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4080C83: __dl__ZL29__linker_init_post_relocationR19KernelArgumentBlockR6soinfo (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x407FE5F: __dl___linker_init (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404CAC7: __dl__start (in /apex/com.android.runtime/bin/linker64)
==19764==
==19764== Conditional jump or move depends on uninitialised value(s)
==19764== at 0x40BFE5C: __dl_memcpy (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x40BDB2B: __dl__ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404BC87: __dl__Z14normalize_pathPKcPNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404C37F: __dl__Z12resolve_pathRKNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4042163: __dl__ZN10Properties9get_pathsERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEbPm (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404164F: __dl__ZN6Config18read_binary_configEPKcS1_bPPKS_PNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4038797: __dl__Z23init_default_namespacesPKc (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4080C83: __dl__ZL29__linker_init_post_relocationR19KernelArgumentBlockR6soinfo (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x407FE5F: __dl___linker_init (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404CAC7: __dl__start (in /apex/com.android.runtime/bin/linker64)
==19764==
==19764== Conditional jump or move depends on uninitialised value(s)
==19764== at 0x40BFF10: __dl___memcpy (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x40BDB2B: __dl__ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404BC87: __dl__Z14normalize_pathPKcPNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404C37F: __dl__Z12resolve_pathRKNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4042163: __dl__ZN10Properties9get_pathsERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEbPm (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404164F: __dl__ZN6Config18read_binary_configEPKcS1_bPPKS_PNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4038797: __dl__Z23init_default_namespacesPKc (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4080C83: __dl__ZL29__linker_init_post_relocationR19KernelArgumentBlockR6soinfo (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x407FE5F: __dl___linker_init (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404CAC7: __dl__start (in /apex/com.android.runtime/bin/linker64)
==19764==
==19764== Conditional jump or move depends on uninitialised value(s)
==19764== at 0x40BFF18: __dl___memcpy (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x40BDB2B: __dl__ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404BC87: __dl__Z14normalize_pathPKcPNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404C37F: __dl__Z12resolve_pathRKNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4042163: __dl__ZN10Properties9get_pathsERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEbPm (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404164F: __dl__ZN6Config18read_binary_configEPKcS1_bPPKS_PNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4038797: __dl__Z23init_default_namespacesPKc (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4080C83: __dl__ZL29__linker_init_post_relocationR19KernelArgumentBlockR6soinfo (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x407FE5F: __dl___linker_init (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404CAC7: __dl__start (in /apex/com.android.runtime/bin/linker64)
==19764==
==19764== Conditional jump or move depends on uninitialised value(s)
==19764== at 0x40BFF24: __dl___memcpy (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x40BDB2B: __dl__ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404BC87: __dl__Z14normalize_pathPKcPNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404C37F: __dl__Z12resolve_pathRKNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4042163: __dl__ZN10Properties9get_pathsERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEbPm (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404164F: __dl__ZN6Config18read_binary_configEPKcS1_bPPKS_PNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4038797: __dl__Z23init_default_namespacesPKc (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4080C83: __dl__ZL29__linker_init_post_relocationR19KernelArgumentBlockR6soinfo (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x407FE5F: __dl___linker_init (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404CAC7: __dl__start (in /apex/com.android.runtime/bin/linker64)
==19764==
==19764== Use of uninitialised value of size 8
==19764== at 0x40BFF28: __dl___memcpy (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x40BDB2B: __dl__ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404BC87: __dl__Z14normalize_pathPKcPNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404C37F: __dl__Z12resolve_pathRKNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4042163: __dl__ZN10Properties9get_pathsERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEbPm (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404164F: __dl__ZN6Config18read_binary_configEPKcS1_bPPKS_PNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4038797: __dl__Z23init_default_namespacesPKc (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4080C83: __dl__ZL29__linker_init_post_relocationR19KernelArgumentBlockR6soinfo (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x407FE5F: __dl___linker_init (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404CAC7: __dl__start (in /apex/com.android.runtime/bin/linker64)
==19764==
==19764== Conditional jump or move depends on uninitialised value(s)
==19764== at 0x40BFF2C: __dl___memcpy (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x40BDB2B: __dl__ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404BC87: __dl__Z14normalize_pathPKcPNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404C37F: __dl__Z12resolve_pathRKNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4042163: __dl__ZN10Properties9get_pathsERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEbPm (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404164F: __dl__ZN6Config18read_binary_configEPKcS1_bPPKS_PNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4038797: __dl__Z23init_default_namespacesPKc (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4080C83: __dl__ZL29__linker_init_post_relocationR19KernelArgumentBlockR6soinfo (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x407FE5F: __dl___linker_init (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404CAC7: __dl__start (in /apex/com.android.runtime/bin/linker64)
==19764==
==19764== Use of uninitialised value of size 8
==19764== at 0x40BFF44: __dl___memcpy (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x40BDB2B: __dl__ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404BC87: __dl__Z14normalize_pathPKcPNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404C37F: __dl__Z12resolve_pathRKNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4042163: __dl__ZN10Properties9get_pathsERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEbPm (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404164F: __dl__ZN6Config18read_binary_configEPKcS1_bPPKS_PNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4038797: __dl__Z23init_default_namespacesPKc (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4080C83: __dl__ZL29__linker_init_post_relocationR19KernelArgumentBlockR6soinfo (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x407FE5F: __dl___linker_init (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404CAC7: __dl__start (in /apex/com.android.runtime/bin/linker64)
==19764==
==19764== Use of uninitialised value of size 8
==19764== at 0x40BDB2C: __dl__ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404BC87: __dl__Z14normalize_pathPKcPNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404C37F: __dl__Z12resolve_pathRKNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4042163: __dl__ZN10Properties9get_pathsERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEbPm (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404164F: __dl__ZN6Config18read_binary_configEPKcS1_bPPKS_PNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4038797: __dl__Z23init_default_namespacesPKc (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4080C83: __dl__ZL29__linker_init_post_relocationR19KernelArgumentBlockR6soinfo (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x407FE5F: __dl___linker_init (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404CAC7: __dl__start (in /apex/com.android.runtime/bin/linker64)
==19764==
==19764== Conditional jump or move depends on uninitialised value(s)
==19764== at 0x40C089C: __dl_strlen_default (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x40BDAAF: __dl__ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404BC87: __dl__Z14normalize_pathPKcPNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404BE07: __dl__Z14parse_zip_pathPKcPNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEES8_ (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404C3B7: __dl__Z12resolve_pathRKNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4042163: __dl__ZN10Properties9get_pathsERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEbPm (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404164F: __dl__ZN6Config18read_binary_configEPKcS1_bPPKS_PNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4038797: __dl__Z23init_default_namespacesPKc (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4080C83: __dl__ZL29__linker_init_post_relocationR19KernelArgumentBlockR6soinfo (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x407FE5F: __dl___linker_init (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404CAC7: __dl__start (in /apex/com.android.runtime/bin/linker64)
==19764==
==19764== Conditional jump or move depends on uninitialised value(s)
==19764== at 0x40C08D0: __dl_strlen_default (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x40BDAAF: __dl__ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404BC87: __dl__Z14normalize_pathPKcPNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404BE07: __dl__Z14parse_zip_pathPKcPNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEES8_ (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404C3B7: __dl__Z12resolve_pathRKNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4042163: __dl__ZN10Properties9get_pathsERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEbPm (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404164F: __dl__ZN6Config18read_binary_configEPKcS1_bPPKS_PNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4038797: __dl__Z23init_default_namespacesPKc (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4080C83: __dl__ZL29__linker_init_post_relocationR19KernelArgumentBlockR6soinfo (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x407FE5F: __dl___linker_init (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404CAC7: __dl__start (in /apex/com.android.runtime/bin/linker64)
==19764==
==19764== Conditional jump or move depends on uninitialised value(s)
==19764== at 0x40BDAC0: __dl__ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404BC87: __dl__Z14normalize_pathPKcPNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404BE07: __dl__Z14parse_zip_pathPKcPNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEES8_ (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404C3B7: __dl__Z12resolve_pathRKNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4042163: __dl__ZN10Properties9get_pathsERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEbPm (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404164F: __dl__ZN6Config18read_binary_configEPKcS1_bPPKS_PNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4038797: __dl__Z23init_default_namespacesPKc (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4080C83: __dl__ZL29__linker_init_post_relocationR19KernelArgumentBlockR6soinfo (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x407FE5F: __dl___linker_init (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404CAC7: __dl__start (in /apex/com.android.runtime/bin/linker64)
==19764==
==19764== Conditional jump or move depends on uninitialised value(s)
==19764== at 0x40BDB0C: __dl__ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404BC87: __dl__Z14normalize_pathPKcPNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404BE07: __dl__Z14parse_zip_pathPKcPNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEES8_ (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404C3B7: __dl__Z12resolve_pathRKNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4042163: __dl__ZN10Properties9get_pathsERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEbPm (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404164F: __dl__ZN6Config18read_binary_configEPKcS1_bPPKS_PNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4038797: __dl__Z23init_default_namespacesPKc (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4080C83: __dl__ZL29__linker_init_post_relocationR19KernelArgumentBlockR6soinfo (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x407FE5F: __dl___linker_init (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404CAC7: __dl__start (in /apex/com.android.runtime/bin/linker64)
==19764==
==19764== Conditional jump or move depends on uninitialised value(s)
==19764== at 0x40BFE5C: __dl_memcpy (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x40BDB2B: __dl__ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404BC87: __dl__Z14normalize_pathPKcPNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404BE07: __dl__Z14parse_zip_pathPKcPNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEES8_ (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404C3B7: __dl__Z12resolve_pathRKNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4042163: __dl__ZN10Properties9get_pathsERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEbPm (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404164F: __dl__ZN6Config18read_binary_configEPKcS1_bPPKS_PNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4038797: __dl__Z23init_default_namespacesPKc (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4080C83: __dl__ZL29__linker_init_post_relocationR19KernelArgumentBlockR6soinfo (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x407FE5F: __dl___linker_init (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404CAC7: __dl__start (in /apex/com.android.runtime/bin/linker64)
==19764==
==19764== Conditional jump or move depends on uninitialised value(s)
==19764== at 0x40BFF10: __dl___memcpy (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x40BDB2B: __dl__ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404BC87: __dl__Z14normalize_pathPKcPNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404BE07: __dl__Z14parse_zip_pathPKcPNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEES8_ (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404C3B7: __dl__Z12resolve_pathRKNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4042163: __dl__ZN10Properties9get_pathsERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEbPm (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404164F: __dl__ZN6Config18read_binary_configEPKcS1_bPPKS_PNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4038797: __dl__Z23init_default_namespacesPKc (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4080C83: __dl__ZL29__linker_init_post_relocationR19KernelArgumentBlockR6soinfo (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x407FE5F: __dl___linker_init (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404CAC7: __dl__start (in /apex/com.android.runtime/bin/linker64)
==19764==
==19764== Conditional jump or move depends on uninitialised value(s)
==19764== at 0x40BFF18: __dl___memcpy (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x40BDB2B: __dl__ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404BC87: __dl__Z14normalize_pathPKcPNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404BE07: __dl__Z14parse_zip_pathPKcPNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEES8_ (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404C3B7: __dl__Z12resolve_pathRKNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4042163: __dl__ZN10Properties9get_pathsERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEbPm (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404164F: __dl__ZN6Config18read_binary_configEPKcS1_bPPKS_PNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4038797: __dl__Z23init_default_namespacesPKc (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4080C83: __dl__ZL29__linker_init_post_relocationR19KernelArgumentBlockR6soinfo (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x407FE5F: __dl___linker_init (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404CAC7: __dl__start (in /apex/com.android.runtime/bin/linker64)
==19764==
==19764== Conditional jump or move depends on uninitialised value(s)
==19764== at 0x40BFF24: __dl___memcpy (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x40BDB2B: __dl__ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404BC87: __dl__Z14normalize_pathPKcPNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404BE07: __dl__Z14parse_zip_pathPKcPNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEES8_ (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404C3B7: __dl__Z12resolve_pathRKNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4042163: __dl__ZN10Properties9get_pathsERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEbPm (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404164F: __dl__ZN6Config18read_binary_configEPKcS1_bPPKS_PNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4038797: __dl__Z23init_default_namespacesPKc (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4080C83: __dl__ZL29__linker_init_post_relocationR19KernelArgumentBlockR6soinfo (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x407FE5F: __dl___linker_init (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404CAC7: __dl__start (in /apex/com.android.runtime/bin/linker64)
==19764==
==19764== Use of uninitialised value of size 8
==19764== at 0x40BFF28: __dl___memcpy (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x40BDB2B: __dl__ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404BC87: __dl__Z14normalize_pathPKcPNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404BE07: __dl__Z14parse_zip_pathPKcPNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEES8_ (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404C3B7: __dl__Z12resolve_pathRKNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4042163: __dl__ZN10Properties9get_pathsERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEbPm (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404164F: __dl__ZN6Config18read_binary_configEPKcS1_bPPKS_PNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4038797: __dl__Z23init_default_namespacesPKc (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4080C83: __dl__ZL29__linker_init_post_relocationR19KernelArgumentBlockR6soinfo (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x407FE5F: __dl___linker_init (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404CAC7: __dl__start (in /apex/com.android.runtime/bin/linker64)
==19764==
==19764== Conditional jump or move depends on uninitialised value(s)
==19764== at 0x40BFF2C: __dl___memcpy (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x40BDB2B: __dl__ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404BC87: __dl__Z14normalize_pathPKcPNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404BE07: __dl__Z14parse_zip_pathPKcPNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEES8_ (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404C3B7: __dl__Z12resolve_pathRKNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4042163: __dl__ZN10Properties9get_pathsERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEbPm (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404164F: __dl__ZN6Config18read_binary_configEPKcS1_bPPKS_PNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4038797: __dl__Z23init_default_namespacesPKc (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4080C83: __dl__ZL29__linker_init_post_relocationR19KernelArgumentBlockR6soinfo (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x407FE5F: __dl___linker_init (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404CAC7: __dl__start (in /apex/com.android.runtime/bin/linker64)
==19764==
==19764== Use of uninitialised value of size 8
==19764== at 0x40BFF44: __dl___memcpy (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x40BDB2B: __dl__ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404BC87: __dl__Z14normalize_pathPKcPNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404BE07: __dl__Z14parse_zip_pathPKcPNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEES8_ (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404C3B7: __dl__Z12resolve_pathRKNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4042163: __dl__ZN10Properties9get_pathsERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEbPm (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404164F: __dl__ZN6Config18read_binary_configEPKcS1_bPPKS_PNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4038797: __dl__Z23init_default_namespacesPKc (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4080C83: __dl__ZL29__linker_init_post_relocationR19KernelArgumentBlockR6soinfo (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x407FE5F: __dl___linker_init (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404CAC7: __dl__start (in /apex/com.android.runtime/bin/linker64)
==19764==
==19764== Use of uninitialised value of size 8
==19764== at 0x40BDB2C: __dl__ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404BC87: __dl__Z14normalize_pathPKcPNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404BE07: __dl__Z14parse_zip_pathPKcPNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEES8_ (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404C3B7: __dl__Z12resolve_pathRKNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4042163: __dl__ZN10Properties9get_pathsERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEbPm (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404164F: __dl__ZN6Config18read_binary_configEPKcS1_bPPKS_PNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4038797: __dl__Z23init_default_namespacesPKc (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4080C83: __dl__ZL29__linker_init_post_relocationR19KernelArgumentBlockR6soinfo (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x407FE5F: __dl___linker_init (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404CAC7: __dl__start (in /apex/com.android.runtime/bin/linker64)
==19764==
==19764== Conditional jump or move depends on uninitialised value(s)
==19764== at 0x40C06CC: __dl_strchr_default (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x40CFA37: __dl_strstr (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404BE57: __dl__Z14parse_zip_pathPKcPNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEES8_ (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404C3B7: __dl__Z12resolve_pathRKNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4042163: __dl__ZN10Properties9get_pathsERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEbPm (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404164F: __dl__ZN6Config18read_binary_configEPKcS1_bPPKS_PNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4038797: __dl__Z23init_default_namespacesPKc (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4080C83: __dl__ZL29__linker_init_post_relocationR19KernelArgumentBlockR6soinfo (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x407FE5F: __dl___linker_init (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404CAC7: __dl__start (in /apex/com.android.runtime/bin/linker64)
==19764==
==19764== Conditional jump or move depends on uninitialised value(s)
==19764== at 0x40CFA38: __dl_strstr (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404BE57: __dl__Z14parse_zip_pathPKcPNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEES8_ (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404C3B7: __dl__Z12resolve_pathRKNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4042163: __dl__ZN10Properties9get_pathsERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEbPm (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404164F: __dl__ZN6Config18read_binary_configEPKcS1_bPPKS_PNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4038797: __dl__Z23init_default_namespacesPKc (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4080C83: __dl__ZL29__linker_init_post_relocationR19KernelArgumentBlockR6soinfo (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x407FE5F: __dl___linker_init (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404CAC7: __dl__start (in /apex/com.android.runtime/bin/linker64)
==19764==
==19764== Conditional jump or move depends on uninitialised value(s)
==19764== at 0x404BE58: __dl__Z14parse_zip_pathPKcPNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEES8_ (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404C3B7: __dl__Z12resolve_pathRKNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4042163: __dl__ZN10Properties9get_pathsERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEbPm (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404164F: __dl__ZN6Config18read_binary_configEPKcS1_bPPKS_PNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4038797: __dl__Z23init_default_namespacesPKc (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4080C83: __dl__ZL29__linker_init_post_relocationR19KernelArgumentBlockR6soinfo (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x407FE5F: __dl___linker_init (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404CAC7: __dl__start (in /apex/com.android.runtime/bin/linker64)
==19764==
==19764== Conditional jump or move depends on uninitialised value(s)
==19764== at 0x40C0860: __dl_strlen_default (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x40BDAAF: __dl__ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404BC87: __dl__Z14normalize_pathPKcPNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404C37F: __dl__Z12resolve_pathRKNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4042163: __dl__ZN10Properties9get_pathsERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEbPm (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404164F: __dl__ZN6Config18read_binary_configEPKcS1_bPPKS_PNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4038797: __dl__Z23init_default_namespacesPKc (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4080C83: __dl__ZL29__linker_init_post_relocationR19KernelArgumentBlockR6soinfo (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x407FE5F: __dl___linker_init (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404CAC7: __dl__start (in /apex/com.android.runtime/bin/linker64)
==19764==
==19764== Conditional jump or move depends on uninitialised value(s)
==19764== at 0x40BFF54: __dl___memcpy (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x40BDB2B: __dl__ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404BC87: __dl__Z14normalize_pathPKcPNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404C37F: __dl__Z12resolve_pathRKNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4042163: __dl__ZN10Properties9get_pathsERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEbPm (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404164F: __dl__ZN6Config18read_binary_configEPKcS1_bPPKS_PNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4038797: __dl__Z23init_default_namespacesPKc (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4080C83: __dl__ZL29__linker_init_post_relocationR19KernelArgumentBlockR6soinfo (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x407FE5F: __dl___linker_init (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404CAC7: __dl__start (in /apex/com.android.runtime/bin/linker64)
==19764==
==19764== Use of uninitialised value of size 8
==19764== at 0x40BFF5C: __dl___memcpy (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x40BDB2B: __dl__ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404BC87: __dl__Z14normalize_pathPKcPNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404C37F: __dl__Z12resolve_pathRKNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4042163: __dl__ZN10Properties9get_pathsERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEbPm (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404164F: __dl__ZN6Config18read_binary_configEPKcS1_bPPKS_PNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4038797: __dl__Z23init_default_namespacesPKc (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4080C83: __dl__ZL29__linker_init_post_relocationR19KernelArgumentBlockR6soinfo (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x407FE5F: __dl___linker_init (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404CAC7: __dl__start (in /apex/com.android.runtime/bin/linker64)
==19764==
==19764== Use of uninitialised value of size 8
==19764== at 0x40BFF64: __dl___memcpy (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x40BDB2B: __dl__ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404BC87: __dl__Z14normalize_pathPKcPNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404C37F: __dl__Z12resolve_pathRKNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4042163: __dl__ZN10Properties9get_pathsERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEbPm (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404164F: __dl__ZN6Config18read_binary_configEPKcS1_bPPKS_PNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4038797: __dl__Z23init_default_namespacesPKc (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4080C83: __dl__ZL29__linker_init_post_relocationR19KernelArgumentBlockR6soinfo (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x407FE5F: __dl___linker_init (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404CAC7: __dl__start (in /apex/com.android.runtime/bin/linker64)
==19764==
==19764== Conditional jump or move depends on uninitialised value(s)
==19764== at 0x40C0860: __dl_strlen_default (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x40BDAAF: __dl__ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404BC87: __dl__Z14normalize_pathPKcPNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404BE07: __dl__Z14parse_zip_pathPKcPNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEES8_ (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404C3B7: __dl__Z12resolve_pathRKNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4042163: __dl__ZN10Properties9get_pathsERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEbPm (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404164F: __dl__ZN6Config18read_binary_configEPKcS1_bPPKS_PNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4038797: __dl__Z23init_default_namespacesPKc (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4080C83: __dl__ZL29__linker_init_post_relocationR19KernelArgumentBlockR6soinfo (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x407FE5F: __dl___linker_init (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404CAC7: __dl__start (in /apex/com.android.runtime/bin/linker64)
==19764==
==19764== Conditional jump or move depends on uninitialised value(s)
==19764== at 0x40BFF54: __dl___memcpy (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x40BDB2B: __dl__ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404BC87: __dl__Z14normalize_pathPKcPNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404BE07: __dl__Z14parse_zip_pathPKcPNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEES8_ (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404C3B7: __dl__Z12resolve_pathRKNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4042163: __dl__ZN10Properties9get_pathsERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEbPm (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404164F: __dl__ZN6Config18read_binary_configEPKcS1_bPPKS_PNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4038797: __dl__Z23init_default_namespacesPKc (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4080C83: __dl__ZL29__linker_init_post_relocationR19KernelArgumentBlockR6soinfo (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x407FE5F: __dl___linker_init (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404CAC7: __dl__start (in /apex/com.android.runtime/bin/linker64)
==19764==
==19764== Use of uninitialised value of size 8
==19764== at 0x40BFF5C: __dl___memcpy (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x40BDB2B: __dl__ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404BC87: __dl__Z14normalize_pathPKcPNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404BE07: __dl__Z14parse_zip_pathPKcPNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEES8_ (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404C3B7: __dl__Z12resolve_pathRKNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4042163: __dl__ZN10Properties9get_pathsERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEbPm (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404164F: __dl__ZN6Config18read_binary_configEPKcS1_bPPKS_PNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4038797: __dl__Z23init_default_namespacesPKc (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4080C83: __dl__ZL29__linker_init_post_relocationR19KernelArgumentBlockR6soinfo (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x407FE5F: __dl___linker_init (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404CAC7: __dl__start (in /apex/com.android.runtime/bin/linker64)
==19764==
==19764== Use of uninitialised value of size 8
==19764== at 0x40BFF64: __dl___memcpy (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x40BDB2B: __dl__ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKc (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404BC87: __dl__Z14normalize_pathPKcPNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404BE07: __dl__Z14parse_zip_pathPKcPNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEES8_ (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404C3B7: __dl__Z12resolve_pathRKNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4042163: __dl__ZN10Properties9get_pathsERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEbPm (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404164F: __dl__ZN6Config18read_binary_configEPKcS1_bPPKS_PNSt3__112basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEE (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4038797: __dl__Z23init_default_namespacesPKc (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x4080C83: __dl__ZL29__linker_init_post_relocationR19KernelArgumentBlockR6soinfo (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x407FE5F: __dl___linker_init (in /apex/com.android.runtime/bin/linker64)
==19764== by 0x404CAC7: __dl__start (in /apex/com.android.runtime/bin/linker64)
==19764==
WARNING: linker: Warning: "/data/local/tmp/valgrind/lib/valgrind/vgpreload_core-arm64-linux.so" has unsupported flags DT_FLAGS_1=0x421 (ignoring unsupported flags)
WARNING: linker: Warning: "/data/local/tmp/valgrind/lib/valgrind/vgpreload_memcheck-arm64-linux.so" has unsupported flags DT_FLAGS_1=0x421 (ignoring unsupported flags)
==19764== Warning: set address range perms: large range [0x59a9e000, 0xd9a9e000) (noaccess)
==19764==
==19764== HEAP SUMMARY:
==19764== in use at exit: 1,400 bytes in 9 blocks
==19764== total heap usage: 12 allocs, 3 frees, 1,760 bytes allocated
==19764==
==19764== LEAK SUMMARY:
==19764== definitely lost: 80 bytes in 1 blocks
==19764== indirectly lost: 160 bytes in 2 blocks
==19764== possibly lost: 0 bytes in 0 blocks
==19764== still reachable: 1,160 bytes in 6 blocks
==19764== suppressed: 0 bytes in 0 blocks
==19764== Rerun with --leak-check=full to see details of leaked memory
==19764==
==19764== Use --track-origins=yes to see where uninitialised values come from
==19764== For lists of detected and suppressed errors, rerun with: -s
==19764== ERROR SUMMARY: 102 errors from 35 contexts (suppressed: 0 from 0)
Metadata
Metadata
Assignees
Labels
No labels