https://bugs.kde.org/show_bug.cgi?id=505673
Paul Floyd changed:
What|Removed |Added
See Also||https://bugs.kde.org/show_b
https://bugs.kde.org/show_bug.cgi?id=506910
Paul Floyd changed:
What|Removed |Added
Summary|openat with |openat2 with
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
https://bugs.kde.org/show_bug.cgi?id=506910
Paul Floyd changed:
What|Removed |Added
See Also||https://bugs.kde.org/show_b
https://bugs.kde.org/show_bug.cgi?id=505673
Paul Floyd changed:
What|Removed |Added
Status|REPORTED|RESOLVED
Resolution
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.
https://bugs.kde.org/show_bug.cgi?id=506967
Paul Floyd changed:
What|Removed |Added
CC||pjfl...@wanadoo.fr
--- Comment #1 from 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.
https://bugs.kde.org/show_bug.cgi?id=506499
Paul Floyd changed:
What|Removed |Added
Resolution|--- |FIXED
Status|REPORTED
https://bugs.kde.org/show_bug.cgi?id=359249
Paul Floyd changed:
What|Removed |Added
Status|REPORTED|NEEDSINFO
Resolution
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
https://bugs.kde.org/show_bug.cgi?id=506813
Paul Floyd changed:
What|Removed |Added
CC||pjfl...@wanadoo.fr
--- Comment #1 from 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.
https://bugs.kde.org/show_bug.cgi?id=359249
Paul Floyd changed:
What|Removed |Added
Assignee|jsew...@acm.org |pjfl...@wanadoo.fr
CC
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
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
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.
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
https://bugs.kde.org/show_bug.cgi?id=506592
Paul Floyd changed:
What|Removed |Added
Status|REPORTED|RESOLVED
Resolution
https://bugs.kde.org/show_bug.cgi?id=503501
Paul Floyd changed:
What|Removed |Added
CC||pjfl...@wanadoo.fr
--- Comment #1 from 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
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.
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
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
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
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
https://bugs.kde.org/show_bug.cgi?id=506499
Paul Floyd changed:
What|Removed |Added
CC||pjfl...@wanadoo.fr
Assignee|jsew
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
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.
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*
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
https://bugs.kde.org/show_bug.cgi?id=493434
Paul Floyd changed:
What|Removed |Added
CC||pjfl...@wanadoo.fr
--- Comment #5 from 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
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,
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.
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
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.
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
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.
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.
https://bugs.kde.org/show_bug.cgi?id=505673
Paul Floyd changed:
What|Removed |Added
CC||pjfl...@wanadoo.fr
--- Comment #1 from 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
https://bugs.kde.org/show_bug.cgi?id=505233
Paul Floyd changed:
What|Removed |Added
Status|REPORTED|RESOLVED
CC
https://bugs.kde.org/show_bug.cgi?id=504904
Paul Floyd changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
https://bugs.kde.org/show_bug.cgi?id=504909
Paul Floyd changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution
https://bugs.kde.org/show_bug.cgi?id=504222
Paul Floyd changed:
What|Removed |Added
Resolution|--- |FIXED
Status|REPORTED
https://bugs.kde.org/show_bug.cgi?id=504936
Paul Floyd changed:
What|Removed |Added
Resolution|--- |FIXED
Status|REPORTED
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
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
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
https://bugs.kde.org/show_bug.cgi?id=504904
Paul Floyd changed:
What|Removed |Added
CC||pjfl...@wanadoo.fr
--- Comment #1 from Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=390310
Paul Floyd changed:
What|Removed |Added
Resolution|--- |FIXED
Status|REPORTED
https://bugs.kde.org/show_bug.cgi?id=390310
Paul Floyd changed:
What|Removed |Added
Attachment #181164|0 |1
is obsolete
https://bugs.kde.org/show_bug.cgi?id=201742
Paul Floyd changed:
What|Removed |Added
CC||pjfl...@wanadoo.fr
--- Comment #3 from 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.
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
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
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.
https://bugs.kde.org/show_bug.cgi?id=504265
Paul Floyd changed:
What|Removed |Added
Resolution|--- |FIXED
Status|REPORTED
https://bugs.kde.org/show_bug.cgi?id=504301
Paul Floyd changed:
What|Removed |Added
CC||pjfl...@wanadoo.fr
--- Comment #1 from 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
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
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
https://bugs.kde.org/show_bug.cgi?id=504101
Paul Floyd changed:
What|Removed |Added
Status|REPORTED|RESOLVED
Resolution
https://bugs.kde.org/show_bug.cgi?id=504222
Paul Floyd changed:
What|Removed |Added
CC||pjfl...@wanadoo.fr
--- Comment #1 from 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.
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
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.
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.
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
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
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
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
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.
>
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.
https://bugs.kde.org/show_bug.cgi?id=138424
Paul Floyd changed:
What|Removed |Added
CC||pjfl...@wanadoo.fr
--- Comment #24 from Paul
https://bugs.kde.org/show_bug.cgi?id=390310
Paul Floyd changed:
What|Removed |Added
Attachment #180193|0 |1
is obsolete
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.
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.
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:
https://bugs.kde.org/show_bug.cgi?id=503419
Paul Floyd changed:
What|Removed |Added
CC||pjfl...@wanadoo.fr
--- Comment #2 from Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=503677
Paul Floyd changed:
What|Removed |Added
Status|REPORTED|RESOLVED
Resolution
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
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
https://bugs.kde.org/show_bug.cgi?id=503677
Paul Floyd changed:
What|Removed |Added
CC||pjfl...@wanadoo.fr
--- Comment #1 from Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=503641
Paul Floyd changed:
What|Removed |Added
Resolution|--- |FIXED
Status|REPORTED
https://bugs.kde.org/show_bug.cgi?id=503668
Paul Floyd changed:
What|Removed |Added
Assignee|bart.vanassche+...@gmail.co |pjfl...@wanadoo.fr
|m
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
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
https://bugs.kde.org/show_bug.cgi?id=503641
Paul Floyd changed:
What|Removed |Added
CC||pjfl...@wanadoo.fr
--
You are receiving this
https://bugs.kde.org/show_bug.cgi?id=419562
Paul Floyd changed:
What|Removed |Added
CC||pjfl...@wanadoo.fr
--- Comment #5 from 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
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
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
https://bugs.kde.org/show_bug.cgi?id=502871
Paul Floyd changed:
What|Removed |Added
Status|REPORTED|RESOLVED
Resolution
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.
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
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
https://bugs.kde.org/show_bug.cgi?id=383010
Paul Floyd changed:
What|Removed |Added
CC||leomolinar...@gmail.com
--- Comment #121 from
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 - 100 of 1422 matches
Mail list logo