https://bugs.kde.org/show_bug.cgi?id=509406

--- Comment #3 from Paul Floyd <[email protected]> ---
On arm64 I get

./drd/tests/fork-parallel.stderr.diff

Needs a new suppression?

+Thread 3:
+Conflicting store by thread 3 at 0x........ size 1
+   at 0x........: ??? (in /...libc...)
+   by 0x........: ??? (in /...libc...)
+   by 0x........: ??? (in /...libc...)
+   by 0x........: _malloc_postfork (in /...libc...)
+   by 0x........: start_thread
+   by 0x........: start_thread
+   by 0x........: startproc (fork.c:?)
+   by 0x........: vgDrd_thread_wrapper (drd_pthread_intercepts.c:?)
+   by 0x........: start_thread
+   by 0x........: pthread_crestart_thread
+Allocation context: unknown.
+


./gdbserver_tests/mcinvokeWS.stdoutB.diff
./gdbserver_tests/mcinvokeWS.stderrB.diff

No output

./gdbserver_tests/nlcontrolc.stderr.diff
./gdbserver_tests/nlcontrolc.stdoutB.diff
./gdbserver_tests/nlsigvgdb.stderrB.diff
./gdbserver_tests/nlvgdbsigqueue.stderr.diff
./gdbserver_tests/nlvgdbsigqueue.stdoutB.diff

+valgrind: m_gdbserver/m_gdbserver.c:881 (void vgPlain_invoke_gdbserver(int)):
Assertion 'check == 0x8BADF00D' failed.

./memcheck/tests/freebsd/pdfork_pdkill.stderr.diff

+Conditional jump or move depends on uninitialised value(s)
+   ...
+   by 0x........: main (pdfork_pdkill.c:105)
+

       pdfork(&anotherfd, badflag);

Strange.

./memcheck/tests/freebsd/scalar.stderr.diff

+Syscall param inotify_add_watch_at(mask) contains uninitialised byte(s)
+   ...
+

That's my fault. The syscall has 4 args and I only put 3 in scalar.c. Fixed.

./memcheck/tests/freebsd/timing_safe.stderr.diff

Several changes. Some missing and some changed errors. Not sure what is going
on. Maybe on amd64 the compiler is replacing timingsafe_memcmp calls with code.

./none/tests/freebsd/auxv.stderr.diff
./none/tests/freebsd/auxv_script.stderr.diff

#define AT_CHERI_STATS  37      /* Reserved */
#define AT_HWCAP3       38      /* CPU feature flags 3. */
#define AT_HWCAP4       39      /* CPU feature flags 4. *

^^^ look like new entries that need to be handled

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to