Bug 368960 - WARNING: unhandled amd64-linux syscall: 163 (acct)
Summary: WARNING: unhandled amd64-linux syscall: 163 (acct)
Status: RESOLVED FIXED
Alias: None
Product: valgrind
Classification: Developer tools
Component: general (show other bugs)
Version: 3.11.0
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Julian Seward
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-17 15:47 UTC by Marcin Juszkiewicz
Modified: 2021-10-04 09:37 UTC (History)
2 users (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 Marcin Juszkiewicz 2016-09-17 15:47:41 UTC
<<<test_start>>>
tag=acct01_valgrind_memory_leak_check stime=1474126660
cmdline=" valgrind -q --leak-check=full --trace-children=yes acct01"
contacts=""
analysis=exit
<<<test_output>>>
--10205-- WARNING: unhandled amd64-linux syscall: 163
--10205-- You may be able to write your own handler.
--10205-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--10205-- Nevertheless we consider this a bug.  Please report
--10205-- it at http://valgrind.org/support/bug_reports.html.
acct01      1  TCONF  :  acct01.c:112: BSD process accounting is not configured in this kernel
acct01      2  TCONF  :  acct01.c:112: Remaining cases not appropriate for configuration
<<<execution_status>>>
initiation_status="ok"
duration=0 termination_type=exited termination_id=32 corefile=no
cutime=24 cstime=0
<<<test_end>>>
Comment 1 Marcin Juszkiewicz 2018-04-30 08:07:19 UTC
Can we close it? IIRC it was merged into valgrind.
Comment 2 Tom Hughes 2018-04-30 09:56:06 UTC
I see no sign that this has been added.
Comment 3 Mark Wielaard 2021-10-04 09:37:11 UTC
commit 9aa51a6e25f21b990cbb75b8e3f486653e6173e4
Author: Mark Wielaard <mark@klomp.org>
Date:   Mon Oct 4 11:34:05 2021 +0200

    Hook up acct syscall for amd64, mips32, ppc32 and ppc64
    
    There was already a generic linux wrapper for acct, but it was not
    hooked up for all linux arches.