[valgrind] [Bug 505673] Valgrind crashes with an internal error and SIGBUS when the guest tries to open its own file with O_WRONLY|O_CREAT|O_TRUNC

2025-07-19 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=505673 Paul Floyd changed: What|Removed |Added See Also||https://bugs.kde.org/show_b

[valgrind] [Bug 506910] openat2 with RESOLVE_NO_MAGICLINKS succeeds on /proc/self/exe

2025-07-19 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=506910 Paul Floyd changed: What|Removed |Added Summary|openat with |openat2 with

[valgrind] [Bug 506910] openat with RESOLVE_NO_MAGICLINKS succeeds on /proc/self/exe

2025-07-19 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=506910 Paul Floyd changed: What|Removed |Added Assignee|jsew...@acm.org |pjfl...@wanadoo.fr -- You are receiving this

[valgrind] [Bug 506910] openat with RESOLVE_NO_MAGICLINKS succeeds on /proc/self/exe

2025-07-19 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=506910 Paul Floyd changed: What|Removed |Added See Also||https://bugs.kde.org/show_b

[valgrind] [Bug 505673] Valgrind crashes with an internal error and SIGBUS when the guest tries to open its own file with O_WRONLY|O_CREAT|O_TRUNC

2025-07-19 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=505673 Paul Floyd changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[valgrind] [Bug 506967] Implement and override mallinfo2

2025-07-19 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=506967 --- Comment #5 from Paul Floyd --- Looks OK. I'll add illumos support when this lands. -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 506967] Implement and override mallinfo2

2025-07-15 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=506967 Paul Floyd changed: What|Removed |Added CC||pjfl...@wanadoo.fr --- Comment #1 from Paul Floyd

[valgrind] [Bug 488514] Android OS (Termux) `valgrind /bin/ls` gives `Unrecognised instruction at address X`

2025-07-14 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=488514 --- Comment #7 from Paul Floyd --- Can you keep trying with arm8 options to see if you can find a working combination? -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 506499] Unhandled syscall 592 (exterrctl - FreeBSD)

2025-07-12 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=506499 Paul Floyd changed: What|Removed |Added Resolution|--- |FIXED Status|REPORTED

[valgrind] [Bug 359249] valgrind unable to load 64-bit linux executable linked with -mcmodel=medium

2025-07-10 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=359249 Paul Floyd changed: What|Removed |Added Status|REPORTED|NEEDSINFO Resolution

[valgrind] [Bug 359249] valgrind unable to load 64-bit linux executable linked with -mcmodel=medium

2025-07-10 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=359249 --- Comment #3 from Paul Floyd --- I can't reproduce this problem. Using GCC 15.1.0 on Rocky 8.10 amd64. Tested with g++ -m64 -mcmodel=medium test.cpp -o test -g and g++ -m64 test.cpp -o test -g -Wl,-zmax-page-size=2097152 The comment that

[valgrind] [Bug 506813] execveat wrapper need to do more checking

2025-07-09 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=506813 Paul Floyd changed: What|Removed |Added CC||pjfl...@wanadoo.fr --- Comment #1 from Paul Floyd

[valgrind] [Bug 359249] valgrind unable to load 64-bit linux executable linked with -mcmodel=medium

2025-07-09 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=359249 --- Comment #2 from Paul Floyd --- >From memory I think we have a hard coded assumption of 4k alignment rather than reading the alignment from the elf header. -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 359249] valgrind unable to load 64-bit linux executable linked with -mcmodel=medium

2025-07-09 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=359249 Paul Floyd changed: What|Removed |Added Assignee|jsew...@acm.org |pjfl...@wanadoo.fr CC

[valgrind] [Bug 505673] Valgrind crashes with an internal error and SIGBUS when the guest tries to open its own file with O_WRONLY|O_CREAT|O_TRUNC

2025-07-08 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=505673 --- Comment #19 from Paul Floyd --- (In reply to Paul Floyd from comment #18) > A first stab for Linux openat: I also need to handle dirfs other than AT_FDCWD which means looking up the name of the directory. Then for openat2 there are RESOL

[valgrind] [Bug 503501] Assertion 'stacks_szB >= -stack_szB_delta' failed when popping argc

2025-07-08 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=503501 --- Comment #3 from Paul Floyd --- Also why pop argc? Valgrind doesn't try to handle every strange thing that you can do in assembler. Do you still get the same behaviour of you don't pop argc? -- You are receiving this mail becaus

[valgrind] [Bug 503501] Assertion 'stacks_szB >= -stack_szB_delta' failed when popping argc

2025-07-08 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=503501 --- Comment #2 from Paul Floyd --- See also https://bugs.kde.org/show_bug.cgi?id=188657 (which is old and doesn't provide a reproducer). -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 503501] Assertion 'stacks_szB >= -stack_szB_delta' failed when popping argc

2025-07-08 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=503501 Paul Floyd changed: What|Removed |Added Assignee|n...@valgrind.org|pjfl...@wanadoo.fr -- You are receiving this

[valgrind] [Bug 506592] Assert in massif with --stacks=yes

2025-07-08 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=506592 Paul Floyd changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[valgrind] [Bug 503501] Assertion 'stacks_szB >= -stack_szB_delta' failed when popping argc

2025-07-08 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=503501 Paul Floyd changed: What|Removed |Added CC||pjfl...@wanadoo.fr --- Comment #1 from Paul Floyd

[valgrind] [Bug 501713] Thread behavior is not expected when I run thunderbird client under valgrind.

2025-07-08 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=501713 Paul Floyd changed: What|Removed |Added Summary|Thread behavior is not |Thread behavior is not

[valgrind] [Bug 506592] Assert in massif with --stacks=yes

2025-07-07 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=506592 --- Comment #1 from Paul Floyd --- I tried with asan, no error. -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 506592] Assert in massif with --stacks=yes

2025-07-04 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=506592 Paul Floyd changed: What|Removed |Added Assignee|n...@valgrind.org|pjfl...@wanadoo.fr -- You are receiving this

[valgrind] [Bug 506592] New: Assert in massif with --stacks=yes

2025-07-04 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=506592 Bug ID: 506592 Summary: Assert in massif with --stacks=yes Classification: Developer tools Product: valgrind Version First 3.25 GIT Reported In: Platform: Other OS: Other

[valgrind] [Bug 506499] Unhandled syscall 592 (exterrctl - FreeBSD)

2025-07-03 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=506499 --- Comment #2 from Paul Floyd --- For thread creation I need to look more at setting the uexterr member of struct pthread. https://github.com/freebsd/freebsd-src/blob/9d004de910bb7ea4d959dd3726318c4c6bdbd48c/lib/libthr/thread/thr_create.c#L296

[valgrind] [Bug 506499] Unhandled syscall 592 (exterrctl - FreeBSD)

2025-07-02 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=506499 --- Comment #1 from Paul Floyd --- Thanks for reporting this. I’ll try to make a quick fix over the next few days. I need to study the syscall more to see if there are cases where Valgrind needs to do more than just verify the arguments. -- You are

[valgrind] [Bug 506499] Unhandled syscall 592 (exterrctl - FreeBSD)

2025-07-02 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=506499 Paul Floyd changed: What|Removed |Added CC||pjfl...@wanadoo.fr Assignee|jsew

[valgrind] [Bug 505673] Valgrind crashes with an internal error and SIGBUS when the guest tries to open its own file with O_WRONLY|O_CREAT|O_TRUNC

2025-06-26 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=505673 --- Comment #18 from Paul Floyd --- A first stab for Linux openat: /* And for /proc/self/exe or /proc//exe case. */ VG_(sprintf)(name, "/proc/%d/exe", VG_(getpid)()); vg_assert(VG_(resolved_exename) && VG_(r

[valgrind] [Bug 505673] Valgrind crashes with an internal error and SIGBUS when the guest tries to open its own file with O_WRONLY|O_CREAT|O_TRUNC

2025-06-26 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=505673 --- Comment #17 from Paul Floyd --- Also need to setup VG_(resolved_exename) on platforms other than FreeBSD. -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 505673] Valgrind crashes with an internal error and SIGBUS when the guest tries to open its own file with O_WRONLY|O_CREAT|O_TRUNC

2025-06-26 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=505673 --- Comment #16 from Paul Floyd --- The patch doesn't build on Linux because there's no VG_(lstat). As I wrote back in Jan 2023 #if defined(VGO_freebsd) /* extend this to other OSes as and when needed */ SysRes VG_(lstat) ( const HChar*

[valgrind] [Bug 505673] Valgrind crashes with an internal error and SIGBUS when the guest tries to open its own file with O_WRONLY|O_CREAT|O_TRUNC

2025-06-25 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=505673 --- Comment #15 from Paul Floyd --- Created attachment 182663 --> https://bugs.kde.org/attachment.cgi?id=182663&action=edit Initial patch Patch for FreeBSD openat, Generic open and a FreeBSD testcase Need to check Linux and illumos openat

[valgrind] [Bug 493434] Add --track-fds=bad mode (no "leak" tracking)

2025-06-24 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=493434 Paul Floyd changed: What|Removed |Added CC||pjfl...@wanadoo.fr --- Comment #5 from Paul Floyd

[valgrind] [Bug 505673] Valgrind crashes with an internal error and SIGBUS when the guest tries to open its own file with O_WRONLY|O_CREAT|O_TRUNC

2025-06-23 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=505673 Paul Floyd changed: What|Removed |Added Summary|Valgrind crashes with an|Valgrind crashes with an

[valgrind] [Bug 505673] Valgrind crashes with an **internal error** (`SIGBUS`, signal 7) when running my `minishell` program. This appears to be a fatal crash inside Valgrind itself, not a user-code e

2025-06-23 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=505673 --- Comment #12 from Paul Floyd --- This isn't specific to your minishell. I can reproduce a similar crash with the Korn shell, like this > ./vg-in-place ./ksh ==3492562== Memcheck, a memory error detector ==3492562== Copyright (C) 2002-2024,

[valgrind] [Bug 505673] Valgrind crashes with an internal error and SIGBUS when the guest tries to open its own file with O_WRONLY|O_CREAT|O_TRUNC

2025-06-23 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=505673 --- Comment #13 from Paul Floyd --- I've shortened the bug title so that it will fit better in NEWS when it gets fixed. -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 505673] Valgrind crashes with an **internal error** (`SIGBUS`, signal 7) when running my `minishell` program. This appears to be a fatal crash inside Valgrind itself, not a user-code e

2025-06-22 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=505673 --- Comment #10 from Paul Floyd --- Can you provide (only) the exact commands that you type? E.g. valgrind ./minishell ??? some redirection ??? running minishell> some other command ??? some other redirection ??? -- You are receiving this m

[valgrind] [Bug 505673] Valgrind crashes with an **internal error** (`SIGBUS`, signal 7) when running my `minishell` program. This appears to be a fatal crash inside Valgrind itself, not a user-code e

2025-06-21 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=505673 --- Comment #8 from Paul Floyd --- I don't have any problems with Fedora 42 amd64. What exactly is the redirection command that you used? -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 505673] Valgrind crashes with an **internal error** (`SIGBUS`, signal 7) when running my `minishell` program. This appears to be a fatal crash inside Valgrind itself, not a user-code e

2025-06-17 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=505673 Paul Floyd changed: What|Removed |Added Assignee|jsew...@acm.org |pjfl...@wanadoo.fr --- Comment #7 from Paul Floyd

[valgrind] [Bug 505673] Valgrind crashes with an **internal error** (`SIGBUS`, signal 7) when running my `minishell` program. This appears to be a fatal crash inside Valgrind itself, not a user-code e

2025-06-17 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=505673 --- Comment #5 from Paul Floyd --- Please try the e-mail that I use with this Bugzilla (clicking on my name will give the address). -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 505673] Valgrind crashes with an **internal error** (`SIGBUS`, signal 7) when running my `minishell` program. This appears to be a fatal crash inside Valgrind itself, not a user-code e

2025-06-17 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=505673 --- Comment #3 from Paul Floyd --- And where can I get minishell? There are many repos when I search the web. -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 505673] Valgrind crashes with an **internal error** (`SIGBUS`, signal 7) when running my `minishell` program. This appears to be a fatal crash inside Valgrind itself, not a user-code e

2025-06-17 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=505673 Paul Floyd changed: What|Removed |Added CC||pjfl...@wanadoo.fr --- Comment #1 from Paul Floyd

[valgrind] [Bug 353192] Debug info/data section not detected on AMD64

2025-06-16 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=353192 Paul Floyd changed: What|Removed |Added CC||pjfl...@wanadoo.fr --- Comment #11 from Paul

[valgrind] [Bug 505233] Build rules in memcheck apply CFLAGS after customizations made by configure, leading to unwanted configuration or errors

2025-06-05 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=505233 Paul Floyd changed: What|Removed |Added Status|REPORTED|RESOLVED CC

[valgrind] [Bug 504904] Hide "bad act handler address" warnings when -q (quiet) flag is set

2025-05-29 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=504904 Paul Floyd changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[valgrind] [Bug 504909] Hide "Bad oldset address" warnings when -q (quiet) flag is set

2025-05-29 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=504909 Paul Floyd changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution

[valgrind] [Bug 504222] coregrind/vg_preloaded.c fails to compile with clang on arm

2025-05-29 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=504222 Paul Floyd changed: What|Removed |Added Resolution|--- |FIXED Status|REPORTED

[valgrind] [Bug 504936] Add FreeBSD amd64 sysarch subcommands AMD64_SET_TLSBASE and AMD64_GET_TLSBASE

2025-05-29 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=504936 Paul Floyd changed: What|Removed |Added Resolution|--- |FIXED Status|REPORTED

[valgrind] [Bug 504936] Add FreeBSD amd64 sysarch subcommands AMD64_SET_TLSBASE and AMD64_GET_TLSBASE

2025-05-28 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=504936 --- Comment #1 from Paul Floyd --- Without a fix just about everything crashes. As for the PKRU that looks like a big can of worms. It's kernel key signing for user mapped pages. We don't advertise the flags (pku and ospke) or support

[valgrind] [Bug 504936] Add FreeBSD amd64 sysarch subcommands AMD64_SET_TLSBASE and AMD64_GET_TLSBASE

2025-05-28 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=504936 Paul Floyd changed: What|Removed |Added Assignee|jsew...@acm.org |pjfl...@wanadoo.fr -- You are receiving this

[valgrind] [Bug 504936] New: Add FreeBSD amd64 sysarch subcommands AMD64_SET_TLSBASE and AMD64_GET_TLSBASE

2025-05-28 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=504936 Bug ID: 504936 Summary: Add FreeBSD amd64 sysarch subcommands AMD64_SET_TLSBASE and AMD64_GET_TLSBASE Classification: Developer tools Product: valgrind Version First 3.25 GIT Reported

[valgrind] [Bug 504904] Hide "bad act handler address" warnings when -q (quiet) flag is set

2025-05-28 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=504904 Paul Floyd changed: What|Removed |Added CC||pjfl...@wanadoo.fr --- Comment #1 from Paul Floyd

[valgrind] [Bug 390310] Output summaries in XML files

2025-05-25 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=390310 Paul Floyd changed: What|Removed |Added Resolution|--- |FIXED Status|REPORTED

[valgrind] [Bug 390310] Output summaries in XML files

2025-05-25 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=390310 Paul Floyd changed: What|Removed |Added Attachment #181164|0 |1 is obsolete

[valgrind] [Bug 201742] Suppression files containing the "..." wildcard are not always handled correctly

2025-05-23 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=201742 Paul Floyd changed: What|Removed |Added CC||pjfl...@wanadoo.fr --- Comment #3 from Paul Floyd

[valgrind] [Bug 503668] DRD regtest failures on Fedora 42 amd64

2025-05-23 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=503668 --- Comment #2 from Paul Floyd --- I've opened a glibc bugzilla item for this: https://sourceware.org/bugzilla/show_bug.cgi?id=32994 -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 503668] DRD regtest failures on Fedora 42 amd64

2025-05-23 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=503668 --- Comment #1 from Paul Floyd --- Lookin at this it looks like it is a regression in glibc. Version 2.41 added some locking around fork(). Without filtering the errors look like ==101957== Thread 3: ==101957== Reader-writer lock reinitialization

[valgrind] [Bug 503419] Cannot build valgrind 3.25 on RISC-V board (Error: illegal operands `ld t0,OFFSET_riscv64_pc-2048(s0)')

2025-05-20 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=503419 --- Comment #10 from Paul Floyd --- (In reply to Martin Liška from comment #9) > I can confirm that if I build the Valgrind with `make -j1`, then it builds > correctly, while previously I used `make -j4`. Do you run autogen.sh? The problem is

[valgrind] [Bug 503419] Cannot build valgrind 3.25 on RISC-V board (Error: illegal operands `ld t0,OFFSET_riscv64_pc-2048(s0)')

2025-05-16 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=503419 --- Comment #7 from Paul Floyd --- Does a single process build work OK? -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 504265] FreeBSD: missing syscall wrappers for fchroot and setcred

2025-05-15 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=504265 Paul Floyd changed: What|Removed |Added Resolution|--- |FIXED Status|REPORTED

[valgrind] [Bug 504301] Unrecognised instruction when load librte_eal.so with rdseed

2025-05-15 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=504301 Paul Floyd changed: What|Removed |Added CC||pjfl...@wanadoo.fr --- Comment #1 from Paul Floyd

[valgrind] [Bug 504265] New: FreeBSD: missing syscall wrappers for fchroot and setcred

2025-05-15 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=504265 Bug ID: 504265 Summary: FreeBSD: missing syscall wrappers for fchroot and setcred Classification: Developer tools Product: valgrind Version: 3.25 GIT Platform: Compiled Source

[valgrind] [Bug 504265] FreeBSD: missing syscall wrappers for fchroot and setcred

2025-05-15 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=504265 Paul Floyd changed: What|Removed |Added Assignee|jsew...@acm.org |pjfl...@wanadoo.fr -- You are receiving this

[valgrind] [Bug 504222] coregrind/vg_preloaded.c fails to compile with clang on arm

2025-05-14 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=504222 Paul Floyd changed: What|Removed |Added Assignee|jsew...@acm.org |pjfl...@wanadoo.fr --- Comment #3 from Paul Floyd

[valgrind] [Bug 504101] Add a "vgstack" script

2025-05-14 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=504101 Paul Floyd changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[valgrind] [Bug 504222] coregrind/vg_preloaded.c fails to compile with clang on arm

2025-05-14 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=504222 Paul Floyd changed: What|Removed |Added CC||pjfl...@wanadoo.fr --- Comment #1 from Paul Floyd

[valgrind] [Bug 504101] Add a "vgstack" script

2025-05-13 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=504101 --- Comment #3 from Paul Floyd --- Seems OK on Linux. -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 504101] Add a "vgstack" script

2025-05-13 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=504101 --- Comment #2 from Paul Floyd --- This doesn't work on illumos. The Valgrind process core dumps and vgstack gets no output. Possibly the same issue as https://bugs.kde.org/show_bug.cgi?id=503130 -- You are receiving this mail because: Yo

[valgrind] [Bug 503098] Incorrect NAN-boxing for float registers in RISC-V

2025-05-13 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=503098 --- Comment #3 from Paul Floyd --- Can we update README.riscv64 to remove this line (3) Operations do not check if the input operands are correctly NaN-boxed. ? -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 504101] Add a "vgstack" script

2025-05-13 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=504101 --- Comment #1 from Paul Floyd --- Created attachment 181250 --> https://bugs.kde.org/attachment.cgi?id=181250&action=edit initial patch Just tested on FreeBSD so far. -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 503419] Cannot build valgrind 3.25 on RISC-V board (Error: illegal operands `ld t0,OFFSET_riscv64_pc-2048(s0)')

2025-05-13 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=503419 --- Comment #5 from Paul Floyd --- The bit of Makefile that does this is pub/libvex_guest_offsets.h: auxprogs/genoffsets.c \ pub/libvex_basictypes.h \ pub/libvex_guest_x86.h

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

2025-05-12 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=383010 Paul Floyd changed: What|Removed |Added CC|mr...@protonmail.com| -- You are receiving this mail because: You are

[valgrind] [Bug 504101] Add a "vgstack" script

2025-05-12 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=504101 Paul Floyd changed: What|Removed |Added Assignee|jsew...@acm.org |pjfl...@wanadoo.fr -- You are receiving this

[valgrind] [Bug 504101] New: Add a "vgstack" script

2025-05-12 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=504101 Bug ID: 504101 Summary: Add a "vgstack" script Classification: Developer tools Product: valgrind Version: 3.25 GIT Platform: Other OS: Other Status: REPORTED

[valgrind] [Bug 138424] Valgrind Abort with "failed in UME with error 22"

2025-05-12 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=138424 --- Comment #28 from Paul Floyd --- (In reply to Alexander Grund from comment #27) > (In reply to Paul Floyd from comment #26) > > Both PIE and non-PIE should work. > > But it currently does not On your system with your exe. >

[valgrind] [Bug 138424] Valgrind Abort with "failed in UME with error 22"

2025-05-12 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=138424 --- Comment #26 from Paul Floyd --- Both PIE and non-PIE should work. -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 138424] Valgrind Abort with "failed in UME with error 22"

2025-05-12 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=138424 Paul Floyd changed: What|Removed |Added CC||pjfl...@wanadoo.fr --- Comment #24 from Paul

[valgrind] [Bug 390310] Output summaries in XML files

2025-05-11 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=390310 Paul Floyd changed: What|Removed |Added Attachment #180193|0 |1 is obsolete

[valgrind] [Bug 390310] Output summaries in XML files

2025-05-08 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=390310 --- Comment #21 from Paul Floyd --- Created attachment 181085 --> https://bugs.kde.org/attachment.cgi?id=181085&action=edit With Linux amd64 expected updates -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 390310] Output summaries in XML files

2025-05-08 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=390310 --- Comment #20 from Paul Floyd --- Created attachment 181084 --> https://bugs.kde.org/attachment.cgi?id=181084&action=edit Add a FreeBSD expected -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 390310] Output summaries in XML files

2025-05-08 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=390310 --- Comment #19 from Paul Floyd --- Created attachment 181079 --> https://bugs.kde.org/attachment.cgi?id=181079&action=edit Patch with updated expecteds for illumos Just need to update for Linux -- You are receiving this mail because:

[valgrind] [Bug 503419] Cannot build valgrind 3.25 on RISC-V board (Error: illegal operands `ld t0,OFFSET_riscv64_pc-2048(s0)')

2025-05-06 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=503419 Paul Floyd changed: What|Removed |Added CC||pjfl...@wanadoo.fr --- Comment #2 from Paul Floyd

[valgrind] [Bug 503677] duplicated-cond compiler warning in dis_RV64M

2025-05-05 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=503677 Paul Floyd changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[valgrind] [Bug 503677] duplicated-cond compiler warning in dis_RV64M

2025-05-03 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=503677 Paul Floyd changed: What|Removed |Added Assignee|jsew...@acm.org |pjfl...@wanadoo.fr -- You are receiving this

[valgrind] [Bug 503677] duplicated-cond compiler warning in dis_RV64M

2025-05-03 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=503677 --- Comment #2 from Paul Floyd --- I'll close this if no buildbot fallout. commit 09c161e6e0ee8ee057d81cfb71c0d98b16f36a19 (HEAD -> master, origin/master, origin/HEAD) Author: Paul Floyd Date: Sun May 4 08:55:45 2025 +0200 Bu

[valgrind] [Bug 503677] duplicated-cond compiler warning in dis_RV64M

2025-05-03 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=503677 Paul Floyd changed: What|Removed |Added CC||pjfl...@wanadoo.fr --- Comment #1 from Paul Floyd

[valgrind] [Bug 503641] close_range syscalls started failing with 3.25.0

2025-05-02 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=503641 Paul Floyd changed: What|Removed |Added Resolution|--- |FIXED Status|REPORTED

[valgrind] [Bug 503668] DRD regtest failures on Fedora 42 amd64

2025-05-02 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=503668 Paul Floyd changed: What|Removed |Added Assignee|bart.vanassche+...@gmail.co |pjfl...@wanadoo.fr |m

[valgrind] [Bug 503668] New: DRD regtest failures on Fedora 42 amd64

2025-05-02 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=503668 Bug ID: 503668 Summary: DRD regtest failures on Fedora 42 amd64 Classification: Developer tools Product: valgrind Version: 3.25 GIT Platform: Compiled Sources OS: Linux

[valgrind] [Bug 503641] close_range syscalls started failing with 3.25.0

2025-05-02 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=503641 Paul Floyd changed: What|Removed |Added Assignee|jsew...@acm.org |pjfl...@wanadoo.fr --- Comment #1 from Paul Floyd

[valgrind] [Bug 503641] close_range syscalls started failing with 3.25.0

2025-05-01 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=503641 Paul Floyd changed: What|Removed |Added CC||pjfl...@wanadoo.fr -- You are receiving this

[valgrind] [Bug 419562] PR_SET_PTRACER error with Ubuntu on WSL

2025-04-23 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=419562 Paul Floyd changed: What|Removed |Added CC||pjfl...@wanadoo.fr --- Comment #5 from Paul Floyd

[valgrind] [Bug 503130] illumos gdbserver failures

2025-04-21 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=503130 Paul Floyd changed: What|Removed |Added Assignee|jsew...@acm.org |pjfl...@wanadoo.fr -- You are receiving this

[valgrind] [Bug 503130] New: illumos gdbserver failures

2025-04-21 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=503130 Bug ID: 503130 Summary: illumos gdbserver failures Classification: Developer tools Product: valgrind Version: 3.25 GIT Platform: Compiled Sources OS: Unspecified Statu

[valgrind] [Bug 503130] illumos gdbserver failures

2025-04-21 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=503130 --- Comment #1 from Paul Floyd --- I just tried running "sleep 1" with Valgrind and vgdb and I had the same problem. This means that hitting ctrl-c in gdb doesn't work. That's a bit of a pain. -- You are receiving this m

[valgrind] [Bug 502871] Make Helgrind "pthread_cond_{signal, broadcast}: dubious: associated lock is not held by any thread" optional

2025-04-18 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=502871 Paul Floyd changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[valgrind] [Bug 502871] Make Helgrind "pthread_cond_{signal, broadcast}: dubious: associated lock is not held by any thread" optional

2025-04-16 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=502871 --- Comment #1 from Paul Floyd --- https://bugs.kde.org/show_bug.cgi?id=392331 ^^^ probably the reason that I'll generalise this for all platforms. -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 502871] New: Make Helgrind "pthread_cond_{signal, broadcast}: dubious: associated lock is not held by any thread" optional

2025-04-15 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=502871 Bug ID: 502871 Summary: Make Helgrind "pthread_cond_{signal,broadcast}: dubious: associated lock is not held by any thread" optional Classification: Developer tools Product: v

[valgrind] [Bug 502871] Make Helgrind "pthread_cond_{signal, broadcast}: dubious: associated lock is not held by any thread" optional

2025-04-15 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=502871 Paul Floyd changed: What|Removed |Added Assignee|jsew...@acm.org |pjfl...@wanadoo.fr -- You are receiving this

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

2025-04-15 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=383010 Paul Floyd changed: What|Removed |Added CC||leomolinar...@gmail.com --- Comment #121 from

[valgrind] [Bug 476465] AArch64 ARMv8.3 LDAPR/LDAPRH/LDAPRB instructions not supported

2025-04-15 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=476465 Paul Floyd changed: What|Removed |Added Assignee|jsew...@acm.org |pjfl...@wanadoo.fr -- You are receiving this

  1   2   3   4   5   6   7   8   9   10   >