[valgrind] [Bug 462830] WARNING: unhandled amd64-freebsd syscall: 474

2023-01-08 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=462830 --- Comment #8 from cmfit...@yahoo.com --- I updated my valgrind-devel port to reference GH_TAGNAME=5b524084 and ran the application under valgrind. No complaints about the unhandled syscalls. Comparing the changes, I see that my patch wasn't quite

[valgrind] [Bug 462830] WARNING: unhandled amd64-freebsd syscall: 474

2022-12-22 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=462830 Paul Floyd changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution|---

[valgrind] [Bug 462830] WARNING: unhandled amd64-freebsd syscall: 474

2022-12-15 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=462830 --- Comment #6 from Paul Floyd --- I tried running one of the sctp stress tests (though not as a stress test) from /usr/src but it failed. I need to investigate more. -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 462830] WARNING: unhandled amd64-freebsd syscall: 474

2022-12-12 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=462830 --- Comment #5 from Paul Floyd --- My initial impression is that this looks good. I'll have a go at finding a testcase and adding these syscalls to scalar. -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 462830] WARNING: unhandled amd64-freebsd syscall: 474

2022-12-11 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=462830 --- Comment #4 from cmfit...@yahoo.com --- Created attachment 154519 --> https://bugs.kde.org/attachment.cgi?id=154519=edit Patch to add sctp_generic_sendmsg/recvmsg handlers -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 462830] WARNING: unhandled amd64-freebsd syscall: 474

2022-12-10 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=462830 --- Comment #3 from Paul Floyd --- Valgrind does not use gitlab, it uses sourceware.org as its central repo, so the comment on the upload patch page does not apply. -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 462830] WARNING: unhandled amd64-freebsd syscall: 474

2022-12-10 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=462830 --- Comment #2 from Paul Floyd --- You nan just click on “add attachment” on this page. -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 462830] WARNING: unhandled amd64-freebsd syscall: 474

2022-12-10 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=462830 Paul Floyd changed: What|Removed |Added CC||pjfl...@wanadoo.fr

[valgrind] [Bug 462830] WARNING: unhandled amd64-freebsd syscall: 474

2022-12-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=462830 --- Comment #1 from cmfit...@yahoo.com --- I attempted to implement handlers for both syscalls, resulting in the program running successfully without any errors or warnings. What is the best way to submit my patch for your consideration? I can attach a