You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the memory mapping for ring buffers is never cleaned up (until the process exits). This is only a leak of address space in the user process, not memory, but we should return a handle the user-space process can use to release the mapping.
OS information
No response
Steps taken to reproduce bug
Repeatedly open and close a ring buffer
Expected behavior
After closing the ring buffer, the address space in the user process should be released.
Actual outcome
The address space stays reserved until the process exits.
Additional details
No response
The text was updated successfully, but these errors were encountered:
mikeagun
added
blocked
Blocked on another issue that must be done first
and removed
blocked
Blocked on another issue that must be done first
labels
Jan 15, 2025
Describe the bug
Currently the memory mapping for ring buffers is never cleaned up (until the process exits). This is only a leak of address space in the user process, not memory, but we should return a handle the user-space process can use to release the mapping.
OS information
No response
Steps taken to reproduce bug
Expected behavior
After closing the ring buffer, the address space in the user process should be released.
Actual outcome
The address space stays reserved until the process exits.
Additional details
No response
The text was updated successfully, but these errors were encountered: