[Bug 297461] linuxlator: prctl option 1398164801 (PR_SET_VMA) not implemented
| Newsgroups | gmane.os.freebsd.bugs |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=297461
Bug ID: 297461
Summary: linuxlator: prctl option 1398164801 (PR_SET_VMA) not
implemented
Product: Base System
Version: 15.1-STABLE
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: kern
Assignee: [email protected]
Reporter: [email protected]
Testcase: The Linux binary claude installed by misc/claude-code prints messages
like this into the system log:
> Jun 24 11:21:22 yv kernel: linux: jid 0 pid 61161 (claude): unsupported prctl option 1398164801
---What it Does in Linux---
PR_SET_VMA is used to customize or optimize specific attributes of a Virtual
Memory Area (VMA). Its most common and primary sub-option is
PR_SET_VMA_ANON_NAME (which has a sub-value of 0).When invoked as
prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, start_address, size, "name"), it
assigns a human-readable name to an anonymous block of memory allocated via
mmap.
--
You are receiving this mail because:
You are the assignee for the bug.