Bug 396369

Summary: WARNING: unhandled amd64-linux syscall: 332
Product: [Developer tools] valgrind Reporter: Gareth Hulse <gareth-anthony-hulse>
Component: callgrindAssignee: Josef Weidendorfer <josef.weidendorfer>
Status: RESOLVED DUPLICATE    
Severity: normal CC: pjfloyd
Priority: NOR    
Version: 3.13.0   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:

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 ***