494327 Crash when running Helgrind built with #define TRACE_PTH_FNS 1
494337 All threaded applications cause still holding lock errors
495488 Add FreeBSD getrlimitusage syscall wrapper
+496370 Illumos: signal handling is broken
496571 False positive for null key passed to bpf_map_get_next_key syscall.
469782 Valgrind does not support zstd-compressed debug sections
497130 Recognize new DWARF5 DW_LANG constants
499183 FreeBSD: differences in avx-vmovq output
499212 mmap() with MAP_ALIGNED() returns unaligned pointer
+
To see details of a given bug, visit
https://bugs.kde.org/show_bug.cgi?id=XXXXXX
where XXXXXX is the bug number as listed above.
return (sum2 << 32) | sum1;
}
+#pragma GCC push_options
+#pragma GCC optimize ("O0")
+
/* Save a complete context (VCPU state, sigmask) of a given client thread
into the vki_ucontext_t structure. This structure is supposed to be
allocated in the client memory, a caller must make sure that the memory can
}
}
+#pragma GCC pop_options
+
/* Set a client stack associated with a given thread id according to values
passed in the vki_stack_t structure. */
static void set_stack(ThreadId tid, vki_stack_t *st)