-
Notifications
You must be signed in to change notification settings - Fork 46
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
Creation process hangs pub-sub #149
Comments
@EmilLindfors Thanks for the report. This could happen when for whatever reason a process is non-gracefully killed. Could you please go into the directory Currently, we are working on a mechanism to detect stale resources and clean them up automatically so that you do not have to do this manually. This should come in 0.3.0 beginning of April. If this does not work, could you please attach the full log file so that I can dig into this. |
Here's the error this time:
|
@EmilLindfors Ah I see what the problem is. The default temp dir entry in the I merged a PR to fix this: #152 When you check out the newest commit in |
…config-entries [#149] Correct inconsistent default config entries
Great, that seems to have solved the issue - thanks! |
Required information
Operating system:
Win 11
Microsoft Windows [Version 10.0.22631.3235]
Rust version:
rustc 1.78.0-nightly
Cargo version:
Output of:
cargo --version
iceoryx2 version:
main
Observed result or behaviour:
Im getting this error, seems like the creation process hangs:
Expected result or behaviour:
That it would run without any modifications
Conditions where it occurred / Performed steps:
ran the two binary pub sub example in README in both debug and release. Also tried changing the config to change the root path, did not help.
The text was updated successfully, but these errors were encountered: