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
Observed result or behaviour:
Just try to run iox-roudi with debug logs:
./iox-roudi -l debug
2023-03-01 10:38:01.595 [Info ]: No config file provided and also not found at '/etc/iceoryx/roudi_config.toml'. Falling back to built-in config.
2023-03-01 10:38:01.752 [Debug]: Trying to reserve 66638952 bytes in the shared memory [iceoryx_mgmt]
2023-03-01 10:38:01.022 [Debug]: Acquired 66638952 bytes successfully in the shared memory [iceoryx_mgmt]
2023-03-01 10:38:01.955 [Debug]: Registered memory segment 0x7fb4c4fe2000 with size 66638952 to id 1
2023-03-01 10:38:01.866 [Debug]: Trying to reserve 149264720 bytes in the shared memory [jakub]
2023-03-01 10:38:01.782 [Debug]: Acquired 149264720 bytes successfully in the shared memory [jakub]
2023-03-01 10:38:01.451 [Debug]: Roudi registered payload data segment 0x7fb4bc188000 with size 149264720 to id 2
The milliseconds parts of the timestamps are a bit wrong, right?
Expected result or behaviour:
Milliseconds should be correct.
Conditions where it occurred / Performed steps:
Just build with default CMake config and run roudi with -l debug.
The text was updated successfully, but these errors were encountered:
Required information
Operating system:
Ubuntu 20
Compiler version:
Doesnt matter
Eclipse iceoryx version:
master branch
Observed result or behaviour:
Just try to run iox-roudi with debug logs:
The milliseconds parts of the timestamps are a bit wrong, right?
Expected result or behaviour:
Milliseconds should be correct.
Conditions where it occurred / Performed steps:
Just build with default CMake config and run roudi with
-l debug
.The text was updated successfully, but these errors were encountered: