|
From: Philippe W. <phi...@so...> - 2019-03-30 18:10:48
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=46e02beb61f210b8bfafbb53099b9b9eb81663cc commit 46e02beb61f210b8bfafbb53099b9b9eb81663cc Author: Philippe Waroquiers <phi...@sk...> Date: Sat Mar 30 19:09:31 2019 +0100 Announce fix 405782 "VEX temporary storage exhausted" when attempting to debug slic3r-pe This bug was fixed by various optimisations done by Julian. Diff: --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 61aaeba..99950b1 100644 --- a/NEWS +++ b/NEWS @@ -125,6 +125,7 @@ where XXXXXX is the bug number as listed below. 405733 PPC64, xvcvdpsp should write 32-bit result to upper and lower 32-bits of the 64-bit destination field. 405734 PPC64, vrlwnm, vrlwmi, vrldrm, vrldmi do not work properly when me < mb +405782 "VEX temporary storage exhausted" when attempting to debug slic3r-pe n-i-bz add syswrap for PTRACE_GET|SET_THREAD_AREA on amd64. n-i-bz Fix callgrind_annotate non deterministic order for equal total |