[valgrind] [Bug 383010] Add support for AVX-512 instructions

2024-06-26 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=383010 Tom Hughes changed: What|Removed |Added CC||steve+...@hill-mail.co.uk --- Comment #97 from

[valgrind] [Bug 489221] Unrecognized instruction: _mm256_cvtps_ph (vcvtps2ph)

2024-06-26 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=489221 Tom Hughes changed: What|Removed |Added Resolution|--- |DUPLICATE Status|REPORTED

[valgrind] [Bug 487410] disInstr(arm64): unhandled instruction 0x88E1FC02

2024-05-22 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=487410 Tom Hughes changed: What|Removed |Added Summary|Valgrind is reporting |disInstr(arm64): unhandled

[valgrind] [Bug 194144] Make log-fd really log to that fd (not dup on startup)

2024-05-03 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=194144 Tom Hughes changed: What|Removed |Added CC||t...@compton.nu --- Comment #2 from Tom Hughes

[valgrind] [Bug 483372] Double calloc() not detected

2024-03-12 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=483372 Tom Hughes changed: What|Removed |Added CC||t...@compton.nu Status|REPORTED

[valgrind] [Bug 162229] VALGRIND_DO_LEAK_CHECK emits false positive

2024-02-08 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=162229 Tom Hughes changed: What|Removed |Added CC||t...@compton.nu --- Comment #6 from Tom Hughes

[valgrind] [Bug 480680] vex x86->IR: unhandled instruction bytes: 0x2E 0x8D 0x74 0x26

2024-02-01 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=480680 --- Comment #2 from Tom Hughes --- I know it's not exactly the same instruction but d35005cef8ad8207542738812705ceabf137d7e0 that fixed that other bug should cover this case as well. -- You are receiving this mail because: You are watching al

[valgrind] [Bug 478624] Valgrind incompatibility with binutils-2.42 on x86 with new nop patterns (unhandled instruction bytes: 0x2E 0x8D 0xB4 0x26)

2024-02-01 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=478624 Tom Hughes changed: What|Removed |Added CC||sch...@linux-m68k.org --- Comment #4 from Tom

[valgrind] [Bug 480680] vex x86->IR: unhandled instruction bytes: 0x2E 0x8D 0x74 0x26

2024-02-01 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=480680 Tom Hughes changed: What|Removed |Added CC||t...@compton.nu Resolution

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2024-01-30 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=383010 Tom Hughes changed: What|Removed |Added CC||k...@chrisada.co.uk --- Comment #93 from Tom

[valgrind] [Bug 480545] unhandled instruction bytes: 0x62 0xF1 0xFE 0x48 0x7F 0x84 0x24 0x10 0x0 0x0

2024-01-30 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=480545 Tom Hughes changed: What|Removed |Added Resolution|--- |DUPLICATE CC

[valgrind] [Bug 480042] False-positive "uninitialised value" with GStreamer and ffmpeg

2024-01-19 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=480042 Tom Hughes changed: What|Removed |Added CC||t...@compton.nu --- Comment #2 from Tom Hughes

[valgrind] [Bug 476662] vex amd64->IR: unhandled instruction bytes: 0x66 0x9D (popf)

2023-11-07 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=476662 Tom Hughes changed: What|Removed |Added CC||t...@compton.nu Summary|Popfw causes

[valgrind] [Bug 470978] s390x: Valgrind cannot start qemu-kvm when "sysctl vm.allocate_pgste=0"

2023-06-13 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=470978 Tom Hughes changed: What|Removed |Added CC||t...@compton.nu --- Comment #1 from Tom Hughes

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2023-05-31 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=383010 Tom Hughes changed: What|Removed |Added CC||toitran4...@gmail.com --- Comment #92 from Tom

[valgrind] [Bug 470489] vex amd64->IR: unhandled instruction bytes: 0x62 0xF2 0xFD 0x28 0x7C 0xE0 0x48 0x8D 0x90 0x0

2023-05-31 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=470489 Tom Hughes changed: What|Removed |Added Status|REPORTED|RESOLVED CC

[valgrind] [Bug 470244] mremap() call not fully implemented and when attempting to resize the same address to a larger size the mremap() call responded with MAP_FAILED.

2023-05-25 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=470244 Tom Hughes changed: What|Removed |Added Ever confirmed|0 |1 Status|RESOLVED

[valgrind] [Bug 470244] mremap() call not fully implemented and when attempting to resize the same address to a larger size the mremap() call responded with MAP_FAILED.

2023-05-25 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=470244 --- Comment #9 from Tom Hughes --- Actually I can see the problem there - the following segment is an SkResvn not SkFree. Now VG_(am_get_advisory_client_simple) will allow a reservation to be used so will accept the request, but VG_

[valgrind] [Bug 470244] mremap() call not fully implemented and when attempting to resize the same address to a larger size the mremap() call responded with MAP_FAILED.

2023-05-25 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=470244 --- Comment #5 from Tom Hughes --- This is the call: SYSCALL[157805,1](25) sys_mremap ( 0xac, 8192, 16384, 0x0 ) --> [pre-fail] Failure(0xc) so it's being rejected by valgrind with ENOMEM without being passed to the kernel. Given t

[valgrind] [Bug 470244] mremap() call not fully implemented and when attempting to resize the same address to a larger size the mremap() call responded with MAP_FAILED.

2023-05-25 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=470244 Tom Hughes changed: What|Removed |Added CC||t...@compton.nu --- Comment #1 from Tom Hughes

[valgrind] [Bug 469878] unhandled instruction bytes: 0x62 0xF1 0x7F 0x48 0x7F 0x44 0x24 0x1 0x83 0xE7

2023-05-16 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=469878 Tom Hughes changed: What|Removed |Added CC||t...@compton.nu Resolution

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2023-05-16 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=383010 Tom Hughes changed: What|Removed |Added CC||tus...@kazv.moe --- Comment #91 from Tom Hughes

[valgrind] [Bug 469565] valgrind not detecting simple leak with malloc(In Arm System)

2023-05-11 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=469565 --- Comment #6 from Tom Hughes --- It shouldn't be possible to strip libc.so in a way that removes a public symbol like malloc - it must at least be in the dynamic symbol table or the dynamic linker couldn't work. -- You are receiving

[valgrind] [Bug 469565] valgrind not detecting simple leak with malloc(In Arm System)

2023-05-11 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=469565 --- Comment #4 from Tom Hughes --- Are using a statically linked C library? -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 469565] valgrind not detecting simple leak with malloc(In Arm System)

2023-05-10 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=469565 Tom Hughes changed: What|Removed |Added CC||t...@compton.nu --- Comment #1 from Tom Hughes

[valgrind] [Bug 417572] vex amd64->IR: unhandled instruction bytes: 0xC5 0x79 0xD6 0xED 0xC5 0xF9 0x51

2023-05-09 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=417572 --- Comment #5 from Tom Hughes --- I believe the instruction is: VEX.128.66.0F.WIG D6 /r VMOVQ xmm1/m64, xmm2 Move quadword from xmm2 register to xmm1/m64. -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 417572] vex amd64->IR: unhandled instruction bytes: 0xC5 0x79 0xD6 0xED 0xC5 0xF9 0x51

2023-05-09 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=417572 Tom Hughes changed: What|Removed |Added Ever confirmed|0 |1 Resolution|DUPLICATE

[valgrind] [Bug 339416] unhandled instruction bytes 0xC5 0xF1 0xEF 0xC9 [AVX]

2023-05-09 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=339416 Tom Hughes changed: What|Removed |Added Resolution|DUPLICATE |--- Status|RESOLVED

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2023-05-09 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=383010 --- Comment #90 from Tom Hughes --- *** Bug 339416 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 339416] unhandled instruction bytes 0xC5 0xF1 0xEF 0xC9 [AVX]

2023-05-09 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=339416 Tom Hughes changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2023-05-09 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=383010 Tom Hughes changed: What|Removed |Added CC||arnaud.desit...@gmail.com --- Comment #89 from

[valgrind] [Bug 417572] vex amd64->IR: unhandled instruction bytes: 0xC5 0x79 0xD6 0xED 0xC5 0xF9 0x51

2023-05-09 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=417572 Tom Hughes changed: What|Removed |Added Resolution|--- |DUPLICATE Status|REPORTED

[valgrind] [Bug 425445] memcheck cannot display the error line number

2023-02-23 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=425445 Tom Hughes changed: What|Removed |Added Ever confirmed|0 |1 CC

[valgrind] [Bug 410102] Valgrind ir sanity check failure crash

2023-02-23 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=410102 Tom Hughes changed: What|Removed |Added Resolution|WORKSFORME |--- CC

[valgrind] [Bug 133766] Would like more flexible suppression format

2023-02-23 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=133766 Tom Hughes changed: What|Removed |Added Status|RESOLVED|REOPENED Ever confirmed|0

[valgrind] [Bug 463082] (vpsrld) vex x86->IR: unhandled instruction bytes: 0x62 0xD1 0x6D 0x8 0x72 0x10 0x18 0x62 0xD1 0x7D

2022-12-15 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=463082 Tom Hughes changed: What|Removed |Added Resolution|--- |DUPLICATE Status|REPORTED

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2022-12-15 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=383010 Tom Hughes changed: What|Removed |Added CC||kobalicek.p...@gmail.com --- Comment #83 from Tom

[valgrind] [Bug 462135] vex amd64->IR: unhandled instruction bytes: 0x62 0xF2 0xFD 0x28 0x7C 0xE9 0xB1 0x2 0x62 0xF2

2022-11-22 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=462135 --- Comment #3 from Tom Hughes --- Sure, but something has chosen to output the instruction with an EVEX prefix, which was added as part of AVX512 so you'll need the AVX512 support to have any chance of decoding it. It may well be possible to e

[valgrind] [Bug 462135] vex amd64->IR: unhandled instruction bytes: 0x62 0xF2 0xFD 0x28 0x7C 0xE9 0xB1 0x2 0x62 0xF2

2022-11-22 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=462135 Tom Hughes changed: What|Removed |Added Resolution|--- |DUPLICATE Status|REPORTED

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2022-11-22 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=383010 Tom Hughes changed: What|Removed |Added CC||smuel...@chronox.de --- Comment #82 from Tom

[valgrind] [Bug 462135] vex amd64->IR: unhandled instruction bytes: 0x62 0xF2 0xFD 0x28 0x7C 0xE9 0xB1 0x2 0x62 0xF2

2022-11-22 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=462135 Tom Hughes changed: What|Removed |Added Summary|unhandled instruction |vex amd64->IR: unhandled |by

[valgrind] [Bug 461922] Installation Failure

2022-11-16 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=461922 Tom Hughes changed: What|Removed |Added Status|REPORTED|RESOLVED CC

[valgrind] [Bug 459047] Incorrect memory leak report

2022-09-13 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=459047 Tom Hughes changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[valgrind] [Bug 459047] Incorrect memory leak report

2022-09-13 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=459047 Tom Hughes changed: What|Removed |Added Resolution|--- |NOT A BUG Status|REPORTED

[valgrind] [Bug 459047] Incorrect memory leak report

2022-09-13 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=459047 Tom Hughes changed: What|Removed |Added Summary|Memory leak in valgrind |Incorrect memory leak |memcheck

[valgrind] [Bug 457860] Memcheck classifies leaks differently depending on if a C program exits with `return` or `exit`

2022-08-14 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=457860 Tom Hughes changed: What|Removed |Added CC||t...@compton.nu --- Comment #1 from Tom Hughes

[valgrind] [Bug 456948] Unrecognized instruction CLFLUSHOPT in Intel oneAPI MPI 2021.6 library

2022-08-01 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=456948 --- Comment #11 from Tom Hughes --- That is exactly what we do and why Mark said your program should be checking the CPU capabilities. -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 456948] Unrecognized instruction CLFLUSHOPT in Intel oneAPI MPI 2021.6 library

2022-07-27 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=456948 Tom Hughes changed: What|Removed |Added CC||t...@compton.nu --- Comment #7 from Tom Hughes

[valgrind] [Bug 455740] Include hints for Arch linux in error message for missing redirections

2022-06-22 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=455740 --- Comment #4 from Tom Hughes --- I hadn't initially understood that you were suggesting an addition to an existing message because the way the initial parts of the report made it written made it sound like this was a new idea to document hint

[valgrind] [Bug 455740] Include hints for Arch linux in error message for missing redirections

2022-06-21 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=455740 Tom Hughes changed: What|Removed |Added Summary|Include hints for Arch |Include hints for Arch |linux

[valgrind] [Bug 455740] Include hints for Arch linux in error message for missing rediretions

2022-06-21 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=455740 Tom Hughes changed: What|Removed |Added Summary|Tip to improve "a function |Include hints for

[valgrind] [Bug 455740] Tip to improve "a function redirection which is mandatory..." error message

2022-06-21 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=455740 --- Comment #2 from Tom Hughes --- Also I don't see why installing debuginfod would help - installing the client tools might help but there's no reason you should need the daemon. -- You are receiving this mail because: You are watchi

[valgrind] [Bug 455740] Tip to improve "a function redirection which is mandatory..." error message

2022-06-21 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=455740 Tom Hughes changed: What|Removed |Added CC||t...@compton.nu --- Comment #1 from Tom Hughes

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2022-06-14 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=383010 Tom Hughes changed: What|Removed |Added CC||ytr...@sdf-eu.org --- Comment #78 from Tom Hughes

[valgrind] [Bug 451837] When profiling this specific executable, valgrind fails to break down 0x62 0xF1 0x7F 0x28 0x7F 0x2 0xF 0x87 0x95 0xA1 into 2 separate instructions

2022-06-14 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=451837 Tom Hughes changed: What|Removed |Added Resolution|--- |DUPLICATE Status|REPORTED

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2022-06-14 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=383010 Tom Hughes changed: What|Removed |Added CC||fchen0...@gmail.com --- Comment #77 from Tom

[valgrind] [Bug 455279] vex amd64->IR: unhandled instruction bytes: 0x62 0xD2 0xFD 0x28 0x7C 0xC8 0x62 0xF2 0xFD 0x28

2022-06-14 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=455279 Tom Hughes changed: What|Removed |Added Resolution|--- |DUPLICATE Status|REPORTED

[valgrind] [Bug 383010] Add support for AVX-512 instructions

2022-06-14 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=383010 Tom Hughes changed: What|Removed |Added CC||arkang...@gmail.com --- Comment #76 from Tom

[valgrind] [Bug 408140] Missing support for vmovdqu64

2022-06-14 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=408140 Tom Hughes changed: What|Removed |Added Resolution|--- |DUPLICATE Status|REPORTED

[valgrind] [Bug 455279] vex amd64->IR: unhandled instruction bytes: 0x62 0xD2 0xFD 0x28 0x7C 0xC8 0x62 0xF2 0xFD 0x28

2022-06-14 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=455279 --- Comment #2 from Tom Hughes --- Ah it's an EVEX prefix now but the opcode map in the Intel manual helpfully doesn't mention that... There is no AVX512 support in valgrind currently so you can't run code that is compiled to use AVX5

[valgrind] [Bug 455279] vex amd64->IR: unhandled instruction bytes: 0x62 0xD2 0xFD 0x28 0x7C 0xC8 0x62 0xF2 0xFD 0x28

2022-06-14 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=455279 Tom Hughes changed: What|Removed |Added CC||t...@compton.nu --- Comment #1 from Tom Hughes

[valgrind] [Bug 342988] INT 80 not recognised on amd64

2022-05-27 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=342988 Tom Hughes changed: What|Removed |Added CC||alfred.pola...@broadcom.com --- Comment #2 from

[valgrind] [Bug 454482] vex amd64->IR: unhandled instruction bytes: 0xCD 0x80 0x89 0x45 0xFC 0x8B 0x45 0xFC 0x89 0x45

2022-05-27 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=454482 Tom Hughes changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[valgrind] [Bug 454482] vex amd64->IR: unhandled instruction bytes: 0xCD 0x80 0x89 0x45 0xFC 0x8B 0x45 0xFC 0x89 0x45

2022-05-27 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=454482 --- Comment #4 from Tom Hughes --- The point really is that I don't think we've ever bothered to implement in 0x80 on x86_64 because nothing uses it. -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 454482] vex amd64->IR: unhandled instruction bytes: 0xCD 0x80 0x89 0x45 0xFC 0x8B 0x45 0xFC 0x89 0x45

2022-05-27 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=454482 --- Comment #2 from Tom Hughes --- Why are you using int 0x80 to make a system call on x86_64 though? Even newer x86_32 systems have better ways to make system calls and x86_64 has never really used that for them other that in artificial hand rolled

[valgrind] [Bug 454482] vex amd64->IR: unhandled instruction bytes: 0xCD 0x80 0x89 0x45 0xFC 0x8B 0x45 0xFC 0x89 0x45

2022-05-27 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=454482 Tom Hughes changed: What|Removed |Added CC||t...@compton.nu Summary|valgrind

[valgrind] [Bug 453084] Misleading error with memmove: Source and destination overlap in memcpy_chk

2022-04-27 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=453084 Tom Hughes changed: What|Removed |Added CC||t...@compton.nu --- Comment #2 from Tom Hughes

[valgrind] [Bug 453084] Misleading error with memmove: Source and destination overlap in memcpy_chk

2022-04-27 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=453084 --- Comment #5 from Tom Hughes --- Sorry I meant I reproduced in Fedora 35 and without having to figure out docker which is a totally unnecessary distraction. -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 453084] Misleading error with memmove: Source and destination overlap in memcpy_chk

2022-04-27 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=453084 --- Comment #4 from Tom Hughes --- I've managed to reproduce it on Fedora 34 and it does seem to be linked to use __memmove_chk and __memmove_chk and __memcpy_chkdo seem to be different symbols in glibc (sometimes the two are the same if memc

[valgrind] [Bug 453084] Misleading error with memmove: Source and destination overlap in memcpy_chk

2022-04-27 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=453084 --- Comment #6 from Tom Hughes --- I think this (from --trace-redir=yes) explains is: --3163534-- REDIR: 0x4a5f6c0 (libc.so.6:__memmove_chk) redirected to 0x48391ea (_vgnU_ifunc_wrapper) --3163534-- Adding redirect for indirect function 0x4a5f6c0 from

[valgrind] [Bug 453065] memcheck warnings when using C++

2022-04-26 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=453065 Tom Hughes changed: What|Removed |Added Status|REPORTED|RESOLVED CC

[valgrind] [Bug 451837] When profiling this specific executable, valgrind fails to break down 0x62 0xF1 0x7F 0x28 0x7F 0x2 0xF 0x87 0x95 0xA1 into 2 separate instructions

2022-03-28 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=451837 --- Comment #6 from Tom Hughes --- That looks the same to me if you ignore the extra bytes. The valgrind decoder doesn't know how long the instruction is (because it doesn't understand it) so it just dumps enough bytes to guarantee getting

[valgrind] [Bug 451837] When profiling this specific executable, valgrind fails to break down 0x62 0xF1 0x7F 0x28 0x7F 0x2 0xF 0x87 0x95 0xA1 into 2 separate instructions

2022-03-28 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=451837 --- Comment #4 from Tom Hughes --- I meant "without valgrind" there of course... -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 451837] When profiling this specific executable, valgrind fails to break down 0x62 0xF1 0x7F 0x28 0x7F 0x2 0xF 0x87 0x95 0xA1 into 2 separate instructions

2022-03-28 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=451837 Tom Hughes changed: What|Removed |Added CC||t...@compton.nu --- Comment #3 from Tom Hughes

[valgrind] [Bug 164298] finitel() returns false normally but true under valgrind

2022-03-14 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=164298 Tom Hughes changed: What|Removed |Added Resolution|--- |INTENTIONAL CC

[valgrind] [Bug 450458] unhandled instruction bytes: 0x37 0x48 0x83 0xF8 0x2E 0xF 0x84

2022-02-17 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=450458 --- Comment #8 from Tom Hughes --- Well in principle we should probably treat them as non-file backed but it's going to be tricky to identify them. This is what a mapping from such a file looks like in valgrind's address map: --3993090:1: a

[valgrind] [Bug 450458] unhandled instruction bytes: 0x37 0x48 0x83 0xF8 0x2E 0xF 0x84

2022-02-17 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=450458 --- Comment #6 from Tom Hughes --- Specifically https://github.com/zherczeg/sljit/blob/8d0f668fad91ca1d6c8afb3b72b34db41bee/sljit_src/sljitProtExecAllocator.c#L116 in sljit. -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 450458] unhandled instruction bytes: 0x37 0x48 0x83 0xF8 0x2E 0xF 0x84

2022-02-17 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=450458 --- Comment #5 from Tom Hughes --- Ah the /memfd:sljit path is probably a big clue - it's using an anonymous file created with memfd_create so it is file backed but not with a real file. -- You are receiving this mail because: You are watchin

[valgrind] [Bug 450458] unhandled instruction bytes: 0x37 0x48 0x83 0xF8 0x2E 0xF 0x84

2022-02-17 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=450458 --- Comment #4 from Tom Hughes --- Well that's quite interesting - the default is --smc-check=all-non-file which means we check for self modifying code on heap, stack and in anonymous mappings but not in file backed mappings. So it sounds like

[valgrind] [Bug 450458] unhandled instruction bytes: 0x37 0x48 0x83 0xF8 0x2E 0xF 0x84

2022-02-17 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=450458 --- Comment #2 from Tom Hughes --- Checked the December 2021 edition of the manual now and nothing seems to have changed so that is not a valid instruction. Either this is self modifying code that hasn't been detected (does --smc-check=all help

[valgrind] [Bug 450458] unhandled instruction bytes: 0x37 0x48 0x83 0xF8 0x2E 0xF 0x84

2022-02-17 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=450458 Tom Hughes changed: What|Removed |Added CC||t...@compton.nu --- Comment #1 from Tom Hughes

[valgrind] [Bug 405377] Handle new Linux kernel feature: Restartable Sequences ("rseq")

2022-01-26 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=405377 Tom Hughes changed: What|Removed |Added CC||m...@linux.ibm.com --- Comment #6 from Tom Hughes

[valgrind] [Bug 449199] unhandled syscall 387 on ppc64le-linux

2022-01-26 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=449199 Tom Hughes changed: What|Removed |Added Resolution|--- |DUPLICATE CC

[valgrind] [Bug 448991] leak on fedora 33 and higher in getaddrinfo

2022-01-23 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=448991 Tom Hughes changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[valgrind] [Bug 446754] Improve error codes from alloc functions under memcheck

2021-12-10 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=446754 Tom Hughes changed: What|Removed |Added CC||t...@compton.nu --- Comment #2 from Tom Hughes

[valgrind] [Bug 339596] AMD64 xop instructions unsupported. vex amd64->IR: unhandled instruction bytes: 0x8F 0xE8 0x78 0xCD 0xC1 0x4 0xC5 0xF9

2021-12-07 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=339596 Tom Hughes changed: What|Removed |Added CC||k...@tastytea.de --- Comment #27 from Tom Hughes

[valgrind] [Bug 446669] vex amd64->IR: unhandled instruction bytes: 0x8F 0xEA 0xF8 0x10 0xED 0x7 0x20 0x0 0x0 0x48

2021-12-07 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=446669 Tom Hughes changed: What|Removed |Added CC||t...@compton.nu Resolution

[valgrind] [Bug 446429] vex x86->IR: unhandled instruction bytes: 0xFB 0xFF 0xFF 0x8B

2021-12-03 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=446429 --- Comment #4 from Tom Hughes --- Well you've got an invalid write reported there so the first thing you should do is fix that - once an invalid write has happened the state of your program is undefined because something somewhere was been overwr

[valgrind] [Bug 446429] vex x86->IR: unhandled instruction bytes: 0xFB 0xFF 0xFF 0x8B

2021-12-03 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=446429 Tom Hughes changed: What|Removed |Added CC||t...@compton.nu --- Comment #1 from Tom Hughes

[valgrind] [Bug 446410] illegal instruction: _mm256_loadu_si256

2021-12-03 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=446410 Tom Hughes changed: What|Removed |Added CC||t...@compton.nu --- Comment #1 from Tom Hughes

[valgrind] [Bug 446236] Issues with Valgrind 3.8.1 version, after compiler upgrade

2021-11-29 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=446236 Tom Hughes changed: What|Removed |Added CC||t...@compton.nu --- Comment #1 from Tom Hughes

[valgrind] [Bug 445627] Query on Leak summary

2021-11-17 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=445627 Tom Hughes changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[valgrind] [Bug 445011] SIGCHLD is sent when valgrind is used and getservbyname() function is invoked on Fedora 35

2021-11-12 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=445011 --- Comment #7 from Tom Hughes --- I did some looking at this and I think probably m_signals.c needs to provide a way to register pids which should be ignored and not passed on to the client when SIGCHLD arrives. Then either VG_(fork) or readelf.c

[valgrind] [Bug 445011] SIGCHLD is sent when valgrind is used and getservbyname() function is invoked on Fedora 35

2021-11-05 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=445011 --- Comment #2 from Tom Hughes --- Ah it's the children that are created to run /usr/bin/debuginfod-find and fetch debug information. -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 445011] SIGCHLD is sent when valgrind is used and getservbyname() function is invoked on Fedora 35

2021-11-05 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=445011 Tom Hughes changed: What|Removed |Added CC||t...@compton.nu --- Comment #1 from Tom Hughes

[valgrind] [Bug 444431] Incorrectly assumes static text is uninitialized

2021-10-26 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=31 --- Comment #2 from Tom Hughes --- Also, what version of valgrind are you using? -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 444431] Incorrectly assumes static text is uninitialized

2021-10-26 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=31 Tom Hughes changed: What|Removed |Added CC||t...@compton.nu --- Comment #1 from Tom Hughes

[valgrind] [Bug 444264] Valgrind is not able to detect sample array bound read and write.

2021-10-23 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=444264 Tom Hughes changed: What|Removed |Added Resolution|--- |NOT A BUG CC

[valgrind] [Bug 443833] unhandled amd64-linux syscall: 326

2021-10-16 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=443833 Tom Hughes changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[valgrind] [Bug 407218] Add support for the copy_file_range syscall

2021-10-16 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=407218 Tom Hughes changed: What|Removed |Added CC||skrr...@yandex.ru --- Comment #8 from Tom Hughes

  1   2   3   4   5   >