Bug 396369 - WARNING: unhandled amd64-linux syscall: 332
Summary: WARNING: unhandled amd64-linux syscall: 332
Status: RESOLVED DUPLICATE of bug 392118
Alias: None
Product: valgrind
Classification: Developer tools
Component: callgrind (show other bugs)
Version: 3.13.0
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Josef Weidendorfer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-07-10 14:30 UTC by Gareth Hulse
Modified: 2022-09-02 14:39 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gareth Hulse 2018-07-10 14:30:41 UTC
I have noticed this message popping up when using `valgrind --smc-check=stack --tool=callgrind /path/to/app`:

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

I tried it on a few applications such as: echo, emacs, kate, bc, as well as some of my own example projects. So far I have found that this warning appears only with Qt applications.
Comment 1 Paul Floyd 2022-09-02 14:39:35 UTC

*** This bug has been marked as a duplicate of bug 392118 ***