Test results for armeabi, berry2, crypto_hash/lsh512
[Page version: 20241120 00:22:57]
Measurements for armeabi, berry2, crypto_hash
Test results for armeabi, berry2, crypto_hash
Test results for crypto_hash/lsh512
Computer: berry2
Microarchitecture: armeabi; Cortex-A7 (410fc075)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_hash
Primitive: lsh512
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
126313 | 74060 0 0 | 45983 356 744 | ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240926 | 20240909 |
127585 | 73316 0 0 | 47267 356 744 | ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240926 | 20240909 |
142938 | 68436 0 0 | 43031 356 744 | ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240926 | 20240909 |
144059 | 70756 0 0 | 43563 348 744 | ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240926 | 20240909 |
158604 | 2495 164 0 | 1136755 72765 11968 | cryptopp | g++ -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240926 | 20240909 |
158658 | 2230 164 0 | 1136555 72765 11968 | cryptopp | g++ -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240926 | 20240909 |
158758 | 2447 164 0 | 1138493 72761 11968 | cryptopp | g++ -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240926 | 20240909 |
158774 | 1849 164 0 | 1135535 72761 11968 | cryptopp | g++ -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240926 | 20240909 |
Compiler output
lsh-impl.c: lsh-impl.c:121:22: warning: 'BETA_ODD' defined but not used [-Wunused-const-variable=]
lsh-impl.c: 121 | static const lsh_u32 BETA_ODD = 3;
lsh-impl.c: | ^~~~~~~~
lsh-impl.c: lsh-impl.c:120:22: warning: 'BETA_EVEN' defined but not used [-Wunused-const-variable=]
lsh-impl.c: 120 | static const lsh_u32 BETA_EVEN = 59;
lsh-impl.c: | ^~~~~~~~~
lsh-impl.c: lsh-impl.c:119:22: warning: 'ALPHA_ODD' defined but not used [-Wunused-const-variable=]
lsh-impl.c: 119 | static const lsh_u32 ALPHA_ODD = 7;
lsh-impl.c: | ^~~~~~~~~
lsh-impl.c: lsh-impl.c:118:22: warning: 'ALPHA_EVEN' defined but not used [-Wunused-const-variable=]
lsh-impl.c: 118 | static const lsh_u32 ALPHA_EVEN = 23;
lsh-impl.c: | ^~~~~~~~~~
lsh-impl.c: In file included from lsh-impl.h:28,
lsh-impl.c: from lsh-impl.c:25:
lsh-impl.c: lsh-impl.c: In function 'add':
lsh-impl.c: /usr/lib/gcc/arm-linux-gnueabihf/10/include/arm_neon.h:658:1: error: inlining failed in call to 'always_inline' 'vaddq_u64': target specific option mismatch
lsh-impl.c: 658 | vaddq_u64 (uint64x2_t __a, uint64x2_t __b)
lsh-impl.c: | ^~~~~~~~~
lsh-impl.c: lsh-impl.c:148:11: note: called from here
lsh-impl.c: 148 | lhs[3] = vaddq_u64(lhs[3], rhs[3]);
lsh-impl.c: | ^~~~~~~~~~~~~~~~~~~~~~~~~
lsh-impl.c: In file included from lsh-impl.h:28,
lsh-impl.c: from lsh-impl.c:25:
lsh-impl.c: /usr/lib/gcc/arm-linux-gnueabihf/10/include/arm_neon.h:658:1: error: inlining failed in call to 'always_inline' 'vaddq_u64': target specific option mismatch
lsh-impl.c: 658 | vaddq_u64 (uint64x2_t __a, uint64x2_t __b)
lsh-impl.c: ...
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
neon | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
neon | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
neon | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
neon | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
Namespace violations
lsh-impl.o lsh512_digest T
lsh-impl.o lsh512_final T
lsh-impl.o lsh512_init T
lsh-impl.o lsh512_update T
lsh.o lsh512_digest T
lsh.o lsh512_final T
lsh.o lsh512_init T
lsh.o lsh512_update T
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
TIMECOP error (can be valgrind bug)
error 99
afb7d016eeef85934d7a12bbf014e2617cc12dfc027b9df9b7af7f5a8f888244 16492876 1371345042 900000000 crypto_hash/lsh512/cryptopp
Conditional jump or move depends on uninitialised value(s)
at 0x...: index (strchr.S:96)
by 0x...: _dl_dst_count (dl-load.c:234)
by 0x...: expand_dynamic_string_token (dl-load.c:388)
by 0x...: _dl_map_object (dl-load.c:2168)
by 0x...: map_doit (rtld.c:645)
by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
by 0x...: do_preload (rtld.c:819)
by 0x...: handle_preload_list (rtld.c:920)
by 0x...: dl_main (rtld.c:1735)
by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
by 0x...: _dl_start_final (rtld.c:485)
by 0x...: _dl_start (rtld.c:575)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (rtld.c:897)
Conditional jump or move depends on uninitialised value(s)
at 0x...: index (strchr.S:97)
by 0x...: _dl_dst_count (dl-load.c:234)
by 0x...: expand_dynamic_string_token (dl-load.c:388)
by 0x...: _dl_map_object (dl-load.c:2168)
by 0x...: map_doit (rtld.c:645)
by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
by 0x...: do_preload (rtld.c:819)
by 0x...: handle_preload_list (rtld.c:920)
by 0x...: dl_main (rtld.c:1735)
by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
by 0x...: _dl_start_final (rtld.c:485)
by 0x...: _dl_start (rtld.c:575)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (rtld.c:897)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_dst_count (dl-load.c:237)
by 0x...: expand_dynamic_string_token (dl-load.c:388)
by 0x...: _dl_map_object (dl-load.c:2168)
by 0x...: map_doit (rtld.c:645)
by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
by 0x...: do_preload (rtld.c:819)
by 0x...: handle_preload_list (rtld.c:920)
by 0x...: dl_main (rtld.c:1735)
by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
by 0x...: _dl_start_final (rtld.c:485)
by 0x...: _dl_start (rtld.c:575)
by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (rtld.c:897)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expand_dynamic_string_token (dl-load.c:391)
by 0x...: _dl_map_object (dl-load.c:2168)
by 0x...: map_doit (rtld.c:645)
by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
by 0x...: do_preload (rtld.c:819)
by 0x...: handle_preload_list (rtld.c:920)
by 0x...: dl_main (rtld.c:1735)
by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
by 0x...: _dl_start_final (rtld.c:485)
by 0x...: _dl_start (rtld.c:575)
by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (rtld.c:897)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
cryptopp | g++ -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
TIMECOP error (can be valgrind bug)
error 99
afb7d016eeef85934d7a12bbf014e2617cc12dfc027b9df9b7af7f5a8f888244 16879037 1280574721 900000000 crypto_hash/lsh512/cryptopp
Conditional jump or move depends on uninitialised value(s)
at 0x...: index (strchr.S:96)
by 0x...: _dl_dst_count (dl-load.c:234)
by 0x...: expand_dynamic_string_token (dl-load.c:388)
by 0x...: _dl_map_object (dl-load.c:2168)
by 0x...: map_doit (rtld.c:645)
by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
by 0x...: do_preload (rtld.c:819)
by 0x...: handle_preload_list (rtld.c:920)
by 0x...: dl_main (rtld.c:1735)
by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
by 0x...: _dl_start_final (rtld.c:485)
by 0x...: _dl_start (rtld.c:575)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (rtld.c:897)
Conditional jump or move depends on uninitialised value(s)
at 0x...: index (strchr.S:97)
by 0x...: _dl_dst_count (dl-load.c:234)
by 0x...: expand_dynamic_string_token (dl-load.c:388)
by 0x...: _dl_map_object (dl-load.c:2168)
by 0x...: map_doit (rtld.c:645)
by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
by 0x...: do_preload (rtld.c:819)
by 0x...: handle_preload_list (rtld.c:920)
by 0x...: dl_main (rtld.c:1735)
by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
by 0x...: _dl_start_final (rtld.c:485)
by 0x...: _dl_start (rtld.c:575)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (rtld.c:897)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_dst_count (dl-load.c:237)
by 0x...: expand_dynamic_string_token (dl-load.c:388)
by 0x...: _dl_map_object (dl-load.c:2168)
by 0x...: map_doit (rtld.c:645)
by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
by 0x...: do_preload (rtld.c:819)
by 0x...: handle_preload_list (rtld.c:920)
by 0x...: dl_main (rtld.c:1735)
by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
by 0x...: _dl_start_final (rtld.c:485)
by 0x...: _dl_start (rtld.c:575)
by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (rtld.c:897)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expand_dynamic_string_token (dl-load.c:391)
by 0x...: _dl_map_object (dl-load.c:2168)
by 0x...: map_doit (rtld.c:645)
by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
by 0x...: do_preload (rtld.c:819)
by 0x...: handle_preload_list (rtld.c:920)
by 0x...: dl_main (rtld.c:1735)
by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
by 0x...: _dl_start_final (rtld.c:485)
by 0x...: _dl_start (rtld.c:575)
by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (rtld.c:897)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
cryptopp | g++ -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
TIMECOP error (can be valgrind bug)
error 99
afb7d016eeef85934d7a12bbf014e2617cc12dfc027b9df9b7af7f5a8f888244 16817769 1363068939 900000000 crypto_hash/lsh512/cryptopp
Conditional jump or move depends on uninitialised value(s)
at 0x...: index (strchr.S:96)
by 0x...: _dl_dst_count (dl-load.c:234)
by 0x...: expand_dynamic_string_token (dl-load.c:388)
by 0x...: _dl_map_object (dl-load.c:2168)
by 0x...: map_doit (rtld.c:645)
by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
by 0x...: do_preload (rtld.c:819)
by 0x...: handle_preload_list (rtld.c:920)
by 0x...: dl_main (rtld.c:1735)
by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
by 0x...: _dl_start_final (rtld.c:485)
by 0x...: _dl_start (rtld.c:575)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (rtld.c:897)
Conditional jump or move depends on uninitialised value(s)
at 0x...: index (strchr.S:97)
by 0x...: _dl_dst_count (dl-load.c:234)
by 0x...: expand_dynamic_string_token (dl-load.c:388)
by 0x...: _dl_map_object (dl-load.c:2168)
by 0x...: map_doit (rtld.c:645)
by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
by 0x...: do_preload (rtld.c:819)
by 0x...: handle_preload_list (rtld.c:920)
by 0x...: dl_main (rtld.c:1735)
by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
by 0x...: _dl_start_final (rtld.c:485)
by 0x...: _dl_start (rtld.c:575)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (rtld.c:897)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_dst_count (dl-load.c:237)
by 0x...: expand_dynamic_string_token (dl-load.c:388)
by 0x...: _dl_map_object (dl-load.c:2168)
by 0x...: map_doit (rtld.c:645)
by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
by 0x...: do_preload (rtld.c:819)
by 0x...: handle_preload_list (rtld.c:920)
by 0x...: dl_main (rtld.c:1735)
by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
by 0x...: _dl_start_final (rtld.c:485)
by 0x...: _dl_start (rtld.c:575)
by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (rtld.c:897)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expand_dynamic_string_token (dl-load.c:391)
by 0x...: _dl_map_object (dl-load.c:2168)
by 0x...: map_doit (rtld.c:645)
by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
by 0x...: do_preload (rtld.c:819)
by 0x...: handle_preload_list (rtld.c:920)
by 0x...: dl_main (rtld.c:1735)
by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
by 0x...: _dl_start_final (rtld.c:485)
by 0x...: _dl_start (rtld.c:575)
by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (rtld.c:897)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
cryptopp | g++ -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
TIMECOP error (can be valgrind bug)
error 99
afb7d016eeef85934d7a12bbf014e2617cc12dfc027b9df9b7af7f5a8f888244 16557323 1336914577 900000000 crypto_hash/lsh512/cryptopp
Conditional jump or move depends on uninitialised value(s)
at 0x...: index (strchr.S:96)
by 0x...: _dl_dst_count (dl-load.c:234)
by 0x...: expand_dynamic_string_token (dl-load.c:388)
by 0x...: _dl_map_object (dl-load.c:2168)
by 0x...: map_doit (rtld.c:645)
by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
by 0x...: do_preload (rtld.c:819)
by 0x...: handle_preload_list (rtld.c:920)
by 0x...: dl_main (rtld.c:1735)
by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
by 0x...: _dl_start_final (rtld.c:485)
by 0x...: _dl_start (rtld.c:575)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (rtld.c:897)
Conditional jump or move depends on uninitialised value(s)
at 0x...: index (strchr.S:97)
by 0x...: _dl_dst_count (dl-load.c:234)
by 0x...: expand_dynamic_string_token (dl-load.c:388)
by 0x...: _dl_map_object (dl-load.c:2168)
by 0x...: map_doit (rtld.c:645)
by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
by 0x...: do_preload (rtld.c:819)
by 0x...: handle_preload_list (rtld.c:920)
by 0x...: dl_main (rtld.c:1735)
by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
by 0x...: _dl_start_final (rtld.c:485)
by 0x...: _dl_start (rtld.c:575)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (rtld.c:897)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_dst_count (dl-load.c:237)
by 0x...: expand_dynamic_string_token (dl-load.c:388)
by 0x...: _dl_map_object (dl-load.c:2168)
by 0x...: map_doit (rtld.c:645)
by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
by 0x...: do_preload (rtld.c:819)
by 0x...: handle_preload_list (rtld.c:920)
by 0x...: dl_main (rtld.c:1735)
by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
by 0x...: _dl_start_final (rtld.c:485)
by 0x...: _dl_start (rtld.c:575)
by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (rtld.c:897)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expand_dynamic_string_token (dl-load.c:391)
by 0x...: _dl_map_object (dl-load.c:2168)
by 0x...: map_doit (rtld.c:645)
by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
by 0x...: do_preload (rtld.c:819)
by 0x...: handle_preload_list (rtld.c:920)
by 0x...: dl_main (rtld.c:1735)
by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
by 0x...: _dl_start_final (rtld.c:485)
by 0x...: _dl_start (rtld.c:575)
by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (rtld.c:897)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
cryptopp | g++ -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
TIMECOP error (can be valgrind bug)
error 99
afb7d016eeef85934d7a12bbf014e2617cc12dfc027b9df9b7af7f5a8f888244 12620784 1573563976 900000000 crypto_hash/lsh512/ref
Conditional jump or move depends on uninitialised value(s)
at 0x...: index (strchr.S:96)
by 0x...: _dl_dst_count (dl-load.c:234)
by 0x...: expand_dynamic_string_token (dl-load.c:388)
by 0x...: _dl_map_object (dl-load.c:2168)
by 0x...: map_doit (rtld.c:645)
by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
by 0x...: do_preload (rtld.c:819)
by 0x...: handle_preload_list (rtld.c:920)
by 0x...: dl_main (rtld.c:1735)
by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
by 0x...: _dl_start_final (rtld.c:485)
by 0x...: _dl_start (rtld.c:575)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (rtld.c:897)
Conditional jump or move depends on uninitialised value(s)
at 0x...: index (strchr.S:97)
by 0x...: _dl_dst_count (dl-load.c:234)
by 0x...: expand_dynamic_string_token (dl-load.c:388)
by 0x...: _dl_map_object (dl-load.c:2168)
by 0x...: map_doit (rtld.c:645)
by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
by 0x...: do_preload (rtld.c:819)
by 0x...: handle_preload_list (rtld.c:920)
by 0x...: dl_main (rtld.c:1735)
by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
by 0x...: _dl_start_final (rtld.c:485)
by 0x...: _dl_start (rtld.c:575)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (rtld.c:897)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_dst_count (dl-load.c:237)
by 0x...: expand_dynamic_string_token (dl-load.c:388)
by 0x...: _dl_map_object (dl-load.c:2168)
by 0x...: map_doit (rtld.c:645)
by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
by 0x...: do_preload (rtld.c:819)
by 0x...: handle_preload_list (rtld.c:920)
by 0x...: dl_main (rtld.c:1735)
by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
by 0x...: _dl_start_final (rtld.c:485)
by 0x...: _dl_start (rtld.c:575)
by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (rtld.c:897)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expand_dynamic_string_token (dl-load.c:391)
by 0x...: _dl_map_object (dl-load.c:2168)
by 0x...: map_doit (rtld.c:645)
by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
by 0x...: do_preload (rtld.c:819)
by 0x...: handle_preload_list (rtld.c:920)
by 0x...: dl_main (rtld.c:1735)
by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
by 0x...: _dl_start_final (rtld.c:485)
by 0x...: _dl_start (rtld.c:575)
by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (rtld.c:897)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
TIMECOP error (can be valgrind bug)
error 99
afb7d016eeef85934d7a12bbf014e2617cc12dfc027b9df9b7af7f5a8f888244 12105400 1215147577 900000000 crypto_hash/lsh512/ref
Conditional jump or move depends on uninitialised value(s)
at 0x...: index (strchr.S:96)
by 0x...: _dl_dst_count (dl-load.c:234)
by 0x...: expand_dynamic_string_token (dl-load.c:388)
by 0x...: _dl_map_object (dl-load.c:2168)
by 0x...: map_doit (rtld.c:645)
by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
by 0x...: do_preload (rtld.c:819)
by 0x...: handle_preload_list (rtld.c:920)
by 0x...: dl_main (rtld.c:1735)
by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
by 0x...: _dl_start_final (rtld.c:485)
by 0x...: _dl_start (rtld.c:575)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (rtld.c:897)
Conditional jump or move depends on uninitialised value(s)
at 0x...: index (strchr.S:97)
by 0x...: _dl_dst_count (dl-load.c:234)
by 0x...: expand_dynamic_string_token (dl-load.c:388)
by 0x...: _dl_map_object (dl-load.c:2168)
by 0x...: map_doit (rtld.c:645)
by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
by 0x...: do_preload (rtld.c:819)
by 0x...: handle_preload_list (rtld.c:920)
by 0x...: dl_main (rtld.c:1735)
by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
by 0x...: _dl_start_final (rtld.c:485)
by 0x...: _dl_start (rtld.c:575)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (rtld.c:897)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_dst_count (dl-load.c:237)
by 0x...: expand_dynamic_string_token (dl-load.c:388)
by 0x...: _dl_map_object (dl-load.c:2168)
by 0x...: map_doit (rtld.c:645)
by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
by 0x...: do_preload (rtld.c:819)
by 0x...: handle_preload_list (rtld.c:920)
by 0x...: dl_main (rtld.c:1735)
by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
by 0x...: _dl_start_final (rtld.c:485)
by 0x...: _dl_start (rtld.c:575)
by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (rtld.c:897)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expand_dynamic_string_token (dl-load.c:391)
by 0x...: _dl_map_object (dl-load.c:2168)
by 0x...: map_doit (rtld.c:645)
by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
by 0x...: do_preload (rtld.c:819)
by 0x...: handle_preload_list (rtld.c:920)
by 0x...: dl_main (rtld.c:1735)
by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
by 0x...: _dl_start_final (rtld.c:485)
by 0x...: _dl_start (rtld.c:575)
by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (rtld.c:897)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
TIMECOP error (can be valgrind bug)
error 99
afb7d016eeef85934d7a12bbf014e2617cc12dfc027b9df9b7af7f5a8f888244 12842718 1240778892 900000000 crypto_hash/lsh512/ref
Conditional jump or move depends on uninitialised value(s)
at 0x...: index (strchr.S:96)
by 0x...: _dl_dst_count (dl-load.c:234)
by 0x...: expand_dynamic_string_token (dl-load.c:388)
by 0x...: _dl_map_object (dl-load.c:2168)
by 0x...: map_doit (rtld.c:645)
by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
by 0x...: do_preload (rtld.c:819)
by 0x...: handle_preload_list (rtld.c:920)
by 0x...: dl_main (rtld.c:1735)
by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
by 0x...: _dl_start_final (rtld.c:485)
by 0x...: _dl_start (rtld.c:575)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (rtld.c:897)
Conditional jump or move depends on uninitialised value(s)
at 0x...: index (strchr.S:97)
by 0x...: _dl_dst_count (dl-load.c:234)
by 0x...: expand_dynamic_string_token (dl-load.c:388)
by 0x...: _dl_map_object (dl-load.c:2168)
by 0x...: map_doit (rtld.c:645)
by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
by 0x...: do_preload (rtld.c:819)
by 0x...: handle_preload_list (rtld.c:920)
by 0x...: dl_main (rtld.c:1735)
by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
by 0x...: _dl_start_final (rtld.c:485)
by 0x...: _dl_start (rtld.c:575)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (rtld.c:897)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_dst_count (dl-load.c:237)
by 0x...: expand_dynamic_string_token (dl-load.c:388)
by 0x...: _dl_map_object (dl-load.c:2168)
by 0x...: map_doit (rtld.c:645)
by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
by 0x...: do_preload (rtld.c:819)
by 0x...: handle_preload_list (rtld.c:920)
by 0x...: dl_main (rtld.c:1735)
by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
by 0x...: _dl_start_final (rtld.c:485)
by 0x...: _dl_start (rtld.c:575)
by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (rtld.c:897)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expand_dynamic_string_token (dl-load.c:391)
by 0x...: _dl_map_object (dl-load.c:2168)
by 0x...: map_doit (rtld.c:645)
by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
by 0x...: do_preload (rtld.c:819)
by 0x...: handle_preload_list (rtld.c:920)
by 0x...: dl_main (rtld.c:1735)
by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
by 0x...: _dl_start_final (rtld.c:485)
by 0x...: _dl_start (rtld.c:575)
by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (rtld.c:897)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
TIMECOP error (can be valgrind bug)
error 99
afb7d016eeef85934d7a12bbf014e2617cc12dfc027b9df9b7af7f5a8f888244 13331402 1308323876 900000000 crypto_hash/lsh512/ref
Conditional jump or move depends on uninitialised value(s)
at 0x...: index (strchr.S:96)
by 0x...: _dl_dst_count (dl-load.c:234)
by 0x...: expand_dynamic_string_token (dl-load.c:388)
by 0x...: _dl_map_object (dl-load.c:2168)
by 0x...: map_doit (rtld.c:645)
by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
by 0x...: do_preload (rtld.c:819)
by 0x...: handle_preload_list (rtld.c:920)
by 0x...: dl_main (rtld.c:1735)
by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
by 0x...: _dl_start_final (rtld.c:485)
by 0x...: _dl_start (rtld.c:575)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (rtld.c:897)
Conditional jump or move depends on uninitialised value(s)
at 0x...: index (strchr.S:97)
by 0x...: _dl_dst_count (dl-load.c:234)
by 0x...: expand_dynamic_string_token (dl-load.c:388)
by 0x...: _dl_map_object (dl-load.c:2168)
by 0x...: map_doit (rtld.c:645)
by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
by 0x...: do_preload (rtld.c:819)
by 0x...: handle_preload_list (rtld.c:920)
by 0x...: dl_main (rtld.c:1735)
by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
by 0x...: _dl_start_final (rtld.c:485)
by 0x...: _dl_start (rtld.c:575)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (rtld.c:897)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _dl_dst_count (dl-load.c:237)
by 0x...: expand_dynamic_string_token (dl-load.c:388)
by 0x...: _dl_map_object (dl-load.c:2168)
by 0x...: map_doit (rtld.c:645)
by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
by 0x...: do_preload (rtld.c:819)
by 0x...: handle_preload_list (rtld.c:920)
by 0x...: dl_main (rtld.c:1735)
by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
by 0x...: _dl_start_final (rtld.c:485)
by 0x...: _dl_start (rtld.c:575)
by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (rtld.c:897)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expand_dynamic_string_token (dl-load.c:391)
by 0x...: _dl_map_object (dl-load.c:2168)
by 0x...: map_doit (rtld.c:645)
by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
by 0x...: do_preload (rtld.c:819)
by 0x...: handle_preload_list (rtld.c:920)
by 0x...: dl_main (rtld.c:1735)
by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
by 0x...: _dl_start_final (rtld.c:485)
by 0x...: _dl_start (rtld.c:575)
by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
Uninitialised value was created by a stack allocation
at 0x...: handle_preload_list (rtld.c:897)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |