-
Notifications
You must be signed in to change notification settings - Fork 402
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Creating a read-only SharedMemoryObject #1821
Comments
tobiasblass
added a commit
to tobiasblass/iceoryx
that referenced
this issue
Dec 8, 2022
tobiasblass
added a commit
to tobiasblass/iceoryx
that referenced
this issue
Dec 8, 2022
tobiasblass
added a commit
to tobiasblass/iceoryx
that referenced
this issue
Dec 20, 2022
tobiasblass
added a commit
to tobiasblass/iceoryx
that referenced
this issue
Dec 20, 2022
Signed-off-by: Tobias Stark <[email protected]>
tobiasblass
added a commit
to tobiasblass/iceoryx
that referenced
this issue
Dec 20, 2022
…Builder Signed-off-by: Tobias Stark <[email protected]>
21 tasks
tobiasblass
added a commit
to tobiasblass/iceoryx
that referenced
this issue
Dec 20, 2022
Signed-off-by: Tobias Stark <[email protected]>
tobiasblass
added a commit
to tobiasblass/iceoryx
that referenced
this issue
Dec 20, 2022
…Builder Signed-off-by: Tobias Stark <[email protected]>
tobiasblass
added a commit
to tobiasblass/iceoryx
that referenced
this issue
Dec 20, 2022
Signed-off-by: Tobias Stark <[email protected]>
tobiasblass
added a commit
to tobiasblass/iceoryx
that referenced
this issue
Dec 20, 2022
…Builder Signed-off-by: Tobias Stark <[email protected]>
tobiasblass
added a commit
to tobiasblass/iceoryx
that referenced
this issue
Dec 20, 2022
Signed-off-by: Tobias Stark <[email protected]>
tobiasblass
added a commit
to tobiasblass/iceoryx
that referenced
this issue
Dec 20, 2022
…Builder Signed-off-by: Tobias Stark <[email protected]>
tobiasblass
added a commit
to tobiasblass/iceoryx
that referenced
this issue
Jan 31, 2023
Signed-off-by: Tobias Stark <[email protected]>
tobiasblass
added a commit
to tobiasblass/iceoryx
that referenced
this issue
Jan 31, 2023
…Builder Signed-off-by: Tobias Stark <[email protected]>
tobiasblass
added a commit
to tobiasblass/iceoryx
that referenced
this issue
Jan 31, 2023
…Builder Signed-off-by: Tobias Stark <[email protected]>
elBoberido
added a commit
that referenced
this issue
Jan 31, 2023
…age-when-creating-read-only-segment iox-#1821 improve error message when creating read-only segment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Required information
Operating system:
Ubuntu 20.04.3 LTS
Compiler version:
gcc 8.4
Observed result or behaviour:
The produced error is
Expected result or behaviour:
The error message is incorrect: both the size and the file are all right, the problem is that creating the segment involves
truncate
, which requires write permission.The error should idenfity the READ_ONLY AccessMode as the problem, or the call should not accept AccessMode in the first place.
Conditions where it occurred / Performed steps:
The text was updated successfully, but these errors were encountered: