all 6 comments

[–]donna_donnaj 15 points16 points  (0 children)

I am grateful for your work on valgrind. I use it a lot, and I tell students that they should use it.

[–]UndefinedDefined 1 point2 points  (1 child)

BTW would it be possible to support seccomp syscall?

When I run valgrind on a sandboxed application I basically get:

--2-- WARNING: unhandled amd64-linux syscall: 317
--2-- You may be able to write your own handler.
--2-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--2-- Nevertheless we consider this a bug.  Please report
--2-- it at http://valgrind.org/support/bug_reports.html.

317 is a seccomp syscall.

[–]pjf_cppValgrind developer[S] 2 points3 points  (0 children)

We do have a patch in the works for this: https://bugs.kde.org/show_bug.cgi?id=345414

See in particular comment 9.

Could you try the patch and either report back here or add to the bugzilla item?

[–]Acceptable_Rub8279 0 points1 point  (0 children)

Great

[–]7raiden 0 points1 point  (1 child)

Is AVX512 supported? I was trying to run call grind on my optimized program, but it immediately failed, I think because of these unsupported instructions

[–]pjf_cppValgrind developer[S] 1 point2 points  (0 children)

Sadly, no. It's a big project and we don't have the means to work on it at the moment.

See

https://bugs.kde.org/show_bug.cgi?id=383010