Bug 309554 - Unhandled syscall remap_file_pages (216)
Summary: Unhandled syscall remap_file_pages (216)
Status: REPORTED
Alias: None
Product: valgrind
Classification: Developer tools
Component: general (show other bugs)
Version: 3.7.0
Platform: Debian testing Linux
: NOR minor
Target Milestone: ---
Assignee: Julian Seward
URL:
Keywords:
: 349952 368916 369027 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-11-04 21:02 UTC by Jann Horn
Modified: 2021-10-29 17:50 UTC (History)
3 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 Jann Horn 2012-11-04 21:02:47 UTC
--1491-- WARNING: unhandled syscall: 216
--1491-- You may be able to write your own handler.
--1491-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--1491-- Nevertheless we consider this a bug.  Please report
--1491-- it at http://valgrind.org/support/bug_reports.html.

Valgrind doesn't support the remap_file_pages syscall which is e.g. useful for easy-to-use and fast ringbuffers (you can have arbitrary-sized reads and writes at arbitrary positions in the ringbuffer without having to constantly think about when some pointer wraps by mapping to adjacent areas of virtual memory to the same physical memory section).
Comment 1 Mark Wielaard 2021-10-04 09:23:37 UTC
*** Bug 349952 has been marked as a duplicate of this bug. ***
Comment 2 Mark Wielaard 2021-10-04 09:24:13 UTC
*** Bug 369027 has been marked as a duplicate of this bug. ***
Comment 3 Mark Wielaard 2021-10-04 09:39:33 UTC
*** Bug 368916 has been marked as a duplicate of this bug. ***